Metadata-Version: 1.1
Name: argcomplete
Version: 0.1.1
Summary: Bash tab completion for argparse
Home-page: https://github.com/kislyuk/argcomplete
Author: Andrey Kislyuk
Author-email: kislyuk@gmail.com
License: GPL
Description: 
        argcomplete
        ~~~~
        
        Argcomplete provides easy and extensible automatic tab completion of arguments and options for your Python script.
        
        It makes two assumptions:
        
        - You're using bash as your shell
        - You're using argparse to manage your command line options
        
        See AUTODOCS_LINK for more info.
        
        
Platform: MacOS X
Platform: Posix
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
