Metadata-Version: 1.2
Name: iko
Version: 0.3.0
Summary: Iko is an asynchronous micro-framework for converting data into different structures.
Home-page: UNKNOWN
Author: Ilya Chistyakov, Pavel Polyakov
Author-email: ilchistyakov@gmail.com, pollydrag@yandex.ru
License: MIT
Project-URL: Source, https://github.com/MyGodIsHe/iko
Description: iko
        ==========
        
        .. image:: https://img.shields.io/pypi/v/iko.svg
            :target: https://pypi.org/project/iko/
        
        .. image:: https://img.shields.io/pypi/pyversions/iko.svg
            :target: https://pypi.org/project/iko/
        
        .. image:: https://codecov.io/gh/MyGodIsHe/iko/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/MyGodIsHe/iko
            :alt: Code coverage Status
        
        .. image:: https://travis-ci.org/MyGodIsHe/iko.svg?branch=master
            :target: https://travis-ci.org/MyGodIsHe/iko
            
        .. image:: https://img.shields.io/pypi/dm/iko.svg
            :target: https://pypi.python.org/pypi/iko
        
        
        Iko is an asynchronous micro-framework for
        converting data into different structures.
        
        Inspired marshmallow_.
        
        .. _marshmallow: https://github.com/marshmallow-code/marshmallow
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
