bulv1ne / PCC

Python Clean Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PCC (or Python Clean Code)

PCC streamlines execution of isort and black. This tool is like a bash alias or executing 2 commands in your terminal. This didn't stop me to create a new Python package (though not deployed on PyPI), this serves for me personally to train and write documentation.

How to use PCC:

python -m pcc
# or
pcc

Test your code:

python -m pcc --test
# or
pcc --test

Features

  • Execute isort and black for you.

Installation

Install PCC by cloning this repo and installing it:

git clone git@github.com:bulv1ne/PCC.git
pip install --user PCC

Or installing through git+https immediately:

pip install git+https://github.com/bulv1ne/PCC.git

Contribute

Support

If you are having issues, please let us know by creating an issue on Github.

License

The project is licensed under the MIT license.

About

Python Clean Code

License:MIT License


Languages

Language:Python 100.0%