Metadata-Version: 1.1
Name: etnawrapper
Version: 1.1.2
Summary: API wrapper for ETNA' APIs
Home-page: https://github.com/massard-t/etnawrapper
Author: Theo Massard
Author-email: massar_t@etna-alternance.net
License: UNKNOWN
Download-URL: https://github.com/massard-t/etnawrapper/archive/1.1.2.tar.gz
Description: Etnawrapper
        ===========
        
        Python wrapper made for my school's apis
        
        Based on `a colleague's
        documentation <https://github.com/josephbedminster/api-etna>`__
        
        Usage
        -----
        
        .. code:: python
        
            from etnawrapper import EtnaWrapper
        
            wrapper = EtnaWrapper(login='your_login', password='your_passwd')
        
            # In order to check if you can access the APIs, try this:
            wrapper.get_infos()
            # It should return informations about your profile
        
        Installation
        ------------
        
        This package is available on Pypi. Simply install it using:
        
        .. code:: bash
        
            $ pip install etnawrapper
        
        Contibuting
        -----------
        
        Contibutions are welcome. Simply fork the project and make a pull
        request.
        
Keywords: school,wrapper,APIs
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
