Tradedangerous

Latest version: v11.5.2

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

Scan your dependencies

Page 5 of 41

10.16.14

Fix

* fix: excessive RAM usage on eddblink listings import

fixes 125

Instead of building a list during processing of the listings file (which
uses a *lot* of RAM on large source files) and updating the DB after
processing, update the DB as each line is processed.

This keeps RAM usage very low, especially in comparison. ([`91a71c0`](https://github.com/eyeonus/Trade-Dangerous/commit/91a71c075d352cae91bc9cf6e5f9659cc88b2dcd))

Refactor

* refactor: make skipping station message more clear ([`3434b53`](https://github.com/eyeonus/Trade-Dangerous/commit/3434b53b821f0f9d7791004066ebb2da89e46982))

* refactor: removed unneeded loading of DB ([`532342e`](https://github.com/eyeonus/Trade-Dangerous/commit/532342e68c7222cf9d431ed75e4f53098f0a310f))

10.16.13

Fix

* fix: remove fdev_id from Ships ([`8a67162`](https://github.com/eyeonus/Trade-Dangerous/commit/8a67162571e6dfd706b7be056d75529208f8f471))

Refactor

* refactor: load DB after doing rebuild rather than before. ([`aaabdd1`](https://github.com/eyeonus/Trade-Dangerous/commit/aaabdd19eb395ce1f3b9f3a89789acccf23363ec))

10.16.12

Chore

* chore: add rich to install_requires in setup.py

Will automatically install rich module if needed when installing TD via
pip ([`5822a4c`](https://github.com/eyeonus/Trade-Dangerous/commit/5822a4c853602d94e7b7e621145276cc069f66ab))

Fix

* fix: release lock on DB before rebuilding

fixes 123 ([`031eb51`](https://github.com/eyeonus/Trade-Dangerous/commit/031eb51515371ff9e42e37c226619059a9c48f03))

Refactor

* refactor: account for FDevShipyard and FDevOutfitting changes

FDevShipyard now has entitlements, and FDevOutfitting has entitlements
that are more than 10 char long, .sql updated to reflect these changes.

Changes will automatically take effect when eddblink is run after
upgrading to this version.

correct eddblink plugin to download the source for both to the correct
location. ([`5eae43d`](https://github.com/eyeonus/Trade-Dangerous/commit/5eae43da8154b3e9d6a5aeb6e726c750b8418a1e))

Unknown

* Merge branch &39;release/v1&39; of https://github.com/eyeonus/Trade-Dangerous.git into release/v1 ([`f91ff79`](https://github.com/eyeonus/Trade-Dangerous/commit/f91ff798293789a82650f38382c1d055fbbfc299))

10.16.11

Chore

* chore: tox test environments needs to require the packages that tradedangerous is going to be depending on (122)

The tox testenv&39;s need to import the same set of packages as dependencies that trade is going to want. using &34;-r requirements/dev.txt&34; tells it to do this.

I also added &34;flake8&34; as an env so that you can use tox to get flake results with tox -e flake8; the value there is that you get apples-to-apples. I hate running flake in my ide / vim and then tox has a slightly different config :) ([`1e15bbf`](https://github.com/eyeonus/Trade-Dangerous/commit/1e15bbf000c05bc57a57aea3a1e33192d038ae11))

* chore: additional IDE folders added to .gitignore (120) ([`79db6f1`](https://github.com/eyeonus/Trade-Dangerous/commit/79db6f1e7f3acad3e37c3913ba1311364723a55a))

Fix

* fix: don&39;t generate StationItem table

It&39;s just a bad idea, even if it didn&39;t break things because csvexport
doesn&39;t know what to do with two unique keys in the same table. ([`5d50c84`](https://github.com/eyeonus/Trade-Dangerous/commit/5d50c843e9dbfe44bbe8a09aeb5033b1a7ada043))

Unknown

* qol: enable rich text (121)

* chore: tox test environments needs to require the packages that tradedangerous is going to be depending on

* qol: enable rich text

Fix typo in markup for stack traces (dim vs out) ([`a7dba2f`](https://github.com/eyeonus/Trade-Dangerous/commit/a7dba2f6d8d25cbc600161d6039194ffb3788cc1))

10.16.10

Fix

* fix: &34;database image malformed&34; error in eddblink

caused by self.commit() method, which isn&39;t actually needed ([`67b2410`](https://github.com/eyeonus/Trade-Dangerous/commit/67b24103fbff47cd24684e398ea5636cce946c8a))

* fix: make downloaded file have correct timestamp

force the modification time to be that of the timestamp from the server,
because the downloaded file will have a different timestamp based on the
time it was created ([`b34ba66`](https://github.com/eyeonus/Trade-Dangerous/commit/b34ba6663437b77b5c57199c043e485743bea74f))

10.16.9

Fix

* fix: the actual problem is there is self.updated anymore

Switched to checking if listings option is set instead. ([`8f0b3ba`](https://github.com/eyeonus/Trade-Dangerous/commit/8f0b3ba180bdf98d5861ac142521356bc0fcfc9b))

Page 5 of 41

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.