Metadata-Version: 2.1
Name: darkest
Version: 0.2.0
Summary: Apply Black formatting for specified lines
Home-page: UNKNOWN
Author: Alexander Tishin
Author-email: 1079805+Mystic-Mirage@users.noreply.github.com
License: MIT
Project-URL: Source Code, https://github.com/Mystic-Mirage/darkest
Description: # darkest
        Apply Black formatting for specified lines
        
        ## Install
        `pip install darkest`
        
        ## Setup PyCharm
        Add to External Tools:
        * Name: `Darkest`
        * Program: `<path_to_darkest_script>`
        * Arguments: `--from=$SelectionStartLine$ --to=$SelectionEndLine$ $FilePath$`
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
