Metadata-Version: 1.1
Name: pyramid-secure-response
Version: 0.0.1
Summary: pyramid_secure_response
Home-page: https://gitlab.com/grauwoelfchen/pyramid_secure_response
Author: Yasuhiro Asaka
Author-email: yasuhiro.asaka@grauwoelfchen.net
License: BSD-3-Clause
Description-Content-Type: UNKNOWN
Description: pyramid_secure_response
        =======================
        
        Introduction
        ------------
        
        ``pyramid_secure_response`` is a library built on top of the Pyramid Tween to
        provide secure response (sets HTTP Strict Transport Security header, redirect non-ssl request as ssl).
        
        
        08 Nov 2017 Yasuhiro Asaka <yasuhiro.asaka@grauwoelfchen.net>
        	* Covret README.adoc to README.rst
        	* Add .gitlab-ci.yml
        
        07 Nov 2017 Yasuhiro Asaka <yasuhiro.asaka@grauwoelfchen.net>
        	* Initial commit ;)
        
Keywords: web wsgi pylons pyramid
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Pyramid
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
