Metadata-Version: 1.1
Name: fedex
Version: 1.1.1
Summary: Fedex Web Services API wrapper.
Home-page: https://github.com/gtaylor/python-fedex
Author: Gregory Taylor
Author-email: gtaylor@gc-taylor.com
License: BSD
Download-URL: http://pypi.python.org/pypi/fedex/
Description: Python FedEx SOAP API Module
        ============================
        
        :Author: Greg Taylor
        :License: BSD
        :Status: Stable
        
        What is it?
        -----------
        
        A light wrapper around FedEx's Webservice Soap API. We don't do much of any
        validation, but we'll help you sort through the pile of SOAP objects FedEx
        uses.
        
        Installation
        ------------
        
        The easiest way is via pip or easy_install::
        
            pip install fedex
        
        Documentation
        -------------
        
        Refer to the documentation_ for more details on the project.
            
        There are also a lot of useful examples under the examples directory within
        this directory.
        
        Support
        -------
        
        Head over to https://github.com/gtaylor/python-fedex/issues
        and submit an issue if you have any problems or questions.
        
        Legal Mumbo Jumbo
        -----------------
        
        Copyright (C) 2015 Gregory Taylor
        
        This software is licensed under the BSD License.
        
        python-fedex is not authored by, endorsed by, or in any way affiliated with
        FedEx.
        
        .. _documentation: https://pythonhosted.org/fedex/
        
Keywords: fedex soap suds wrapper
Platform: Platform Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: suds
