Metadata-Version: 1.0
Name: pycompletion
Version: 0.1.0
Summary: A lib to collect command line completion scripts of Python packages
Home-page: http://github.com/jezdez/pycompletion/
Author: Arthur Koziel, Jannis Leidel
Author-email: arthur@arthurkoziel.com, jannis@leidel.info
License: UNKNOWN
Description: pycompletion
        ============
        
        A lib to collect command line completion scripts of Python packages
        
        Dependencies
        ------------
        
        bash-completion 1.x (http://bash-completion.alioth.debian.org/)
        
        Installing
        ----------
        
        You can install pycompletion from the PyPI::
        
        pip install pycompletion
        
        Then source the pycompletion script from your .bashrc::
        
        . `which pycompletion`
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
