Pyaftership

Latest version: v23.1.0

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

Scan your dependencies

21.11.0

What’s Changed

- 21 Bump pytest-cov from 2.10.1 to 2.11.1 dependabot
- 22 Bump aresponses from 2.0.2 to 2.1.4 dependabot
- 23 Bump pytest from 6.2.1 to 6.2.2 dependabot
- 31 Bump actions/checkout from 2 to 2.3.4 dependabot
- 38 Bump black from 20.8b1 to 21.8b0 dependabot
- 29 Bump pytest from 6.2.2 to 6.2.4 dependabot
- 35 Bump pytest-cov from 2.11.1 to 2.12.1 dependabot
- 39 Bump pytest from 6.2.4 to 6.2.5 dependabot
- 40 Bump black from 21.8b0 to 21.9b0 dependabot
- 42 Bump actions/checkout from 2.3.4 to 2.3.5 dependabot
- 41 Bump pytest-cov from 2.12.1 to 3.0.0 dependabot
- 43 Bump black from 21.9b0 to 21.10b0 dependabot
- 45 Bump actions/checkout from 2.3.5 to 2.4.0 dependabot
- 47 Remove async_timeout usage ludeeus
- 48 Add Python 3.10 tests ludeeus

21.1.0

Breaking release

**This release is 100% breaking if you used it before.**

Migration:

`Tracking` does no longer exist and has been replaced with `AfterShip`, which has `trackings` and `couriers` members.
Passing `loop` is no longer supported/used.

Old | New
:-- | :--
`from pyaftership import Tracking` | `from pyaftership import AfterShip`
`from pyaftership.tracking import Tracking` | `from pyaftership import AfterShip`
`Tracking(loop=loop, session=session, api_key=api_key)` | `AfterShip(api_key=api_key, session=session)`
`Tracking.get_trackings()` | `AfterShip.trackings.list()`
`Tracking.add_package_tracking()` | `AfterShip.trackings.add()`
`Tracking.remove_package_tracking()` | `AfterShip.trackings.remove()`
`Tracking.detect_couriers_for_tracking_number()` | `AfterShip.couriers.detect()`
`Tracking.trackings` | No replacement
`Tracking.meta` | No replacement


What’s Changed

- 14 Add method to detect couriers for tracking number bertvandormael
- 18 Breaking: Restructure ludeeus

0.1.0

Changes

* Async (9) ludeeus
* Update issue.md (8) hwikene
* Makes this package compliant with several linters (7) ludeeus
* Added more Python tests to Travis (6) ludeeus
* 0.0.4 -Delete trackings (5) ludeeus
* Method to add tracking to aftership (1) iantrich

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.