tradedangerous 10.16.11__tar.gz → 10.16.13__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-10.16.11 → tradedangerous-10.16.13}/PKG-INFO +2 -1
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/setup.py +1 -1
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/plugins/eddblink_plug.py +20 -17
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/templates/TradeDangerous.sql +3 -3
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/tradedb.py +3 -4
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/version.py +1 -1
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous.egg-info/PKG-INFO +2 -1
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous.egg-info/requires.txt +1 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/LICENSE +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/README.md +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/pyproject.toml +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/setup.cfg +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tests/test_bootstrap_commands.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tests/test_bootstrap_plugins.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tests/test_cache.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tests/test_commands.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tests/test_fs.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tests/test_peek.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tests/test_tools.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tests/test_trade.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tests/test_trade_run.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tests/test_utils.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/__init__.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/cache.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/cli.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/TEMPLATE.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/__init__.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/buildcache_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/buy_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/commandenv.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/exceptions.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/export_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/import_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/local_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/market_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/nav_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/olddata_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/parsing.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/rares_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/run_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/sell_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/shipvendor_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/station_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/trade_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/update_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/update_gui.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/corrections.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/csvexport.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/edscupdate.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/edsmupdate.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/formatting.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/fs.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/gui.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/jsonprices.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/mapping.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/mfd/__init__.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/mfd/saitek/__init__.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/mfd/saitek/directoutput.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/mfd/saitek/x52pro.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/misc/checkpricebounds.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/misc/clipboard.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/misc/coord64.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/misc/derp-sentinel.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/misc/diff-system-csvs.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/misc/eddb.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/misc/eddn.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/misc/edsc.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/misc/edsm.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/misc/importeddbstats.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/misc/prices-json-exp.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/misc/progress.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/plugins/__init__.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/plugins/edapi_plug.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/plugins/edcd_plug.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/plugins/edmc_batch_plug.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/plugins/journal_plug.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/plugins/netlog_plug.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/plugins/spansh_plug.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/prices.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/submit-distances.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/templates/Added.csv +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/templates/Category.csv +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/templates/RareItem.csv +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/tools.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/trade.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/tradecalc.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/tradeenv.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/tradeexcept.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/tradegui.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/transfers.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/utils.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous.egg-info/SOURCES.txt +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous.egg-info/dependency_links.txt +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous.egg-info/entry_points.txt +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous.egg-info/not-zip-safe +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tradedangerous
|
|
3
|
-
Version: 10.16.
|
|
3
|
+
Version: 10.16.13
|
|
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
|
|
@@ -22,6 +22,7 @@ License-File: LICENSE
|
|
|
22
22
|
Requires-Dist: requests
|
|
23
23
|
Requires-Dist: appJar
|
|
24
24
|
Requires-Dist: pysimdjson
|
|
25
|
+
Requires-Dist: rich
|
|
25
26
|
|
|
26
27
|
|
|
27
28
|
----------
|
|
@@ -27,7 +27,7 @@ exec(open("tradedangerous/version.py").read()) # pylint: disable=W0122
|
|
|
27
27
|
|
|
28
28
|
setup(name = package,
|
|
29
29
|
version = __version__, # pylint: disable=E0602
|
|
30
|
-
install_requires = ["requests", "appJar", "pysimdjson"],
|
|
30
|
+
install_requires = ["requests", "appJar", "pysimdjson", "rich"],
|
|
31
31
|
setup_requires = ["pytest-runner"],
|
|
32
32
|
tests_require = ["pytest"],
|
|
33
33
|
packages = ['tradedangerous', 'tradedangerous.commands', 'tradedangerous.mfd', 'tradedangerous.mfd.saitek', 'tradedangerous.misc', 'tradedangerous.plugins'],
|
|
@@ -72,12 +72,14 @@ class ImportPlugin(plugins.ImportPluginBase):
|
|
|
72
72
|
self.commoditiesPath = Path("Item.csv")
|
|
73
73
|
self.rareItemPath = Path("RareItem.csv")
|
|
74
74
|
self.shipPath = Path("Ship.csv")
|
|
75
|
-
self.
|
|
75
|
+
self.urlShipyard = "https://raw.githubusercontent.com/EDCD/FDevIDs/master/shipyard.csv"
|
|
76
|
+
self.FDevShipyardPath = self.tdb.dataPath / Path("FDevShipyard.csv")
|
|
76
77
|
self.shipVendorPath = Path("ShipVendor.csv")
|
|
77
78
|
self.stationsPath = Path("Station.csv")
|
|
78
79
|
self.sysPath = Path("System.csv")
|
|
79
80
|
self.upgradesPath = Path("Upgrade.csv")
|
|
80
|
-
self.
|
|
81
|
+
self.urlOutfitting = "https://raw.githubusercontent.com/EDCD/FDevIDs/master/outfitting.csv"
|
|
82
|
+
self.FDevOutfittingPath = self.tdb.dataPath / Path("FDevOutfitting.csv")
|
|
81
83
|
self.upgradeVendorPath = Path("UpgradeVendor.csv")
|
|
82
84
|
self.listingsPath = Path("listings.csv")
|
|
83
85
|
self.liveListingsPath = Path("listings-live.csv")
|
|
@@ -414,19 +416,6 @@ class ImportPlugin(plugins.ImportPluginBase):
|
|
|
414
416
|
self.options["all"] = True
|
|
415
417
|
self.options["force"] = True
|
|
416
418
|
|
|
417
|
-
self.tdenv.ignoreUnknown = True
|
|
418
|
-
|
|
419
|
-
success = False
|
|
420
|
-
while not success:
|
|
421
|
-
try:
|
|
422
|
-
self.tdenv.DEBUG0("Loading Database. {}", self.now())
|
|
423
|
-
self.tdb.load(maxSystemLinkLy = self.tdenv.maxSystemLinkLy)
|
|
424
|
-
success = True
|
|
425
|
-
except sqlite3.OperationalError:
|
|
426
|
-
print("Database is locked, waiting for access.", end = "\r")
|
|
427
|
-
time.sleep(1)
|
|
428
|
-
self.tdenv.DEBUG0("Database loaded.")
|
|
429
|
-
|
|
430
419
|
# Select which options will be updated
|
|
431
420
|
if self.getOption("listings"):
|
|
432
421
|
self.options["item"] = True
|
|
@@ -472,12 +461,12 @@ class ImportPlugin(plugins.ImportPluginBase):
|
|
|
472
461
|
buildCache = False
|
|
473
462
|
if self.getOption("upgrade"):
|
|
474
463
|
if self.downloadFile(self.upgradesPath) or self.getOption("force"):
|
|
475
|
-
|
|
464
|
+
transfers.download(self.tdenv, self.urlOutfitting, self.FDevOutfittingPath)
|
|
476
465
|
buildCache = True
|
|
477
466
|
|
|
478
467
|
if self.getOption("ship"):
|
|
479
468
|
if self.downloadFile(self.shipPath) or self.getOption("force"):
|
|
480
|
-
|
|
469
|
+
transfers.download(self.tdenv, self.urlShipyard, self.FDevShipyardPath)
|
|
481
470
|
buildCache = True
|
|
482
471
|
|
|
483
472
|
if self.getOption("rare"):
|
|
@@ -507,8 +496,22 @@ class ImportPlugin(plugins.ImportPluginBase):
|
|
|
507
496
|
|
|
508
497
|
# Remake the .db files with the updated info.
|
|
509
498
|
if buildCache:
|
|
499
|
+
self.tdb.close()
|
|
510
500
|
cache.buildCache(self.tdb, self.tdenv)
|
|
511
501
|
|
|
502
|
+
self.tdenv.ignoreUnknown = True
|
|
503
|
+
|
|
504
|
+
success = False
|
|
505
|
+
while not success:
|
|
506
|
+
try:
|
|
507
|
+
self.tdenv.DEBUG0("Loading Database. {}", self.now())
|
|
508
|
+
self.tdb.load(maxSystemLinkLy = self.tdenv.maxSystemLinkLy)
|
|
509
|
+
success = True
|
|
510
|
+
except sqlite3.OperationalError:
|
|
511
|
+
print("Database is locked, waiting for access.", end = "\r")
|
|
512
|
+
time.sleep(1)
|
|
513
|
+
self.tdenv.DEBUG0("Database loaded.")
|
|
514
|
+
|
|
512
515
|
if self.getOption("purge"):
|
|
513
516
|
self.purgeSystems()
|
|
514
517
|
# self.commit()
|
{tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous/templates/TradeDangerous.sql
RENAMED
|
@@ -104,7 +104,6 @@ CREATE TABLE Ship
|
|
|
104
104
|
ship_id INTEGER PRIMARY KEY,
|
|
105
105
|
name VARCHAR(40) COLLATE nocase,
|
|
106
106
|
cost INTEGER NOT NULL,
|
|
107
|
-
fdev_id INTEGER,
|
|
108
107
|
|
|
109
108
|
UNIQUE (ship_id)
|
|
110
109
|
);
|
|
@@ -160,7 +159,7 @@ CREATE INDEX idx_vendor_by_station_id ON UpgradeVendor (station_id);
|
|
|
160
159
|
|
|
161
160
|
CREATE TABLE RareItem
|
|
162
161
|
(
|
|
163
|
-
rare_id INTEGER PRIMARY KEY
|
|
162
|
+
rare_id INTEGER PRIMARY KEY,
|
|
164
163
|
station_id INTEGER NOT NULL,
|
|
165
164
|
category_id INTEGER NOT NULL,
|
|
166
165
|
name VARCHAR(40) COLLATE nocase,
|
|
@@ -278,6 +277,7 @@ CREATE TABLE FDevShipyard
|
|
|
278
277
|
id INTEGER NOT NULL,
|
|
279
278
|
symbol VARCHAR(40),
|
|
280
279
|
name VARCHAR(40) COLLATE nocase,
|
|
280
|
+
entitlement VARCHAR(50),
|
|
281
281
|
|
|
282
282
|
UNIQUE (id)
|
|
283
283
|
);
|
|
@@ -297,7 +297,7 @@ CREATE TABLE FDevOutfitting
|
|
|
297
297
|
ship VARCHAR(40) COLLATE nocase,
|
|
298
298
|
class CHAR(1) NOT NULL,
|
|
299
299
|
rating CHAR(1) NOT NULL,
|
|
300
|
-
entitlement
|
|
300
|
+
entitlement VARCHAR(50),
|
|
301
301
|
|
|
302
302
|
UNIQUE (id)
|
|
303
303
|
);
|
|
@@ -438,16 +438,15 @@ class Station(object):
|
|
|
438
438
|
|
|
439
439
|
|
|
440
440
|
class Ship(namedtuple('Ship', (
|
|
441
|
-
'ID', 'dbname', 'cost', '
|
|
441
|
+
'ID', 'dbname', 'cost', 'stations'
|
|
442
442
|
))):
|
|
443
443
|
"""
|
|
444
444
|
Ship description.
|
|
445
445
|
|
|
446
446
|
Attributes:
|
|
447
|
-
ID --
|
|
447
|
+
ID -- FDevID as provided by the companion API.
|
|
448
448
|
dbname -- The name as present in the database
|
|
449
449
|
cost -- How many credits to buy
|
|
450
|
-
fdevID -- FDevID as provided by the companion API.
|
|
451
450
|
stations -- List of Stations ship is sold at.
|
|
452
451
|
"""
|
|
453
452
|
|
|
@@ -1837,7 +1836,7 @@ class TradeDB(object):
|
|
|
1837
1836
|
CAUTION: Will orphan previously loaded objects.
|
|
1838
1837
|
"""
|
|
1839
1838
|
stmt = """
|
|
1840
|
-
SELECT ship_id, name, cost
|
|
1839
|
+
SELECT ship_id, name, cost
|
|
1841
1840
|
FROM Ship
|
|
1842
1841
|
"""
|
|
1843
1842
|
self.shipByID = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tradedangerous
|
|
3
|
-
Version: 10.16.
|
|
3
|
+
Version: 10.16.13
|
|
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
|
|
@@ -22,6 +22,7 @@ License-File: LICENSE
|
|
|
22
22
|
Requires-Dist: requests
|
|
23
23
|
Requires-Dist: appJar
|
|
24
24
|
Requires-Dist: pysimdjson
|
|
25
|
+
Requires-Dist: rich
|
|
25
26
|
|
|
26
27
|
|
|
27
28
|
----------
|
|
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-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/buildcache_cmd.py
RENAMED
|
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-10.16.11 → tradedangerous-10.16.13}/tradedangerous/commands/shipvendor_cmd.py
RENAMED
|
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-10.16.11 → tradedangerous-10.16.13}/tradedangerous/mfd/saitek/directoutput.py
RENAMED
|
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-10.16.11 → tradedangerous-10.16.13}/tradedangerous/plugins/edmc_batch_plug.py
RENAMED
|
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-10.16.11 → tradedangerous-10.16.13}/tradedangerous.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{tradedangerous-10.16.11 → tradedangerous-10.16.13}/tradedangerous.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|