Metadata-Version: 2.1
Name: pyclean.py
Version: 0.0.1
Summary: Clean compiled from a Python project.
Home-page: https://github.com/uranusjr/pyclean-py
Author: Tzu-ping Chung
Author-email: uranusjr@gmail.com
License: ISC License
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7,!=3.0,!=3.1,!=3.2,!=3.3

===============================================================================
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 src



An 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


