Metadata-Version: 2.1
Name: flaked
Version: 0.1.0
Summary: flaked add mako file's py checker and more base on flake8
Home-page: https://github.com/ischaojie/flaked
Author: ischaojie
Author-email: zhuzhezhe95@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7.0
Description-Content-Type: text/markdown
License-File: LICENSE


# flaked
flaked add mako file's python code checker base on flake8

## Quick Start
```shell
> pip install flaked
> flaked <some_mako_file>
```

You can use `flaked` just like flake8, because flaked is a wrapper of flake8, but for mako file.


