Metadata-Version: 1.1
Name: httpie-token-auth
Version: 0.1.6
Summary: token Auth plugin for HTTPie.
Home-page: https://github.com/chillaranand/httpie-token-auth
Author: Chillar Anand
Author-email: anand21nanda@gmail.com
License: UNKNOWN
Download-URL: https://github.com/chillaranand/httpie-token-auth
Description: ## httpie-token-auth
        
        token auth plugin for HTTPie.
        
        
        ## Installation
        
        
            $ pip install httpie-token-auth
        
        You should now see ``token`` under ``--auth-type`` in ``$ http --help`` output.
        
        
        ## Usage
        
        
            $ http --auth-type=token --auth='username:password' example.org
            $ http -A=token --auth='username:password' example.org
        
        
        ## License
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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
