.gitignore
LICENSE
README.md
pyproject.toml
requirements-dev.txt
setup.cfg
setup.py
.github/workflows/pypi_publish.yml
.github/workflows/unittests.yml
assets/pycrowdsec.jpg
examples/django_example/README.md
examples/django_example/manage.py
examples/django_example/requirements.txt
examples/django_example/crowdsec_views/__init__.py
examples/django_example/crowdsec_views/apps.py
examples/django_example/crowdsec_views/views.py
examples/django_example/crowdsec_views/templates/captcha_page.html
examples/django_example/django_example/__init__.py
examples/django_example/django_example/asgi.py
examples/django_example/django_example/settings.py
examples/django_example/django_example/urls.py
examples/django_example/django_example/wsgi.py
examples/flask_example/README.md
examples/flask_example/main.py
examples/flask_example/requirements.txt
examples/flask_example/templates/captcha_page.html
src/__init__.py
src/pycrowdsec/__init__.py
src/pycrowdsec/cache.py
src/pycrowdsec/client.py
src/pycrowdsec/utils.py
src/pycrowdsec.egg-info/PKG-INFO
src/pycrowdsec.egg-info/SOURCES.txt
src/pycrowdsec.egg-info/dependency_links.txt
src/pycrowdsec.egg-info/requires.txt
src/pycrowdsec.egg-info/top_level.txt
src/pycrowdsec/django/__init__.py
src/pycrowdsec/flask/__init__.py
tests/__init__.py
tests/test_cache.py
tests/test_redis_integration.py
tests/test_stream_client.py