Metadata-Version: 2.1
Name: aw11
Version: 0.1.0
Summary: Code and config formatting and linting.
Home-page: https://github.com/esoma/aw11
Author: Erik Soma
Author-email: stillusingirc@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown


[![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen?style=for-the-badge)](https://opensource.org/licenses/MIT)

# aw11

*aw11* is a collection of utilities for formatting and linting code and config
files in a way that the author is partial.

### installation

`pip install aw11`

### utilities

#### clean
`aw11-clean --help`

#### git-pre-commit.sh
Add as a part of your pre-commit script to automatically clean changes to be
committed.


