Metadata-Version: 2.1
Name: slotomania
Version: 0.1.3
Summary: Slotomania
Home-page: https://github.com/conanfanli/slotomania
Author: Conan Li
Author-email: conanlics@gmail.com
License: MIT
Keywords: slotomania
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: ~=3.6
Provides-Extra: dev
Requires-Dist: yapf (>=0.21)
Provides-Extra: dev
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'



.. image:: https://codecov.io/gh/conanfanli/slotomania/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/conanfanli/slotomania
   :alt: codecov


.. image:: https://pyup.io/repos/github/conanfanli/slotomania/shield.svg
   :target: https://pyup.io/repos/github/conanfanli/slotomania/shield.svg
   :alt: pyup


Slotomania
==========

0.0.37 is the last version that supports marshmallow schemas.

A code generator that transforms schemas to Python slot classes and typescript interfaces.


.. image:: ./docs/sloto_architecture.png
   :target: ./docs/sloto_architecture.png
   :alt: Architecture


Examples
========

see `test_contract.py <slotomania/tests/test_contract.py>`_


