Metadata-Version: 2.1
Name: kotlin_style_check
Version: 0.5
Summary: Library that provides ability to fix naming and comments in Kotlin code files according to Kotlin code conventions
Home-page: https://github.com/Vermillio/Metaprogramming2.0
Author: Vermillio
Author-email: morganas.scream@gmail.com
License: MIT
Description: # Kotlin Style Checker
        ____
        
        This python library checks Kotlin code conventions usage and fixes them where it can.
        ____
        
        It also can be used from command line
        
        Usage: 
        kotlin_style_checker --input_path
Keywords: code conventions,formatting,naming,Kotlin,C#,lexical analysis,parsing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
