Metadata-Version: 1.2
Name: radegast
Version: 0.1.0
Summary: Radegast allow to create simple typed rest clients
Home-page: https://github.com/dswistowski/radegast
Author: Damian Świstowski
Author-email: damian@swistowski.org
License: MIT license
Description: ========
        Radegast
        ========
        
        
        .. image:: https://img.shields.io/pypi/v/radegast.svg
                :target: https://pypi.python.org/pypi/radegast
        
        .. image:: https://img.shields.io/travis/dswistowski/radegast.svg
                :target: https://travis-ci.com/dswistowski/radegast
        
        .. image:: https://readthedocs.org/projects/radegast/badge/?version=latest
                :target: https://radegast.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        TBD
        
        Features
        --------
        
        TBD
        
        Credits
        -------
        
        Some parts of this code, and concept borrowed from cattrs_ project
        
        .. _Cattrs: https://github.com/Tinche/cattrs
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.0.1 (2020-08-05)
        ------------------
        
        * First release on PyPI.
        
Keywords: radegast
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
