Metadata-Version: 2.1
Name: skip-django-security-logger
Version: 1.6.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.0,>=3.1
Requires-Dist: django-ipware >=3.0.2
Requires-Dist: ansi2html >=1.6.0
Requires-Dist: skip-django-chamber >=0.6.16.3
Requires-Dist: skip-django-choice-enumfields >=1.1.3.2
Requires-Dist: skip-django-generic-m2m-field >=0.0.9.3
Requires-Dist: skip-django-celery-extensions >=0.0.37.1
Requires-Dist: isodate >=0.6.1

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/)
