.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.rst
LICENCE
README.rst
pyproject.toml
tox.ini
.github/review/publish.yml
.github/review/tests.yml
.github/workflows/python-publish.yml
dj_renderpdf_css.egg-info/PKG-INFO
dj_renderpdf_css.egg-info/SOURCES.txt
dj_renderpdf_css.egg-info/dependency_links.txt
dj_renderpdf_css.egg-info/requires.txt
dj_renderpdf_css.egg-info/top_level.txt
django_renderpdf/__init__.py
django_renderpdf/helpers.py
django_renderpdf/version.py
django_renderpdf/views.py
django_renderpdf/config/config.yaml
django_renderpdf/config/invoice_template_001.css
docs/Makefile
docs/conf.py
docs/index.rst
testapp/__init__ copy.py
testapp/__init__.py
testapp/apps.py
testapp/manage.py
testapp/settings.py
testapp/urls.py
testapp/views.py
testapp/wsgi.py
testapp/static/styles.css
testapp/templates/test_template.html
testapp/templates/test_template_with_staticfile.html
testapp/tests/__init__.py
testapp/tests/test_helpers.py
testapp/tests/test_views.py