Metadata-Version: 2.1
Name: survey
Version: 5.4.2
Summary: A simple library for creating beautiful interactive prompts.
Home-page: https://github.com/Exahilosys/survey
License: MIT
Requires-Python: >=3.7
License-File: LICENSE
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: sphinx-paramlinks; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints<1.25.3; extra == "docs"

✨ A simple library for creating beautiful interactive prompts.

.. image:: https://github.com/Exahilosys/survey/blob/main/docs/_static/images/showcase-1.gif?raw=true

Features
--------

- **Pythonic**: Friendly interface built around simple functions.
- **Lightweight**: No external depencencies for any operating system.
- **Adaptable**: Works with any string formatting and window size.
- **Extensive**: Packed with tweaks and features for any situation.
- **Complete**: Supports Windows 10 (Anniversary Update and up).

Installing
----------

.. code-block::

    pip install survey

Links
-----

- Check out the `Quickstart <https://survey.readthedocs.io/reference.html>`_ guide for more.
- Greatly inspired by `AlecAivazis's GoLang <https://github.com/AlecAivazis/survey>`_ library.

Suggestions and contributions are greatly appreciated!
