Skip to main content

UPS shipping interface

Project description

python-ups
==========

UPS shipping interface

Using
=======
from ups.client import UPSClient
from ups.model import Package, Address


credentials = {
'username': '',
'password': '',
'access_license': '',
'shipper_number': ''
}

shipper = Address(name='shipper address name', city='rio de janeiro',
address='', state='', zip='',
country='brazil')
recipient = Address(name='shipper address name', city='rio de janeiro',
address='', state='', zip='',
country='brazil')

packages = [Package(2, 3, 4, 5)]

ups = UPSClient(credentials)
response = ups.rate(packages=packages, packaging_type='2a',
shipper=shipper, recipient=recipient)

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

python-ups-0.0.4.tar.gz (7.5 kB view details)

Uploaded Source

File details

Details for the file python-ups-0.0.4.tar.gz.

File metadata

  • Download URL: python-ups-0.0.4.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for python-ups-0.0.4.tar.gz
Algorithm Hash digest
SHA256 f2b5ff8aad92ec93c685a2057613e884590719c064032dfe31542b845d666fb2
MD5 54850db01f19ef03797321e410ed6e11
BLAKE2b-256 bc42fec5dc9cc537dc724d7cd4a5a36721f151153df09e8b6f430dd9932df060

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page