Metadata-Version: 1.1
Name: bottle-utils-csrf
Version: 0.2
Summary: CSRF utilities for developing apps with Bottle web framework
Home-page: http://outernet-project.github.io/bottle-utils/
Author: Outernet Inc
Author-email: branko@outernet.is
License: BSD
Description: =================
        Bottle Utils CSRF
        =================
        
        Bottle Utils is a collection of loosely related packages for developing web
        applications using Bottle_ web framework. This package contains utilities for
        CSRF_ (Cross-Site Request Forgery) protection.
        
        .. _Bottle: http://bottlepy.org/
        .. _CSRF: https://www.owasp.org/index.php/Cross-Site_Request_Forgery_%28CSRF%29
        
Keywords: bottle utils csrf
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: Framework :: Bottle
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
