Metadata-Version: 1.1
Name: com2ann
Version: 0.1.0
Summary: Tool to translate type comments to annotations.
Home-page: https://github.com/ilevkivskyi/com2ann
Author: Ivan Levkivskyi
Author-email: levkivskyi@gmail.com
License: MIT
Description: com2ann
        =======
        
        Tool for translation type comments to type annotations in Python.
        
        The tool requires Python 3.8 to run. But the supported target code version
        is Python 3.4+ (can be specified with ``--python-minor-version``).
        
        Currently, the tool translates function and assignment type comments to
        type annotations.
        
        The philosophy of of the tool is too minimally invasive, and preserve original
        formatting as much as possible. This is why the tool doesn't use un-parse.
        
Keywords: typing function annotations type hints type comments variable annotations
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development
