python-fedex
python-fedex is light wrapper for Fedex's Web Services SOAP API. The intent is to stay out of the way of the developer as much as possible, meanwhile handling some of the more repetitive and mundane portions of forming and sending SOAP requests.
The module makes use of the excellent suds package along with Python versions 2.5 and up, but not Py3K (yet).
What it can do
The following FedEx methods are implemented:
- Shipment creation
- Shipment cancellation
- Track shipments by tracking number
Requirements
Installation
You may either install from the package in our Downloads section by running setup.py, or by easy_install or pip.
Documentation
You may refer to http://packages.python.org/fedex/ for the latest API documentation. You will also need to register on http://fedex.com/developer and refer to their specifications to see what variables/options are available to you for each service.