Metadata-Version: 1.1
Name: httpie-wsse-auth
Version: 0.1.0
Summary: WsseAuth plugin for HTTPie.
Home-page: https://github.com/emartech/httpie-wsse-auth
Author: Andras Barthazi
Author-email: andras@barthazi.hu
License: MIT
Download-URL: https://github.com/emartech/httpie-wsse-auth
Description: httpie-wsse-auth
        ================
        
        This `HTTPie <https://github.com/jkbr/httpie>`_ auth plugin implements WSSE authentication.
        
        Installation
        ------------
        
        .. code-block:: bash
        
           $ pip install httpie-wsse-auth
        
        After installing, you will see the option ``wsse-auth`` under ``--auth-type`` if you run
        ``$ http --help``.
        
        Example
        -------
        
        .. code-block:: bash
        
           $ http --auth-type=wsse-auth --auth='access_id:secret_key' example.org
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
