Metadata-Version: 1.1
Name: httpie-api-auth
Version: 0.1.0
Summary: ApiAuth plugin for HTTPie.
Home-page: https://github.com/pd/httpie-api-auth
Author: Kyle Hargraves
Author-email: pd@krh.me
License: MIT
Download-URL: https://github.com/pd/httpie-api-auth
Description: httpie-api-auth
        ===============
        
        `ApiAuth <https://github.com/mgomes/api_auth>`_ auth plugin for `HTTPie <https://github.com/jkbr/httpie>`_.
        
        Installation
        ------------
        
        .. code-block:: bash
        
            $ pip install httpie-api-auth
        
        You should now see ``api-auth`` under ``--auth-type`` in ``$ http --help`` output.
        
        Usage
        -----
        
        .. code-block:: bash
        
            $ http --auth-type=api-auth --auth='access_id:secret_key' example.org
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
