LICENSE
README.md
pyproject.toml
camelot/__init__.py
camelot/__main__.py
camelot/__version__.py
camelot/cli.py
camelot/core.py
camelot/handlers.py
camelot/image_processing.py
camelot/io.py
camelot/plotting.py
camelot/py.typed
camelot/utils.py
camelot/backends/__init__.py
camelot/backends/base.py
camelot/backends/ghostscript_backend.py
camelot/backends/image_conversion.py
camelot/backends/pdfium_backend.py
camelot/backends/poppler_backend.py
camelot/parsers/__init__.py
camelot/parsers/base.py
camelot/parsers/hybrid.py
camelot/parsers/lattice.py
camelot/parsers/network.py
camelot/parsers/stream.py
camelot_py.egg-info/PKG-INFO
camelot_py.egg-info/SOURCES.txt
camelot_py.egg-info/dependency_links.txt
camelot_py.egg-info/entry_points.txt
camelot_py.egg-info/requires.txt
camelot_py.egg-info/top_level.txt
tests/test_cli.py
tests/test_common.py
tests/test_errors.py
tests/test_hybrid.py
tests/test_image_conversion_backend.py
tests/test_lattice.py
tests/test_network.py
tests/test_plotting.py
tests/test_stream.py
tests/test_utils.py