Metadata-Version: 1.1
Name: http-prompt
Version: 2.0.0
Summary: An interactive HTTP command-line client
Home-page: https://github.com/httpie/http-prompt
Author: Chang-Hung Liang
Author-email: eliang.cs@gmail.com
License: MIT
Description: HTTP Prompt
        ===========
        
        |PyPI| |Docs| |Build| |Coverage| |Gitter|
        
        HTTP Prompt is an interactive command-line HTTP client featuring autocomplete
        and syntax highlighting, built on HTTPie_ and prompt_toolkit_.
        
        |Asciinema|
        
        
        Links
        -----
        
        * Home: https://http-prompt.com
        * Documentation: https://docs.http-prompt.com
        * Code: https://github.com/httpie/http-prompt
        * Chat: https://httpie.io/chat
        
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/http-prompt.svg
            :target: https://pypi.python.org/pypi/http-prompt
        
        .. |Docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
            :target: http://docs.http-prompt.com/en/latest/?badge=latest
        
        .. |Build| image:: https://github.com/httpie/http-prompt/workflows/Build/badge.svg
            :target: https://github.com/httpie/http-prompt/actions
        
        .. |Coverage| image:: https://coveralls.io/repos/github/eliangcs/http-prompt/badge.svg?branch=master
            :target: https://coveralls.io/github/eliangcs/http-prompt?branch=master
        
        .. |Gitter| image:: https://badges.gitter.im/eliangcs/http-prompt.svg
            :target: https://httpie.io/chat
        
        .. |Asciinema| image:: https://asciinema.org/a/96613.png
            :target: https://asciinema.org/a/96613?theme=monokai&size=medium&autoplay=1&speed=1.5
        
        .. _HTTPie: https://httpie.io
        .. _prompt_toolkit: https://github.com/jonathanslenders/python-prompt-toolkit
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Networking
Classifier: Topic :: Terminals
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
