Metadata-Version: 2.1
Name: typescript
Version: 0.0.11
Summary: TypeScript for Python
Home-page: https://github.com/ian-sawyer/TypeScript-for-Python
Author: Microsoft Corporation
Author-email: ian.sawyer@microsoft.com
License: UNKNOWN
Description: # TypeScript for Python
        
        ```
        virtualenv venv
        source venv/bin/activate
        ```
        
        ```
        pip install typescript
        ```
        
        Import TypeScript for single file usage
        
        ```
        import typescript
        
        myNumber = 0
        
        print(type(myNumber))
        #<class 'int'>
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
