Metadata-Version: 2.1
Name: pytypegen
Version: 1.0.1
Summary: Python type code generator
Home-page: https://github.com/conanfanli/pytypegen
Author: Conan Li
Author-email: conanlics@gmail.com
License: MIT
Description: 
        
        .. 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
        
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.6
Provides-Extra: dev
