Metadata-Version: 1.1
Name: RESTEasyCLI
Version: 0.7.1
Summary: Handy REST API client on your terminal
Home-page: https://github.com/rapidstack/RESTEasyCLI
Author: Arijit Basu
Author-email: sayanarijit@gmail.com
License: MIT
Download-URL: https://github.com/rapidstack/RESTEasyCLI/archive/v0.7.1.tar.gz
Description: 
        RESTEasyCLI
        ===========
        
        Handy REST API client on your terminal
        
        
        .. image:: https://img.shields.io/pypi/pyversions/resteasycli.svg
           :target: https://pypi.org/project/RESTEasyCLI
           :alt: PyPI pyversions
        
        
        .. image:: https://img.shields.io/pypi/v/RESTEasyCLI.svg
           :target: https://pypi.org/project/RESTEasyCLI
           :alt: PyPI version
        
        
        .. image:: https://travis-ci.org/rapidstack/RESTEasyCLI.svg?branch=master
           :target: https://travis-ci.org/rapidstack/RESTEasyCLI
           :alt: Build Status
        
        
        .. image:: https://readthedocs.org/projects/resteasycli/badge/?version=latest
           :target: https://resteasycli.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        
        Get started with an interactive demo
        ------------------------------------
        
        NOTE: This demo requires supported version of python and ``virtualenv`` to be installed
        
        .. code-block:: bash
        
           curl -L https://raw.githubusercontent.com/rapidstack/RESTEasyCLI/master/tools/demo.sh -o demo.sh
           chmod +x demo.sh
           ./demo.sh
        
        Usage
        -----
        
        `Read full documentation on Read the Docs <http://resteasycli.readthedocs.io>`_
        
        TODO list
        ---------
        
        `Checkout the great TODO list on project board <https://github.com/rapidstack/RESTEasyCLI/projects>`_
        
        Contribution guide
        ------------------
        
        `Checkout the contribution guide here <https://github.com/rapidstack/RESTEasyCLI/blob/master/CONTRIBUTING.md>`_
        
Keywords: REST API client CLI tool
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
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: Topic :: Internet
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft
