Metadata-Version: 1.1
Name: rempycs
Version: 1.0
Summary: Simple Python .pyc files remover.
Home-page: https://github.com/vartagg/rempycs
Author: Vladimir Chub
Author-email: vartagg@users.noreply.github.com
License: BSD
Description: Python .pyc remover
        ===================
        
        
        
        Simple Python .pyc files remover.
        
        
        License
        -------
        
        Free software: BSD license
        
        Features
        --------
        
        Remove all .pyc files having .py analogs from current place by walking on all subdirectories.
        Ignores files whose names begin with "." ("hidden" files in UNIX systems).
        
        
        Installation
        ------------
        
        .. code:: bash
        
            $ pip install rempycs
        
        
        Usage
        -----
        
        .. code:: bash
        
            $ cd /directory_with_python_sources
            $ rempycs
        
Keywords: rempycs,pyc,pycs
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
