LICENSE
README.md
pyproject.toml
pdfnaut/__init__.py
pdfnaut/exceptions.py
pdfnaut/filters.py
pdfnaut/py.typed
pdfnaut/security_handler.py
pdfnaut/serializer.py
pdfnaut.egg-info/PKG-INFO
pdfnaut.egg-info/SOURCES.txt
pdfnaut.egg-info/dependency_links.txt
pdfnaut.egg-info/requires.txt
pdfnaut.egg-info/top_level.txt
pdfnaut/objects/__init__.py
pdfnaut/objects/base.py
pdfnaut/objects/stream.py
pdfnaut/objects/xref.py
pdfnaut/parsers/__init__.py
pdfnaut/parsers/pdf.py
pdfnaut/parsers/simple.py
tests/test_encryption.py
tests/test_object_parsing.py
tests/test_parsing_files.py
tests/test_serializer.py