tradedangerous 10.16.2__tar.gz → 10.16.4__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.2 → tradedangerous-10.16.4}/PKG-INFO +1 -1
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/plugins/eddblink_plug.py +7 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/plugins/spansh_plug.py +4 -1
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/version.py +1 -1
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous.egg-info/PKG-INFO +1 -1
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/LICENSE +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/README.md +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/pyproject.toml +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/setup.cfg +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/setup.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tests/test_bootstrap_commands.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tests/test_bootstrap_plugins.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tests/test_cache.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tests/test_commands.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tests/test_fs.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tests/test_peek.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tests/test_tools.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tests/test_trade.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tests/test_trade_run.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tests/test_utils.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/__init__.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/cache.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/cli.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/TEMPLATE.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/__init__.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/buildcache_cmd.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/buy_cmd.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/commandenv.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/exceptions.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/export_cmd.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/import_cmd.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/local_cmd.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/market_cmd.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/nav_cmd.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/olddata_cmd.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/parsing.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/rares_cmd.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/run_cmd.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/sell_cmd.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/shipvendor_cmd.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/station_cmd.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/trade_cmd.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/update_cmd.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/commands/update_gui.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/corrections.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/csvexport.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/edscupdate.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/edsmupdate.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/formatting.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/fs.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/gui.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/jsonprices.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/mapping.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/mfd/__init__.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/mfd/saitek/__init__.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/mfd/saitek/directoutput.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/mfd/saitek/x52pro.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/misc/checkpricebounds.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/misc/clipboard.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/misc/coord64.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/misc/derp-sentinel.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/misc/diff-system-csvs.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/misc/eddb.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/misc/eddn.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/misc/edsc.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/misc/edsm.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/misc/importeddbstats.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/misc/prices-json-exp.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/misc/progress.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/plugins/__init__.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/plugins/edapi_plug.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/plugins/edcd_plug.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/plugins/edmc_batch_plug.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/plugins/journal_plug.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/plugins/netlog_plug.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/prices.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/submit-distances.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/templates/Added.csv +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/templates/Category.csv +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/templates/RareItem.csv +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/templates/TradeDangerous.sql +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/tools.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/trade.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/tradecalc.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/tradedb.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/tradeenv.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/tradeexcept.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/tradegui.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/transfers.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/utils.py +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous.egg-info/SOURCES.txt +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous.egg-info/dependency_links.txt +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous.egg-info/entry_points.txt +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous.egg-info/not-zip-safe +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous.egg-info/requires.txt +0 -0
- {tradedangerous-10.16.2 → tradedangerous-10.16.4}/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.4
|
|
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
|
|
@@ -72,10 +72,12 @@ 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.FDevShipyardPath = Path("FDevShipyard.csv")
|
|
75
76
|
self.shipVendorPath = Path("ShipVendor.csv")
|
|
76
77
|
self.stationsPath = Path("Station.csv")
|
|
77
78
|
self.sysPath = Path("System.csv")
|
|
78
79
|
self.upgradesPath = Path("Upgrade.csv")
|
|
80
|
+
self.FDevOutfittingPath = Path("FDevOutfitting.csv")
|
|
79
81
|
self.upgradeVendorPath = Path("UpgradeVendor.csv")
|
|
80
82
|
self.listingsPath = Path("listings.csv")
|
|
81
83
|
self.liveListingsPath = Path("listings-live.csv")
|
|
@@ -366,12 +368,15 @@ class ImportPlugin(plugins.ImportPluginBase):
|
|
|
366
368
|
for name in [
|
|
367
369
|
"Category",
|
|
368
370
|
"Item",
|
|
371
|
+
"RareItem",
|
|
369
372
|
"Ship",
|
|
370
373
|
"ShipVendor",
|
|
371
374
|
"Station",
|
|
372
375
|
"System",
|
|
373
376
|
"Upgrade",
|
|
374
377
|
"UpgradeVendor",
|
|
378
|
+
"FDevShipyard",
|
|
379
|
+
"FDevOutfitting",
|
|
375
380
|
]:
|
|
376
381
|
file = self.tdb.dataPath / Path(name + ".csv")
|
|
377
382
|
try:
|
|
@@ -471,10 +476,12 @@ class ImportPlugin(plugins.ImportPluginBase):
|
|
|
471
476
|
|
|
472
477
|
if self.getOption("upgrade"):
|
|
473
478
|
if self.downloadFile(self.upgradesPath) or self.getOption("force"):
|
|
479
|
+
self.downloadFile(self.FDevOutfittingPath)
|
|
474
480
|
buildCache = True
|
|
475
481
|
|
|
476
482
|
if self.getOption("ship"):
|
|
477
483
|
if self.downloadFile(self.shipsPath) or self.getOption("force"):
|
|
484
|
+
self.downloadFile(self.FDevShipyardPath)
|
|
478
485
|
buildCache = True
|
|
479
486
|
|
|
480
487
|
if self.getOption("rare"):
|
|
@@ -171,8 +171,8 @@ class ImportPlugin(plugins.ImportPluginBase):
|
|
|
171
171
|
?, ?, ?,
|
|
172
172
|
?, ?, ?, ?
|
|
173
173
|
)""", *item )
|
|
174
|
+
commodity_count += 1
|
|
174
175
|
self.execute('COMMIT')
|
|
175
|
-
commodity_count += 1
|
|
176
176
|
|
|
177
177
|
# categories = self.categorise_commodities(commodities)
|
|
178
178
|
# for category_name, category_commodities in categories.items():
|
|
@@ -212,6 +212,7 @@ class ImportPlugin(plugins.ImportPluginBase):
|
|
|
212
212
|
# _, path = csvexport.exportTableToFile( self.tdb, self.tdenv, table )
|
|
213
213
|
|
|
214
214
|
self.execute('COMMIT')
|
|
215
|
+
self.tdb.close()
|
|
215
216
|
# Need to make sure cached tables are updated
|
|
216
217
|
for table in [ "Item", "Station", "System", "StationItem" ]:
|
|
217
218
|
_, path = csvexport.exportTableToFile( self.tdb, self.tdenv, table )
|
|
@@ -268,6 +269,8 @@ class ImportPlugin(plugins.ImportPluginBase):
|
|
|
268
269
|
try:
|
|
269
270
|
return cursor.execute(query, params or kwparams)
|
|
270
271
|
except sqlite3.OperationalError as ex:
|
|
272
|
+
if "no transaction is active" in str(ex):
|
|
273
|
+
return
|
|
271
274
|
if not attempts:
|
|
272
275
|
raise
|
|
273
276
|
attempts -= 1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tradedangerous
|
|
3
|
-
Version: 10.16.
|
|
3
|
+
Version: 10.16.4
|
|
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
|
{tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous/templates/TradeDangerous.sql
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
|
{tradedangerous-10.16.2 → tradedangerous-10.16.4}/tradedangerous.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|