Metadata-Version: 2.4
Name: darkest
Version: 0.5.0
Summary: Apply Black formatting for specified lines
Author: Oleksandr Tishyn
Author-email: mm@m10e.net
License: MIT
Project-URL: Source Code, https://github.com/Mystic-Mirage/darkest
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: darker
Requires-Dist: darkgraylib
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-black-ng; extra == "test"
Requires-Dist: pytest-isort; extra == "test"
Dynamic: license-file
Dynamic: requires-dist

# 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$`
