Metadata-Version: 1.1
Name: pyfinder
Version: 0.1
Summary: Look for files and inside files
Home-page: https://pypi.python.org/pypi/pyfinder/
Author: Marco Buttu
Author-email: marco.buttu@gmail.com
License: BSD
Description: =============================
        Installing and using PyFinder
        =============================
        
        Introduction
        ============
        The PyFinder library allows you to find files in the file-system and patterns 
        inside files. 
        A script called `pyfinder` can be executed from the command line. For information
        about the script usage, look at the output of `pyfinder -h` (once PyFinder is 
        installed).
        
        
        Supported Python versions
        =========================
        PyFinder requires Python version 3.3 or above.
        
        
        Installation instructions
        =========================
        PyFinder is only released as a source distribution. Intalling by pip is the simplest 
        and preferred way on all systems::
        
            $ pip install pyfinder
        
        Ohterwhise download the source tarball from `<http://pypi.python.org/pypi/pyfinder>`_,
        uncompress it, enter the pyfinder directory and then run the install command::
        
            $ python setup.py install
        
        
Keywords: python generators distutils
Platform: all
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Documentation
Classifier: Topic :: Education :: Testing
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Utilities
