Metadata-Version: 2.1
Name: tiepy
Version: 0.0.1
Summary: Build time checker for maintainable, professional Python
Home-page: https://github.com/gricey432/tiepy
Author: Mitchell Grice
License: Apache License 2.0
Description: # TiePy
        
        Maintainable, professional Python.
        TiePy is a collection of optional, progressive, build-time tools for writing more maintainable Python.
        
        ## Features
        
        * `@overrides`, `@final`, and `not_overrides` decorators
        
        ## Usage
        
        ```bash
        tiepy .
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
