root/alpine313/: django-csp-3.7 metadata and description

Homepage Simple index PyPI page

Django Content Security Policy support.

author James Socol
author_email me@jamessocol.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Web Environment
  • Environment :: Web Environment :: Mozilla
  • Programming Language :: Python
  • License :: OSI Approved :: BSD License
  • Operating System :: OS Independent
  • Intended Audience :: Developers
  • Topic :: Software Development :: Libraries :: Python Modules
  • Programming Language :: Python
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: Implementation :: PyPy
  • Programming Language :: Python :: Implementation :: CPython
  • Framework :: Django
license BSD
maintainer Christopher Grebs
maintainer_email cg@webshox.org
platform
  • UNKNOWN
requires_dist
  • Django (>=1.8)
  • jinja2 (>=2.9.6) ; extra == 'jinja2'
  • pytest (<4.0) ; extra == 'tests'
  • pytest-django ; extra == 'tests'
  • pytest-flakes (==1.0.1) ; extra == 'tests'
  • pytest-pep8 (==1.0.6) ; extra == 'tests'
  • pep8 (==1.4.6) ; extra == 'tests'
  • mock (==1.0.1) ; extra == 'tests'
  • six (==1.12.0) ; extra == 'tests'
  • jinja2 (>=2.9.6) ; extra == 'tests'
File Tox results History
django_csp-3.7-py2.py3-none-any.whl
Size
17 KB
Type
Python Wheel
Python
2.7
https://badge.fury.io/py/django-csp.svg https://travis-ci.org/mozilla/django-csp.svg?branch=master https://coveralls.io/repos/github/mozilla/django-csp/badge.svg?branch=master

Django-CSP

Django-CSP adds Content-Security-Policy headers to Django.

The code lives on GitHub, where you can report Issues. The full documentation is available on ReadTheDocs.