Metadata-Version: 2.1
Name: ASTormtrooper
Version: 1.0.1
Summary: Lint your code with lambdas.
Home-page: https://github.com/ZSendokame/ASTT
Author: ZSendokame
License: MIT license
Platform: UNKNOWN
Description-Content-Type: text/markdown

# ASTormTrooper
*ASTT* is a simple Linter, small and fast that reads dictionaries as configuration.<br>
It accepts functions and lambdas as custom rules. Sometimes, filters don't need much code.
<br><br>

# How to download
```py
# GIT+PIP
pip install git+https://github.com/ZSendokame/ASTormTrooper.git

# PIP
pip install ASTormtrooper
```

# How to use
You can call ASTT with:<br>
`python -m astt`

### Flags
-c: Change configuration file.<br>
-e: Files to exclude (Example: `-e "excluded.py,otherfile.py"`)

# Examples
https://gist.github.com/ZSendokame/816c1d6ea9b78840254e70fd5e90d34a

