Metadata-Version: 2.1
Name: typeit
Version: 0.9.0
Summary: typeit brings typed data into your project
Home-page: https://github.com/avanov/typeit
Author: Maxim Avanov
Author-email: maxim.avanov@gmail.com
License: UNKNOWN
Keywords: utils typing json yaml serialization
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX
Requires-Dist: inflection (<0.4.0,>=0.3.1)
Requires-Dist: colander (<1.8.0,>=1.7.0)
Requires-Dist: typing-inspect (<0.5.0,>=0.4.0)
Requires-Dist: typing-extensions (<3.8,>=3.7.2)
Provides-Extra: third_party
Requires-Dist: PyYAML (<5.2,>=5.1) ; extra == 'third_party'

.. _badges:

.. image:: https://travis-ci.org/avanov/typeit.svg?branch=develop
    :target: https://travis-ci.org/avanov/typeit

.. image:: https://coveralls.io/repos/github/avanov/typeit/badge.svg?branch=develop
    :target: https://coveralls.io/github/avanov/typeit?branch=develop

.. image:: https://requires.io/github/avanov/typeit/requirements.svg?branch=master
    :target: https://requires.io/github/avanov/typeit/requirements/?branch=master
    :alt: Requirements Status

.. image:: https://readthedocs.org/projects/typeit/badge/?version=latest
    :target: http://typeit.readthedocs.org/en/latest/
    :alt: Documentation Status

.. image:: http://img.shields.io/pypi/v/typeit.svg
    :target: https://pypi.python.org/pypi/typeit
    :alt: Latest PyPI Release


**Development status: Alpha**

Typeit
------

`typeit` brings typed data into your project.


Documentation
-------------

Documentation is hosted on ReadTheDocs: https://typeit.readthedocs.io/en/latest/


Test framework
--------------

Run existing test suite with

.. code::

   $ pytest


