Metadata-Version: 2.1
Name: http-signature-server
Version: 0.0.0
Summary: Implementation of the server side of the IETF draft "Signing HTTP Messages"
Home-page: https://github.com/michalc/python-http-signature-server
Author: Michal Charemza
Author-email: michal@charemza.name
License: UNKNOWN
Description: # python-http-signature-server
        
        Python implementation of the server side of the [IETF draft "Signing HTTP Messages"](https://tools.ietf.org/html/draft-ietf-httpbis-message-signatures-00)
        
        > This is a work in progress. This README serves as a rough design spec.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.5.0
Description-Content-Type: text/markdown
