https://github.com/crazypython/git-pep8
Format all Python files with a command to satisfy PEP 8 coding style.
https://github.com/crazypython/git-pep8
Last synced: 7 months ago
JSON representation
Format all Python files with a command to satisfy PEP 8 coding style.
- Host: GitHub
- URL: https://github.com/crazypython/git-pep8
- Owner: CrazyPython
- License: agpl-3.0
- Created: 2013-01-16T22:08:35.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-19T00:34:29.000Z (almost 13 years ago)
- Last Synced: 2025-02-17T23:49:06.617Z (10 months ago)
- Language: Python
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
git-pep8
========
This is an script that uses PythonTidy to make the code in pep8 style.
You only call it in your directory and it fixes all files .py to pep8 style.
Also you can call only one file.
Well, I use this structure for my projects in Django/Python:
/
|--env
|--project
|--docs
When the script look for file, it always looks for all directories, but it doesn't look in directory env and docs.
To install: curl https://github.com/cristhianclx/git-pep8/blob/master/install.sh | sh
To uninstall: Only delete the dir /opt/git-pep8.
Thanks to CCR for PythonTidy