Metadata-Version: 1.1
Name: typec
Version: 0.0.1
Summary: typechecking library
Home-page: https://github.com/tiagocoutinho/typec
Author: Tiago Coutinho
Author-email: coutinhotiago@gmail.com
License: UNKNOWN
Description: typec
        ======
        
        A Python_ library which provides type checking for python 3
        
        Installation
        ------------
        
        ::
        
            $ pip install typec
        
        Requirements
        ------------
        
        - Python_ >= 3.5
        
        **That's all folks!**
        
        
        .. _Python: http://www.python.org/
        
Keywords: typing
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
