Metadata-Version: 2.2
Name: skip-django-security-logger
Version: 1.8.1
Summary: Django security library.
Home-page: https://github.com/skip-pay/django-security
Author: Lubos Matl
Author-email: matllubos@gmail.com
License: MIT
Keywords: django,throttling
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Czech
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: django>=4.2
Requires-Dist: django-ipware>=3.0.2
Requires-Dist: ansi2html>=1.6.0
Requires-Dist: skip-django-chamber>=0.7.2
Requires-Dist: skip-django-choice-enumfields>=1.1.3.2
Requires-Dist: skip-django-generic-m2m-field>=0.1.0
Requires-Dist: skip-django-celery-extensions>=0.1.0
Requires-Dist: isodate>=0.6.1
Requires-Dist: structlog>=24.4.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

Prolog
======

Django-security-logger is library for logging input and output request. Library can be used with django-reversion to log which data was changed in a request.
The library provides throttling security mechanism.

Installation
------------

.. code:: bash

    pip install skip-django-security-logger


Docs
----

For more details see [docs](http://django-security-logger.readthedocs.org/)
