Metadata-Version: 2.1
Name: questionary
Version: 1.0.0a2
Summary: Python library to build pretty command line user prompts ⭐️
Home-page: https://github.com/tmbo/questionary
Author: Tom Bocklisch
Author-email: tombocklisch@gmail.com
Maintainer: Tom Bocklisch
Maintainer-email: tombocklisch@gmail.com
License: MIT
Download-URL: https://github.com/tmbo/questionary/archive/1.0.0a2.tar.gz
Project-URL: Bug Reports, https://github.com/tmbo/questionary/issues
Project-URL: Source, https://github.com/tmbo/questionary
Keywords: cli ui inquirer questions prompt
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
Requires-Dist: prompt-toolkit (~=2.0)
Provides-Extra: test
Requires-Dist: pytest (~=4.0) ; extra == 'test'
Requires-Dist: pytest-pep8 (~=1.0) ; extra == 'test'
Requires-Dist: pytest-cov (~=2.6) ; extra == 'test'
Requires-Dist: coveralls (~=1.3) ; extra == 'test'

# questionary

[![Build Status](https://travis-ci.com/tmbo/questionary.svg?branch=master)](https://travis-ci.com/tmbo/questionary)
[![Coverage Status](https://coveralls.io/repos/github/tmbo/questionary/badge.svg?branch=master)](https://coveralls.io/github/tmbo/questionary?branch=master)
[![PyPI version](https://badge.fury.io/py/questionary.svg)](https://badge.fury.io/py/questionary)


Python library to build pretty command line user prompts :star: 

## License
Licensed under the MIT License. Copyright 2018 Tom Bocklisch. [Copy of the license](LICENSE).


