tradedangerous 10.16.11__tar.gz → 10.16.12__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.12}/PKG-INFO +2 -1
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/setup.py +1 -1
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/plugins/eddblink_plug.py +7 -4
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/templates/TradeDangerous.sql +3 -3
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/version.py +1 -1
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous.egg-info/PKG-INFO +2 -1
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous.egg-info/requires.txt +1 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/LICENSE +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/README.md +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/pyproject.toml +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/setup.cfg +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tests/test_bootstrap_commands.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tests/test_bootstrap_plugins.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tests/test_cache.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tests/test_commands.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tests/test_fs.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tests/test_peek.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tests/test_tools.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tests/test_trade.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tests/test_trade_run.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tests/test_utils.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/__init__.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/cache.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/cli.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/TEMPLATE.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/__init__.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/buildcache_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/buy_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/commandenv.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/exceptions.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/export_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/import_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/local_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/market_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/nav_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/olddata_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/parsing.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/rares_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/run_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/sell_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/shipvendor_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/station_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/trade_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/update_cmd.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/commands/update_gui.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/corrections.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/csvexport.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/edscupdate.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/edsmupdate.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/formatting.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/fs.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/gui.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/jsonprices.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/mapping.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/mfd/__init__.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/mfd/saitek/__init__.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/mfd/saitek/directoutput.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/mfd/saitek/x52pro.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/misc/checkpricebounds.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/misc/clipboard.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/misc/coord64.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/misc/derp-sentinel.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/misc/diff-system-csvs.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/misc/eddb.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/misc/eddn.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/misc/edsc.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/misc/edsm.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/misc/importeddbstats.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/misc/prices-json-exp.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/misc/progress.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/plugins/__init__.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/plugins/edapi_plug.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/plugins/edcd_plug.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/plugins/edmc_batch_plug.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/plugins/journal_plug.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/plugins/netlog_plug.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/plugins/spansh_plug.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/prices.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/submit-distances.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/templates/Added.csv +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/templates/Category.csv +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/templates/RareItem.csv +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/tools.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/trade.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/tradecalc.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/tradedb.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/tradeenv.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/tradeexcept.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/tradegui.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/transfers.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous/utils.py +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous.egg-info/SOURCES.txt +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous.egg-info/dependency_links.txt +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous.egg-info/entry_points.txt +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous.egg-info/not-zip-safe +0 -0
- {tradedangerous-10.16.11 → tradedangerous-10.16.12}/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.12
|
|
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")
|
|
@@ -472,12 +474,12 @@ class ImportPlugin(plugins.ImportPluginBase):
|
|
|
472
474
|
buildCache = False
|
|
473
475
|
if self.getOption("upgrade"):
|
|
474
476
|
if self.downloadFile(self.upgradesPath) or self.getOption("force"):
|
|
475
|
-
|
|
477
|
+
transfers.download(self.tdenv, self.urlOutfitting, self.FDevOutfittingPath)
|
|
476
478
|
buildCache = True
|
|
477
479
|
|
|
478
480
|
if self.getOption("ship"):
|
|
479
481
|
if self.downloadFile(self.shipPath) or self.getOption("force"):
|
|
480
|
-
|
|
482
|
+
transfers.download(self.tdenv, self.urlShipyard, self.FDevShipyardPath)
|
|
481
483
|
buildCache = True
|
|
482
484
|
|
|
483
485
|
if self.getOption("rare"):
|
|
@@ -507,6 +509,7 @@ class ImportPlugin(plugins.ImportPluginBase):
|
|
|
507
509
|
|
|
508
510
|
# Remake the .db files with the updated info.
|
|
509
511
|
if buildCache:
|
|
512
|
+
self.tdb.close()
|
|
510
513
|
cache.buildCache(self.tdb, self.tdenv)
|
|
511
514
|
|
|
512
515
|
if self.getOption("purge"):
|
{tradedangerous-10.16.11 → tradedangerous-10.16.12}/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
|
);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tradedangerous
|
|
3
|
-
Version: 10.16.
|
|
3
|
+
Version: 10.16.12
|
|
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.12}/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.12}/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.12}/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.12}/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
|
|
File without changes
|
{tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{tradedangerous-10.16.11 → tradedangerous-10.16.12}/tradedangerous.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|