Metadata-Version: 2.1
Name: survey
Version: 3.0.2
Summary: A simple library for creating beautiful interactive prompts.
Home-page: https://github.com/Exahilosys/survey
License: MIT
Description: ✨ A simple library for creating beautiful interactive prompts.
        
        .. image:: https://github.com/Exahilosys/survey/raw/master/images/showcase.gif
        
        Features
        --------
        
        - **Pythonic**: Friendly interface wrapped around simple functions.
        - **Lightweight**: Independent of any other prompt or visual libraries.
        - **Adaptable**: Works with any string formatting and window size.
        - **Extensive**: Packed with tweaks and features for any situation.
        
        Installing
        ----------
        
        .. code-block::
        
            pip3 install survey
        
        Links
        -----
        
        - Check out the `documentation <https://survey.readthedocs.io>`_ for more details.
        - Greatly inspired by `AlecAivazis's GoLang <https://github.com/AlecAivazis/survey>`_ library.
        
        Suggestions and contributions are greatly appreciated!
        
Platform: UNKNOWN
Requires-Python: >=3.5
Provides-Extra: docs
