Metadata-Version: 1.1
Name: fei-ws
Version: 1.0.0b1
Summary: Wrapper for the FEI Web Services v1.1 and v1.2
Home-page: http://www.bounder.nl/
Author: Arend H. Tolner
Author-email: info@scgvisual.com
License: Mozilla Public License 2.0
Description: ======
        fei-ws
        ======
        
        Wrapper for the federation Equestre Internationale(FEI) Results Provider Web Service.
        Works both with and without Django.
        
        Both the old and new versions of the FEI web services are implemented.
        They are known as FEIWSClient10 (old) and FEIWSClient(new).
        To use the clients supply your username and password when initializing the object or set FEI_WS_USERNAME and FEI_WS_PASSWORD in django config.
        Data is returned, as is. No interpretation except for minor exception handling is used on the responses.
        
Keywords: fei webservice client
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
