Metadata-Version: 1.1
Name: httpie-odps-auth
Version: 0.2.1
Summary: ODPS Auth plugin for HTTPie.
Home-page: https://github.com/onesuper/httpie-hmac-auth
Author: Cheng YiChao
Author-email: onesuperclark@gmail.com
License: MIT
Download-URL: https://github.com/onesuper/httpie-hmac-auth
Description: Auth plugin for debugging ODPS API with [httpie](https://github.com/jkbrzt/httpie)
        
        ### Usage
        
        ```bash
        $ git clone <repo>
        $ python setup.py install
        $ http -v  --auth-type=hmac --auth="{{access_id}}:{{access_key}}" GET {{endpoint}}/projects/project_name
        ```
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
