tradedangerous 11.0.2__tar.gz → 11.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tradedangerous might be problematic. Click here for more details.
- {tradedangerous-11.0.2/tradedangerous.egg-info → tradedangerous-11.0.3}/PKG-INFO +1 -1
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/parsing.py +4 -4
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/misc/edsc.py +1 -13
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/misc/edsm.py +1 -13
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/submit-distances.py +1 -24
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/transfers.py +5 -75
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/version.py +1 -1
- {tradedangerous-11.0.2 → tradedangerous-11.0.3/tradedangerous.egg-info}/PKG-INFO +1 -1
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/LICENSE +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/README.md +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/pyproject.toml +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/setup.cfg +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/setup.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tests/test_bootstrap_commands.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tests/test_bootstrap_plugins.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tests/test_cache.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tests/test_commands.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tests/test_fs.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tests/test_peek.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tests/test_tools.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tests/test_trade.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tests/test_trade_run.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tests/test_utils.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/__init__.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/cache.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/cli.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/TEMPLATE.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/__init__.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/buildcache_cmd.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/buy_cmd.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/commandenv.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/exceptions.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/export_cmd.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/import_cmd.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/local_cmd.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/market_cmd.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/nav_cmd.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/olddata_cmd.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/rares_cmd.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/run_cmd.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/sell_cmd.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/shipvendor_cmd.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/station_cmd.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/trade_cmd.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/update_cmd.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/commands/update_gui.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/corrections.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/csvexport.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/edscupdate.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/edsmupdate.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/formatting.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/fs.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/gui.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/jsonprices.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/mapping.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/mfd/__init__.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/mfd/saitek/__init__.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/mfd/saitek/directoutput.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/mfd/saitek/x52pro.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/misc/checkpricebounds.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/misc/clipboard.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/misc/coord64.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/misc/derp-sentinel.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/misc/diff-system-csvs.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/misc/eddb.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/misc/eddn.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/misc/importeddbstats.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/misc/prices-json-exp.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/misc/progress.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/plugins/__init__.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/plugins/edapi_plug.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/plugins/edcd_plug.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/plugins/eddblink_plug.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/plugins/edmc_batch_plug.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/plugins/journal_plug.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/plugins/netlog_plug.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/plugins/spansh_plug.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/prices.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/templates/Added.csv +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/templates/Category.csv +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/templates/RareItem.csv +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/templates/TradeDangerous.sql +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/tools.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/trade.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/tradecalc.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/tradedb.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/tradeenv.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/tradeexcept.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/tradegui.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous/utils.py +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous.egg-info/SOURCES.txt +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous.egg-info/dependency_links.txt +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous.egg-info/entry_points.txt +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous.egg-info/not-zip-safe +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous.egg-info/requires.txt +0 -0
- {tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tradedangerous
|
|
3
|
-
Version: 11.0.
|
|
3
|
+
Version: 11.0.3
|
|
4
4
|
Summary: Trade-Dangerous is a set of powerful trading tools for Elite Dangerous, organized around one of the most powerful trade run optimizers available.
|
|
5
5
|
Home-page: https://github.com/eyeonus/Trade-Dangerous
|
|
6
6
|
Author: eyeonus
|
|
@@ -60,7 +60,7 @@ class PadSizeArgument(int):
|
|
|
60
60
|
'dest': 'padSize',
|
|
61
61
|
'metavar': 'PADSIZES',
|
|
62
62
|
'type': 'padsize',
|
|
63
|
-
'choices': '
|
|
63
|
+
'choices': 'SsMmLl?',
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
|
|
@@ -153,7 +153,7 @@ class PlanetaryArgument(int):
|
|
|
153
153
|
'dest': 'planetary',
|
|
154
154
|
'metavar': 'PLANETARY',
|
|
155
155
|
'type': 'planetary',
|
|
156
|
-
'choices': '
|
|
156
|
+
'choices': 'YyNn?',
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
|
|
@@ -181,7 +181,7 @@ class FleetCarrierArgument(int):
|
|
|
181
181
|
'dest': 'fleet',
|
|
182
182
|
'metavar': 'FLEET',
|
|
183
183
|
'type': 'fleet',
|
|
184
|
-
'choices': '
|
|
184
|
+
'choices': 'YyNn?',
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
class OdysseyArgument(int):
|
|
@@ -208,7 +208,7 @@ class OdysseyArgument(int):
|
|
|
208
208
|
'dest': 'odyssey',
|
|
209
209
|
'metavar': 'ODYSSEY',
|
|
210
210
|
'type': 'odyssey',
|
|
211
|
-
'choices': '
|
|
211
|
+
'choices': 'YyNn?',
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
|
|
@@ -4,19 +4,7 @@ from collections import namedtuple
|
|
|
4
4
|
from urllib.request import Request, urlopen
|
|
5
5
|
|
|
6
6
|
import json
|
|
7
|
-
|
|
8
|
-
try:
|
|
9
|
-
import requests
|
|
10
|
-
except ImportError as e:
|
|
11
|
-
import pip
|
|
12
|
-
print("ERROR: Unable to load the Python 'requests' package.")
|
|
13
|
-
approval = input(
|
|
14
|
-
"Do you want me to try and install it with the package manager (y/n)? "
|
|
15
|
-
)
|
|
16
|
-
if approval.lower() != 'y':
|
|
17
|
-
raise e
|
|
18
|
-
pip.main(["install", "--upgrade", "requests"])
|
|
19
|
-
import requests
|
|
7
|
+
import requests
|
|
20
8
|
|
|
21
9
|
|
|
22
10
|
def edsc_log(apiCall, params, jsonData=None, error=None):
|
|
@@ -6,19 +6,7 @@ uses EDSM - https://www.edsm.net/api
|
|
|
6
6
|
"""
|
|
7
7
|
|
|
8
8
|
import json
|
|
9
|
-
|
|
10
|
-
try:
|
|
11
|
-
import requests
|
|
12
|
-
except ImportError as e:
|
|
13
|
-
import pip
|
|
14
|
-
print("ERROR: Unable to load the Python 'requests' package.")
|
|
15
|
-
approval = input(
|
|
16
|
-
"Do you want me to try and install it with the package manager (y/n)? "
|
|
17
|
-
)
|
|
18
|
-
if approval.lower() != 'y':
|
|
19
|
-
raise e
|
|
20
|
-
pip.main(["install", "--upgrade", "requests"])
|
|
21
|
-
import requests
|
|
9
|
+
import requests
|
|
22
10
|
|
|
23
11
|
|
|
24
12
|
def edsm_log(apiCall, url, params, jsonData=None, error=None):
|
|
@@ -16,6 +16,7 @@ import argparse
|
|
|
16
16
|
import os
|
|
17
17
|
import random
|
|
18
18
|
import re
|
|
19
|
+
import requests
|
|
19
20
|
import sys
|
|
20
21
|
import tradedb
|
|
21
22
|
import tradeenv
|
|
@@ -23,30 +24,6 @@ import tradeenv
|
|
|
23
24
|
from misc.edsc import StarSubmission, StarSubmissionResult, SubmissionError
|
|
24
25
|
from misc.clipboard import SystemNameClip
|
|
25
26
|
|
|
26
|
-
try:
|
|
27
|
-
import requests
|
|
28
|
-
except ImportError as e:
|
|
29
|
-
print("""ERROR: Unable to load the Python 'requests' package.
|
|
30
|
-
|
|
31
|
-
This script uses a Python module/package called 'requests' to allow
|
|
32
|
-
it to talk to the EDSC web service. This package is not installed
|
|
33
|
-
by default, but it can be installed with Python's package manager (pip).
|
|
34
|
-
|
|
35
|
-
You can either install/update it yourself, e.g.:
|
|
36
|
-
|
|
37
|
-
pip install --upgrade requests
|
|
38
|
-
|
|
39
|
-
or if you like, I can try and install it for you now
|
|
40
|
-
""")
|
|
41
|
-
approval = input(
|
|
42
|
-
"Do you want me to try and install it with the package manager (y/n)? "
|
|
43
|
-
)
|
|
44
|
-
if approval.lower() != 'y':
|
|
45
|
-
print("You didn't type 'y' so I'm giving up.")
|
|
46
|
-
raise e
|
|
47
|
-
import pip
|
|
48
|
-
pip.main(["install", "--upgrade", "requests"])
|
|
49
|
-
import requests # noqa: F401
|
|
50
27
|
|
|
51
28
|
standardStars = [
|
|
52
29
|
"SOL",
|
|
@@ -1,82 +1,15 @@
|
|
|
1
|
+
import csv
|
|
2
|
+
import json
|
|
3
|
+
import time
|
|
4
|
+
|
|
1
5
|
from collections import deque
|
|
2
6
|
from pathlib import Path
|
|
3
7
|
from .tradeexcept import TradeException
|
|
4
|
-
|
|
5
|
-
import csv
|
|
6
|
-
import json
|
|
7
8
|
from .misc import progress as pbar
|
|
8
|
-
import platform # noqa: F401
|
|
9
9
|
from . import fs
|
|
10
|
-
import time
|
|
11
|
-
import subprocess
|
|
12
|
-
import sys
|
|
13
10
|
|
|
14
|
-
|
|
15
|
-
import requests
|
|
16
|
-
__requests = requests
|
|
17
|
-
except ImportError:
|
|
18
|
-
__requests = None
|
|
11
|
+
import requests
|
|
19
12
|
|
|
20
|
-
def import_requests():
|
|
21
|
-
global __requests
|
|
22
|
-
if __requests:
|
|
23
|
-
return __requests
|
|
24
|
-
|
|
25
|
-
if platform.system() == 'Linux':
|
|
26
|
-
extra = (
|
|
27
|
-
"Ubuntu users: You may be able to install 'pip'\n"
|
|
28
|
-
"with 'apt-get install python3-pip' and requests with\n"
|
|
29
|
-
"'pip3 install --upgrade requests'.\n"
|
|
30
|
-
)
|
|
31
|
-
elif platform.system() == 'Windows':
|
|
32
|
-
extra = (
|
|
33
|
-
"\n\nThe requests package can be installed with\n"
|
|
34
|
-
"'pip3 install --upgrade requests'.\n\n"
|
|
35
|
-
"If requests is installed, you may have bits\n"
|
|
36
|
-
"of 32-bit and 64-bit Python installed.\n"
|
|
37
|
-
"Consider using control panel to uninstall Python,\n"
|
|
38
|
-
"delete the Python folder (usually C:\\Python34\\),\n"
|
|
39
|
-
"and then re-install Python.\n"
|
|
40
|
-
)
|
|
41
|
-
else:
|
|
42
|
-
extra = ""
|
|
43
|
-
|
|
44
|
-
print(
|
|
45
|
-
"ERROR: Unable to load the Python 'requests' package.\n" + extra
|
|
46
|
-
)
|
|
47
|
-
approval = input(
|
|
48
|
-
"I can try and install the package automatically using 'pip'.\n"
|
|
49
|
-
"Try to install 'requests' now (y/n)? "
|
|
50
|
-
)
|
|
51
|
-
# Idiot-proofing: take just the first character in case the user typed
|
|
52
|
-
# 'YES' (upper or lower case) instead of 'Y'.
|
|
53
|
-
if approval[0:1].lower() != 'y':
|
|
54
|
-
raise TradeException("Missing package: 'requests'")
|
|
55
|
-
|
|
56
|
-
try:
|
|
57
|
-
import pip # noqa: F401 # pylint: disable=unused-import
|
|
58
|
-
except ImportError as e:
|
|
59
|
-
raise TradeException(
|
|
60
|
-
"Python 3.4.2 includes a package manager called 'pip', "
|
|
61
|
-
"except it doesn't appear to be installed on your system:\n"
|
|
62
|
-
"{}{}".format(str(e), extra)
|
|
63
|
-
) from None
|
|
64
|
-
|
|
65
|
-
# Let's use "The most reliable approach, and the one that is fully supported."
|
|
66
|
-
# Especially since the old way produces an error for me on Python 3.6:
|
|
67
|
-
# "AttributeError: 'module' object has no attribute 'main'"
|
|
68
|
-
# pip.main(["install", "--upgrade", "requests"])
|
|
69
|
-
subprocess.check_call([sys.executable, '-m', 'pip', 'install', '--upgrade', 'requests'])
|
|
70
|
-
|
|
71
|
-
try:
|
|
72
|
-
import requests # pylint: disable=redefined-outer-name
|
|
73
|
-
__requests = requests
|
|
74
|
-
except ImportError as e:
|
|
75
|
-
raise TradeException(
|
|
76
|
-
f"The requests module did not install correctly ({e}).{extra}"
|
|
77
|
-
) from None
|
|
78
|
-
|
|
79
|
-
return __requests
|
|
80
13
|
|
|
81
14
|
######################################################################
|
|
82
15
|
# Helpers
|
|
@@ -125,7 +58,6 @@ def download(
|
|
|
125
58
|
function to call on the first line
|
|
126
59
|
"""
|
|
127
60
|
|
|
128
|
-
requests = import_requests() # pylint: disable=redefined-outer-name
|
|
129
61
|
tdenv.NOTE("Requesting {}".format(url))
|
|
130
62
|
req = requests.get(url, headers=headers or None, stream=True, timeout=timeout)
|
|
131
63
|
req.raise_for_status()
|
|
@@ -238,7 +170,6 @@ def get_json_data(url, *, timeout: int = 90):
|
|
|
238
170
|
Displays a progress bar as it downloads.
|
|
239
171
|
"""
|
|
240
172
|
|
|
241
|
-
requests = import_requests() # pylint: disable=redefined-outer-name
|
|
242
173
|
req = requests.get(url, stream=True, timeout=timeout)
|
|
243
174
|
|
|
244
175
|
totalLength = req.headers.get('content-length')
|
|
@@ -279,7 +210,6 @@ class CSVStream:
|
|
|
279
210
|
self.url = url
|
|
280
211
|
self.tdenv = tdenv
|
|
281
212
|
if not url.startswith("file:///"):
|
|
282
|
-
requests = import_requests() # pylint: disable=redefined-outer-name
|
|
283
213
|
self.req = requests.get(self.url, stream=True, timeout=timeout)
|
|
284
214
|
self.lines = self.req.iter_lines()
|
|
285
215
|
else:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tradedangerous
|
|
3
|
-
Version: 11.0.
|
|
3
|
+
Version: 11.0.3
|
|
4
4
|
Summary: Trade-Dangerous is a set of powerful trading tools for Elite Dangerous, organized around one of the most powerful trade run optimizers available.
|
|
5
5
|
Home-page: https://github.com/eyeonus/Trade-Dangerous
|
|
6
6
|
Author: eyeonus
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tradedangerous-11.0.2 → tradedangerous-11.0.3}/tradedangerous.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|