Metadata-Version: 1.1
Name: fei-ws
Version: 1.9.4
Summary: Wrapper for the FEI Web Services v1.2 and FEI Entry System v3
Home-page: http://www.bounder.nl/
Author: Arend H. Tolner
Author-email: arie@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.
        
        Only the new versions of the FEI web services are implemented.
        It is known as FEIWSClient.
        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.
        
        You can now access entries from the FEI online entry system. The XML from this service is converted to dictionaries.
        The new FEI Entry System V3 API is now also supported via the FEIEntrySystem3Client.
        Only a subset of all calls are implemented.
Keywords: fei webservice client
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
