Metadata-Version: 1.2
Name: hse-ruz
Version: 0.2.2
Summary: Python wrapper for HSE RUZ API
Home-page: https://github.com/hell03end/hse_ruz
Author: hell03end
Author-email: hell03end@outlook.com
License: MIT License
Description-Content-Type: UNKNOWN
Description: hse_ruz
        =======
        
        .. image:: https://travis-ci.org/hell03end/hse_ruz.svg?branch=master
            :target: https://travis-ci.org/hell03end/hse_ruz
        .. image:: https://badge.fury.io/py/hse_ruz.svg
            :target: https://badge.fury.io/py/hse_ruz
        
        Python wrapper for HSE RUZ API.
        
        `What's new?`__
        
        __ https://github.com/hell03end/hse_ruz/wiki/Changelog
        
        
        Requirements
        ------------
        
        * Python Python 3.3+ or PyPy3
        
        
        Installation
        ------------
        
        .. code-block:: bash
        
            pip install hse_ruz
        
        
        Usage
        -----
        
        .. code-block:: python
        
            from ruz import RUZ
            api = RUZ()
            assert api.v == 1
            assert api.schedule("mymail@edu.hse.ru")
        
Keywords: HSE RUZ API
Platform: All
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.3
