LICENSE
README.rst
pyproject.toml
setup.cfg
src/fast_file_encryption/__init__.py
src/fast_file_encryption/_about.py
src/fast_file_encryption/decryptor.py
src/fast_file_encryption/encryptor.py
src/fast_file_encryption/errors.py
src/fast_file_encryption/internals.py
src/fast_file_encryption/tools.py
src/fast_file_encryption.egg-info/PKG-INFO
src/fast_file_encryption.egg-info/SOURCES.txt
src/fast_file_encryption.egg-info/dependency_links.txt
src/fast_file_encryption.egg-info/requires.txt
src/fast_file_encryption.egg-info/top_level.txt
tests/test_encryption.py
tests/test_meta.py
tests/test_stream.py
tests/test_tools.py