Metadata-Version: 2.1
Name: interrogatio
Version: 1.0.2
Summary: A python library to prompt user for inputs in a terminal application.
Home-page: https://github.com/ffaraone/interrogatio
Author: Francesco Faraone
Author-email: ffaraone@gmail.com
License: BSD 3-Clause
Description: interrogatio
        ============
        
        A python library to prompt user for inputs in a terminal application.
        
        
        What is interrogatio
        ********************
        
        interrogatio is a python 2/3 library based on the `python-prompt-toolkit
        <https://github.com/prompt-toolkit/python-prompt-toolkit>`_ and inspired by `PyInquirer
        <https://github.com/CITGuru/PyInquirer/>`_ that help CLI developers to ask users for inputs.
        
        
        Questions can be rendered onto the terminal prompt or as curses dialogs.
        
        
        Documentation
        *************
        
        Interrogatio is still under heavy development.
        
        
        Getting started
        ***************
        
        Requirements
        ------------
        
        interrogatio depends on the python-prompt-toolkit library and its dependencies.
        
        Installation
        ------------
        
        Using pip
        ^^^^^^^^^
        
        ::
        
            $ pip install interrogatio
        
        
        Contributing
        ------------
        
        If you want to contribute to the project, you can submit bugs, feature requests, translations or fork the github repository and submit your pull request.
        
        ::
        
            $ pip install -e '.[test]'
            $ python setup.py test
        
        
        License
        -------
        interrogatio is released under the `BSD 3-Clause "New" or "Revised" License <https://opensource.org/licenses/BSD-3-Clause>`_.
        
Keywords: console input dialog curses prompt
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Terminals
Provides-Extra: yaml
Provides-Extra: zxcvbn
Provides-Extra: test
