.env_template
.gitignore
.pre-commit-config.yaml
LICENSE.txt
README.md
manage.py
pyproject.toml
pytest.ini
requirements.txt
requirements_dev.txt
requirements_lint.txt
requirements_test.txt
setup.cfg
setup.py
tox.ini
.github/workflows/dockerhub.yml
.github/workflows/lint.yml
.github/workflows/test.yml
docker/Postgres10.Dockerfile
docker/Postgres11.Dockerfile
docker/Postgres12.Dockerfile
docker/Postgres13.Dockerfile
docker/docker-compose.yml
src/__init__.py
src/django_plpy/__init__.py
src/django_plpy/builder.py
src/django_plpy/installer.py
src/django_plpy/settings.py
src/django_plpy/utils.py
src/django_plpy.egg-info/PKG-INFO
src/django_plpy.egg-info/SOURCES.txt
src/django_plpy.egg-info/dependency_links.txt
src/django_plpy.egg-info/not-zip-safe
src/django_plpy.egg-info/requires.txt
src/django_plpy.egg-info/top_level.txt
src/django_plpy/management/__init__.py
src/django_plpy/management/commands/__init__.py
src/django_plpy/management/commands/checkenv.py
src/django_plpy/management/commands/syncfunctions.py
src/django_plpy/migrations/0001_initial.py
src/django_plpy/migrations/__init__.py
tests/__init__.py
tests/conftest.py
tests/tests.py
tests/books/__init__.py
tests/books/admin.py
tests/books/apps.py
tests/books/models.py
tests/books/migrations/0001_initial.py
tests/books/migrations/0002_alter_book_name.py
tests/books/migrations/0003_book_stock_days_left.py
tests/books/migrations/0004_alter_book_stock_days_left.py
tests/books/migrations/__init__.py
tests/testapp/__init__.py
tests/testapp/asgi.py
tests/testapp/settings.py
tests/testapp/urls.py
tests/testapp/wsgi.py