Metadata-Version: 2.1
Name: pytypegen
Version: 1.0.3
Summary: Python type code generator
Home-page: https://github.com/conanfanli/pytypegen
Author: Conan Li
Author-email: conanlics@gmail.com
License: MIT
Keywords: Python,Types,Dataclass,Code Generation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Requires-Python: ~=3.7
Provides-Extra: dev
Provides-Extra: dev
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'



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


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


pytypgen
========

Code generator that converts from Python types (implemented by dataclasses) to TypeScript interfaces


