Metadata-Version: 1.1
Name: httpie-escher-auth
Version: 0.1.0
Summary: EscherAuth plugin for HTTPie.
Home-page: https://github.com/emartech/httpie-escher-auth
Author: Andras Barthazi
Author-email: andras@barthazi.hu
License: MIT
Download-URL: https://github.com/emartech/httpie-escher-auth
Description: httpie-escher-auth
        ==================
        
        This `HTTPie <http://httpie.org/>`_ auth plugin implements Escher authentication for endpoints
        using Escher authentication with default settings.
        
        Installation
        ------------
        
        Be sure that `HTTPie <http://httpie.org/>`_ is installed, and install this plugin:
        
        .. code-block:: bash
        
           $ pip install httpie-escher-auth
        
        After installing, you will see the option ``escher-auth`` under ``--auth-type`` if you run
        ``$ http --help``.
        
        Example
        -------
        
        .. code-block:: bash
        
           $ http --auth-type=escher-auth --auth=escher_key:escher_secret https://api.example.com/users
        
        The default Escher credential scope is "escher_request". You can define the credential scope like this:
        
        .. code-block:: bash
        
           $ http --auth-type=escher-auth --auth=credential_scope/escher_key:escher_secret https://api.example.com/users
        
        Check out `HTTPie sessions <https://github.com/jkbrzt/httpie#sessions>`_ if you would like to
        save authentication information between your requests.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Environment :: Plugins
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
