Karrio

Latest version: v2023.9.2

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

Scan your dependencies

Page 9 of 11

1.0.0

Introduce fluent Interface

python
import purplship
proxy = purplship.gateway['aups'].create({
"server_url": "https://digitalapi.auspost.com.au/test",
"username": "username",
"password": "password",
"account_number": "1234567"
})

rates = purplship.rating.fetch(
shipper={"postal_code": "H3N1S4", "country_code": "CA"},
recipient = {"city": "Lome", "country_code": "TG"},
shipment = {
"items": [
{"id": "1", "height": 3, "length": 10, "width": 3, "weight": 4.0}
]
}
).from_(aups).parse()


Integrate Basic Australia post service
- Quotes (ShippingPriceRequest)
- Tracking

Changes

- added 'suburb' to Party (address)
- introduce jstruct
- use attrs for dataclasses

1.0rc10

Fixes

- Fix FedEx missing default server_url
- Separate UPS freight request creation from packages

1.0rc9

Changes

- Remove 'pickup_date' and 'pickup_time' from QuoteDetails
- Collect estimated delivery date from carriers where possible
- Remove carriers account numbers from client settings where possible
- use carriers production service address as default value for 'sever_url'

New

- Introduce attrs for cleaner unified datatypes definitions

1.0rc8

Changes

- clean up and prepare FedEx freight mapping
- update datatypes
- clean up datatypes factories
- Fix the wrong typing

What's new

- Introduce mypy for type validation and enforcement
- Introduce shell script shortcuts file for development on Unix systems

1.0rc7

Fixes

- Fix FedEx insurance amount mapping

Changes

- Introduce option_type for special shipping option mapping

1.0rc6

Changes

- Rename extra_services -> options
- Replace service_type -> services
- Introduce units and service/option/packaging types mapping
- Improve carriers services parameterization
- Implement UPS package rate

Page 9 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.