.bandit
.flake8
.pre-commit-config.yaml
CHANGELOG.md
CODEOWNERS
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
environment.devenv.yml
pyproject.toml
setup.cfg
docs/Makefile
docs/source/api.rst
docs/source/conf.py
docs/source/configuration.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/quickstart.rst
docs/source/_static/screenshot_example_05.png
examples/README.md
examples/example_01_read_annotations.py
examples/example_02_add_annotations.py
examples/example_03_project_with_classes.py
examples/example_04_project_with_image_metadata.py
examples/example_05_draw_tiles_on_image.py
examples/prepare_resources.py
extras/README.md
extras/osx_app_shim/PaquoOpenQpZip.py
extras/osx_app_shim/setup.py
paquo/.paquo.defaults.toml
paquo/__init__.py
paquo/__main__.py
paquo/_cli.py
paquo/_config.py
paquo/_logging.py
paquo/_repr.py
paquo/_utils.py
paquo/_version.py
paquo/classes.py
paquo/colors.py
paquo/hierarchy.py
paquo/images.py
paquo/java.py
paquo/jpype_backend.py
paquo/pathobjects.py
paquo/projects.py
paquo/py.typed
paquo.egg-info/PKG-INFO
paquo.egg-info/SOURCES.txt
paquo.egg-info/dependency_links.txt
paquo.egg-info/entry_points.txt
paquo.egg-info/requires.txt
paquo.egg-info/top_level.txt
paquo/tests/conftest.py
paquo/tests/test_classes.py
paquo/tests/test_colors.py
paquo/tests/test_config.py
paquo/tests/test_hierarchy.py
paquo/tests/test_images.py
paquo/tests/test_jpype_backend.py
paquo/tests/test_main.py
paquo/tests/test_pathobjects.py
paquo/tests/test_projects.py
paquo/tests/test_readonly.py
paquo/tests/test_repr.py