Metadata-Version: 1.1
Name: fclear
Version: 0.0.1
Summary: Clear compiled files.
Home-page: https://github.com/Parkayun/fclear
Author: Ayun Park
Author-email: iamparkayun@gmail.com
License: MIT
Description: fclear
        ======
        
        Clear compiled files.
        
        .. _Python: https://www.python.org/
        
        
        Installation
        ------------
        
        .. sourcecode:: bash
        
           ~ $ python setup.py install
        
        or can use pip
        
        .. sourcecode:: bash
        
           ~ $ pip install fclear
        
        
        Quick start
        -----------
        
        .. sourcecode:: bash
        
           ~ $ fclear python              # Remove pyc, __pycache__
           ~ $ fclear py                  # Remove pyc, __pycache__
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: PyPy
