Tradedangerous

Latest version: v11.5.3

Safety actively analyzes 724087 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 18 of 41

10.2.0

Chore

* chore: stop trying to deploy pull-request


Trying to deploy a pull request will fail the job. ([`d7a4fb3`](https://github.com/eyeonus/Trade-Dangerous/commit/d7a4fb3dbd74ecbea4c04a79216796820d69b966))

Feature

* feat: Add environment variable for setting location of &39;eddb&39; folder.

If set, the &34;dump files&34; will be stored to the path set by TD_EDDB. It
will not be in an &39;eddb&39; sub-folder, but the specific path set by the
environment variable.

(listings.csv => $TD_EDDB\listings.csv)

If not, the &34;dump files&34; will be stored in the &39;data&39; folder (which
itself may be set via TD_DATA) in an &39;eddb&39; sub-folder.

(listings.csv => $TD_DATA\eddb\listings.csv) ([`930e2e5`](https://github.com/eyeonus/Trade-Dangerous/commit/930e2e5ba3571ff477b234800cc8598c046bcc4f))

Fix

* fix: Make sure eddb path is path, not string, when set via env_var ([`6204486`](https://github.com/eyeonus/Trade-Dangerous/commit/620448696c88ee209768b696383d2811e9d62a0c))

* fix: revert d7a4fb3

TEST BEFORE YOU PUSH, PETER ([`2f553a8`](https://github.com/eyeonus/Trade-Dangerous/commit/2f553a81f08008145838facd941d31307d3c0659))

Refactor

* refactor: Remove maddavo.

It&39;s not used anymore. It doesn&39;t work with the site being inactive.

It is therefore useless and shall be deleted forthwith. ([`75d6f36`](https://github.com/eyeonus/Trade-Dangerous/commit/75d6f364bb09d3fc2f7cb6f4fe5b92683705dd0b))

Style

* style: restore whitespace on all top-level files

I&39;ll get to the rest eventually.

Blank lines should have whitespace to the same level as the line
immediately following:


if something:
This is the wrong amount of whitespace
stuff()
more_stuff()
This is the wrong amount of whitespace
while happening:



if something:
This is the correct amount of whitespace
stuff()
more_stuff()
This is the correct amount of whitespace
while happening:
([`d509fda`](https://github.com/eyeonus/Trade-Dangerous/commit/d509fda783970ee0754752a79369b4d36c346258))

Unknown

* 10.2.0

python-semantic-release automatic version update. ([`767521b`](https://github.com/eyeonus/Trade-Dangerous/commit/767521bac7d4b0f06f600944cb7bfd0fa3ba54b3))

* Merge branch &39;master&39; of https://github.com/eyeonus/Trade-Dangerous.git ([`6f778d9`](https://github.com/eyeonus/Trade-Dangerous/commit/6f778d910eecba5e625b5d2ca712e51170fc59f4))

10.1.2

Fix

* fix: Unable to save profile.<current_time>.json&34; ([`fca7f26`](https://github.com/eyeonus/Trade-Dangerous/commit/fca7f2698a5ac83dd4011c4dcd3379d9cbed0274))

Unknown

* 10.1.2

python-semantic-release automatic version update. ([`78329ee`](https://github.com/eyeonus/Trade-Dangerous/commit/78329eee0f76d6132e3f4571b957d76f92c513bc))

10.1.1

Fix

* fix: Unable to save tdh_profile.json ([`a2abe01`](https://github.com/eyeonus/Trade-Dangerous/commit/a2abe01ec25347191ac792f56ac966ff8533dfdc))

Unknown

* 10.1.1

python-semantic-release automatic version update. ([`6e9cf97`](https://github.com/eyeonus/Trade-Dangerous/commit/6e9cf9792668572dd686b8159436c6e064811995))

10.1.0

Feature

* feat: automatically update Added.csv, RareItem.csv, TradeDangerous.sql

refactor: restore whitespace to tradedb.py

The template files may need updating, and if that is the case, any TD
database will need their copy updated as well.

Since TD detects changes to the &39;cache&39;, any updates to these files will
be integrated into TD the next time it is run.

Changes to the SQL will likely require doing a &39;clean&39; run with the
eddblink plugin as they are often breaking changes. ([`fe82c3a`](https://github.com/eyeonus/Trade-Dangerous/commit/fe82c3a503679bc63fdc1a95fd06849c377b89f4))

Refactor

* refactor: remove template folder environment variable

The template folder contains the .sql file that is needed to build TD&39;s
database.

TD copies these files whenever it needs to create a new database.

It is vital that these files exist and be correctly pointed to in order
for TD to work.

It makes absolutely no sense to make it possible for the user to even
accidentally point TD at a non-existant path or even an existing one
that simply doesn&39;t have those files, and there is no need to have these
template files for any purpose other than that of TD using them to
create a new database.

In summary:
having this environment variable:
usefulness: <=0
potential harm: >0 ([`b388f60`](https://github.com/eyeonus/Trade-Dangerous/commit/b388f606cd8b4ce8d765034ff661e27e1cb1ee68))

Unknown

* 10.1.0

python-semantic-release automatic version update. ([`18cf0ea`](https://github.com/eyeonus/Trade-Dangerous/commit/18cf0eaef4b0b6061df367ddc4d1c81c993d91ca))

10.0.3

Chore

* chore: Fix same typo in setup.py ([`d53bb14`](https://github.com/eyeonus/Trade-Dangerous/commit/d53bb1414b231d250c184b12a8975ddfd3430b8a))

* chore: Change autoversioning commit message.

This and previous commits combined fixes 32 ([`24f26c6`](https://github.com/eyeonus/Trade-Dangerous/commit/24f26c68ab523a219b0e1888b7ad266d24d0ea54))

* chore: Remove debug prints from travis.yml ([`5dd2d6d`](https://github.com/eyeonus/Trade-Dangerous/commit/5dd2d6d7c6b7c85dd5e47b4d6d7471a230cb9e75))

Documentation

* docs: Fix typo in README.md ([`de0f4dc`](https://github.com/eyeonus/Trade-Dangerous/commit/de0f4dc378e467f1cb8fdb4a532d2120e38da4b8))

Fix

* fix: package_data no longer pointing to wrong files.

This fixes the problem where the .sql file is not installed. ([`efc28f7`](https://github.com/eyeonus/Trade-Dangerous/commit/efc28f7dd3824a3e984e6d71c62e31af20dc5021))

* fix: include all packages

find_packages doesn&39;t find misc or templates.

I don&39;t think templates is needed, but batter safe than sorry, and misc
/IS/ needed.

M<anually creating the packages list should fix the problem. ([`1595a3c`](https://github.com/eyeonus/Trade-Dangerous/commit/1595a3c096319eb419d24e746d2ebd503bcd1f7f))

* fix: Correct entry point. ([`c65f3bf`](https://github.com/eyeonus/Trade-Dangerous/commit/c65f3bf14891d2671ae56c2b70dd4fbf83cc984d))

Refactor

* refactor: Don&39;t include templates ([`d1c4226`](https://github.com/eyeonus/Trade-Dangerous/commit/d1c4226d67c45fde5f59edba4ffd143aa5218d63))

Unknown

* 10.0.3

python-semantic-release automatic version update. ([`399112e`](https://github.com/eyeonus/Trade-Dangerous/commit/399112e36838b99c74f09476e8d75692f75d13d0))

* 10.0.2

python-semantic-release automatic version update. ([`857dda4`](https://github.com/eyeonus/Trade-Dangerous/commit/857dda4b7589304b7b64b4628d7f70b1430891c8))

* Merge branch &39;master&39; of https://github.com/eyeonus/Trade-Dangerous.git ([`b9d0e89`](https://github.com/eyeonus/Trade-Dangerous/commit/b9d0e893412fcd54f5eb3231236f715a68d63bb8))

* 10.0.1

python-semantic-release automatic version update. ([`5ab8274`](https://github.com/eyeonus/Trade-Dangerous/commit/5ab8274ebf4aa5f5738f9fb4fc99d131ef260978))

* Merge branch &39;master&39; of https://github.com/eyeonus/Trade-Dangerous.git ([`210b197`](https://github.com/eyeonus/Trade-Dangerous/commit/210b197e74ccc5523dbf4080c8993d0907adc125))

10.0.0

Breaking

* feat: Publish to pypi

Assuming everything actually works now.

BREAKING CHANGE:

API now accessed as &39;cli.trade&39;, rather than &39;trade.main&39;. ([`097dbf6`](https://github.com/eyeonus/Trade-Dangerous/commit/097dbf67e13fc5a8876a088462d05494b28f208a))

Chore

* chore: revert last two commits

Time to ask about this upstream. ([`a44ca91`](https://github.com/eyeonus/Trade-Dangerous/commit/a44ca9149a0d8c06bab398fec8b383b71664f351))

* chore: Okay, try it fully local. ([`1803de4`](https://github.com/eyeonus/Trade-Dangerous/commit/1803de4769fff81f437d8c7d993997a9f8f4e7f5))

* chore: Try assigning the env again. ([`5798f4c`](https://github.com/eyeonus/Trade-Dangerous/commit/5798f4c5c22902492d8b82a7a0326cffe4adae00))

* chore: Check value of $PYPI_USERNAME before and after publish

The env is definitely set, so why is it acting like it&39;s not? ([`d619bfb`](https://github.com/eyeonus/Trade-Dangerous/commit/d619bfb78d982aa21d45a6de9bab395af4202429))

* chore: Print $PYPI_USERNAME

For some reason it&39;s trying to push to
&39;https://github.com/$PYPI_USERNAME/Trade-Dangerous.git/'

Which is wrong. ([`0f241f5`](https://github.com/eyeonus/Trade-Dangerous/commit/0f241f52763a7b3f475be47262cbb28412f2f198))

* chore: publish to pypi

Update how to publish to pypi
and some documentation about requirements. ([`5e55d0f`](https://github.com/eyeonus/Trade-Dangerous/commit/5e55d0f8209c35dbaaabdbe972269b620488cc37))

* chore: fix semantic-release ([`23420f8`](https://github.com/eyeonus/Trade-Dangerous/commit/23420f861914f1bf67a3310e53ef414d2bbe4805))

Fix

* fix: bump version ([`34da73a`](https://github.com/eyeonus/Trade-Dangerous/commit/34da73a55ec4eb77d89ac45472a983d1757a19df))

* fix: Add module &39;typing&39; to the requirements. ([`f8b3f13`](https://github.com/eyeonus/Trade-Dangerous/commit/f8b3f1391ac699ed753706d5cd0a0fb2ced5a2c1))

* fix: Apparently can&39;t test 3.7 because error 403.

Thanks upstream. ([`735234d`](https://github.com/eyeonus/Trade-Dangerous/commit/735234dd7fcc7ecd4bc5a3048f748bd8e9858a61))

Refactor

* refactor: Don&39;t publish until build works. ([`b5b2f88`](https://github.com/eyeonus/Trade-Dangerous/commit/b5b2f88e4048f05dc90caf9884806641de084718))

Test

* test: travis with py3.7


test: travis use dist: xenial


chore: resync tag and version


docs: add info about deploy


chore: configure ci ([`a1626cd`](https://github.com/eyeonus/Trade-Dangerous/commit/a1626cdcadf73621500a9526448f58140ef73e60))

Unknown

* 10.0.0

New version by CI ([`a94cd86`](https://github.com/eyeonus/Trade-Dangerous/commit/a94cd86610c6b48927c0a8d247f9d512d6c0b2a9))

* Merge branch &39;master&39; of https://github.com/kmpm/Trade-Dangerous.git

Conflicts:
.travis.yml
dev-requirements.txt ([`5ac899f`](https://github.com/eyeonus/Trade-Dangerous/commit/5ac899f8957af0f4f82e594e455a99f0595b94ba))

* Update .travis.yml ([`06c5adb`](https://github.com/eyeonus/Trade-Dangerous/commit/06c5adb47870d6df9c3ce4f5ab9d7de9126f7194))

* Update .travis.yml ([`48417c6`](https://github.com/eyeonus/Trade-Dangerous/commit/48417c66d89138e47e4dc8a2b9944c606965f58c))

* Trade-Dangerous as a module (45)

* Created &39;tradedangerous&39; pgk and moved files there

* fix imports
* removed data and tmp folders
data will be regenerated from traded/templates
tmp will be recreated when needed
* added tox and pytest
* added travis config

* tests and sql

* More tests, fixes and documentation

- Enable TradeEnv to read environment variables,
TD_DATA, TD_TEMPLATES, TD_TMP
- docs using sphinx
- Test using tox and travis. Py34, Py35 and Py36
- Fixes some circular references that didn&39;t work with Py3.4

* Fix issue with tdb kept open if error

* ensure target folder exists on download

Will fail silently otherwise

* test trade and import_eddblink

* chore: add sematic release

Add python-semantic-release to make life easier

* add semantic-release to travis

* chore: add deploy stage for master branch

Add a deploy stage that only run after
- ALL tests are ok
- On master branch
- only on one python version (3.6)

* refactor: Add py3.7 to version list, build lowest compat., init TD ver.

Lead developer is using 3.7, so obviously tests need to include that
version.

If we&39;re only going to build for one python version, it should be the
lowest compatible version.

Last official version of TD was 7.4.0, back in 2016-01-29, so
considering how much has changed since then, should start at something
more like 10.

The .1 part of 10.0.1 is this specific refactor.

* refactor: Include py3.7 in tox script as well. ([`489f721`](https://github.com/eyeonus/Trade-Dangerous/commit/489f721a566e1f0d5cd8752625050f19e68a4eb4))

Page 18 of 41

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.