Metadata-Version: 2.1
Name: typescript
Version: 0.0.1
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
        
        typescript.init(False)
        ```
        
        Import TypeScript for directory usage
        ```
        import typescript
        
        typescript.init(True)
        ```
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
