|
Project Information
Members
Links
|
python-fedexpython-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 doThe following FedEx methods are implemented:
RequirementsInstallationWhile 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 CodeFor 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 DocumentationYou 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 ReportsSend all questions, ideas, fixes, and bug reports to our issue tracker on GitHub: https://github.com/gtaylor/python-fedex/issues |