.copier-answers.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.setup_dev.sh
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/build-documentation.yml
.github/workflows/pre-commit-ci.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/requirements.txt
src/plotnik/__init__.py
src/plotnik/_version.py
src/plotnik/drawing.py
src/plotnik/global_drawing.py
src/plotnik/processes.py
src/plotnik.egg-info/PKG-INFO
src/plotnik.egg-info/SOURCES.txt
src/plotnik.egg-info/dependency_links.txt
src/plotnik.egg-info/requires.txt
src/plotnik.egg-info/top_level.txt
tests/plotnik/conftest.py
tests/plotnik/test_plotnik.py