Metadata-Version: 2.1
Name: markdown-formatter
Version: 0.0.2
Summary: 
Author: Trim21
Author-email: i@trim21.me
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: black (>=18.3-alpha.0,<19.0)
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: cython (>=0.29.13,<0.30.0)
Requires-Dist: mistune (>=0.8.4,<0.9.0)
Description-Content-Type: text/markdown

# A Markdown formatter

```bash
pip install markdown_formatter
markdown_formatter readme.md
```

will apply [black](https://github.com/psf/black) on python code automatically.

