darbiadev-shipping
Project description
darbiadev-shipping
A package wrapping multiple shipping carrier API wrapping packages, providing a higher level multi carrier package.
Documentation is hosted here
Example usage:
from darbiadev_shipping import ShippingServices
client = ShippingServices(
ups_auth={
'base_url': '',
'username': '',
'password': '',
'access_license_number': '',
},
fedex_auth={
'web_service_url': '',
'key': '',
'password': '',
'account_number': '',
'meter_number': '',
},
usps_auth={
'base_url': '',
'user_id': '',
'password': '',
}
)
print(client.track('1Z5338FF0107231059'))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for darbiadev_shipping-0.5.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7702c81729241a8f0954c496141cdad26e3680d6a13d373e557232ac4fe38f7c |
|
MD5 | 125eeec5e4336023da250f3d0c6c9e98 |
|
BLAKE2b-256 | 223eb4d7ef39be3f57e2809a7f9d025b49c10736a2b83f7756098183f0b63a19 |