Metadata-Version: 2.1
Name: jsonty
Version: 0.1.0
Summary: Automatic custom class JSON serialization and deserialization
Home-page: https://github.com/AlbertFX91/jsonty
Author: Alberto Rojas
Author-email: alberto.rojas.fndez@gmail.com
License: BSD-2-Clause
Project-URL: Code, https://github.com/AlbertFX91/jsonty
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent

jsonty
======
Jsonty is an automatic JSON serialization/deseralization Python library

.. image:: https://travis-ci.com/AlbertFX91/jsonty.svg?branch=master
    :alt: Build Status
    :target: https://travis-ci.com/AlbertFX91/jsonty

.. image:: https://img.shields.io/github/issues-raw/AlbertFX91/jsonty
    :alt: GitHub issues
    :target: https://github.com/AlbertFX91/jsonty/issues

.. image:: https://coveralls.io/repos/github/AlbertFX91/jsonty/badge.svg?branch=master
    :alt: Coverage
    :target: https://coveralls.io/github/AlbertFX91/jsonty?branch=master

.. image:: https://img.shields.io/github/license/AlbertFX91/jsonty
    :alt: License
    :target: LICENSE

