
python-fedex
python-fedex
python-fedex is a 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 Functionality is only implemented as people post a need for additional methods. If the FedEx API does something that python-fedex can't, post an issue to the issue tracker and we'll get it added.
Requirements
Installation
While it is recommended that you install with easy_install or pip, you may also download the package manually from PyPi at: http://pypi.python.org/pypi/fedex/
Pip and easy_install installation examples:
easy_install fedex
pip install fedex
Source Code
For developers, or those wishing to do a manual source install, you may retrieve the full source from github at: http://github.com/gtaylor/python-fedex
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.
Help and Bug Reports
Send all questions, ideas, fixes, and bug reports to our issue tracker on GitHub: https://github.com/gtaylor/python-fedex/issues