.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
snappea-logo.png
tox.ini
.github/workflows/flake8.yml
.github/workflows/tests.yml
example_django_project/manage.py
example_django_project/example_django_project/__init__.py
example_django_project/example_django_project/asgi.py
example_django_project/example_django_project/settings.py
example_django_project/example_django_project/urls.py
example_django_project/example_django_project/wsgi.py
snappea/__init__.py
snappea/admin.py
snappea/apps.py
snappea/datastructures.py
snappea/dbrouters.py
snappea/decorators.py
snappea/example_tasks.py
snappea/foreman.py
snappea/models.py
snappea/scmversion.py
snappea/settings.py
snappea/tests.py
snappea/views.py
snappea.egg-info/PKG-INFO
snappea.egg-info/SOURCES.txt
snappea.egg-info/dependency_links.txt
snappea.egg-info/requires.txt
snappea.egg-info/top_level.txt
snappea/management/__init__.py
snappea/management/commands/__init__.py
snappea/management/commands/checksnappea.py
snappea/management/commands/runsnappea.py
snappea/migrations/0001_initial.py
snappea/migrations/0002_create_models.py
snappea/migrations/__init__.py