.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/tests.yml
lazypdf/__init__.py
lazypdf/_converters.py
lazypdf/_operations.py
lazypdf/_pages.py
lazypdf/_security.py
lazypdf/_text.py
lazypdf/core.py
lazypdf/py.typed
lazypdf/utils.py
lazypdf.egg-info/PKG-INFO
lazypdf.egg-info/SOURCES.txt
lazypdf.egg-info/dependency_links.txt
lazypdf.egg-info/requires.txt
lazypdf.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_converters.py
tests/test_core.py
tests/test_new_features.py
tests/test_office.py
tests/test_operations.py
tests/test_pages.py
tests/test_security.py
tests/test_text.py
tests/test_v040_features.py
tests/test_validation.py