Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uranusjr/pyclean-py
Clean compiled from a Python project.
https://github.com/uranusjr/pyclean-py
Last synced: 16 days ago
JSON representation
Clean compiled from a Python project.
- Host: GitHub
- URL: https://github.com/uranusjr/pyclean-py
- Owner: uranusjr
- License: isc
- Created: 2018-10-05T08:49:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T21:01:12.000Z (over 1 year ago)
- Last Synced: 2024-10-31T05:51:39.275Z (2 months ago)
- Language: Python
- Size: 65.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================================================================
pyclean.py: Clean compiled from a Python project.
===============================================================================To install::
pip install pyclean.py
Example usages::
# Clean files related to "src/pip/__init__.py".
pyclean src/pip/__init__.py# Clean files for every Python file in the directory "src", recursively.
pyclean srcAn extra script named ``py-clean`` is provided in addition to ``pyclean``,
to avoid command name conflicts with pyclean_ in Debian... _pyclean: https://manpages.debian.org/jessie/python-minimal/pyclean.1.en.html