MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
./src/__init__.py
./src/core/__init__.py
./src/core/receiver.py
./src/core/sender.py
./src/utils/__init__.py
./src/utils/config.py
./src/utils/encryption.py
./src/utils/logger.py
./src/utils/network.py
./src/utils/progress.py
./src/utils/session.py
src/__init__.py
src/__pycache__/__init__.cpython-310.pyc
src/core/__init__.py
src/core/receiver.py
src/core/sender.py
src/core/__pycache__/__init__.cpython-310.pyc
src/core/__pycache__/receiver.cpython-310.pyc
src/core/__pycache__/sender.cpython-310.pyc
src/utils/__init__.py
src/utils/config.py
src/utils/encryption.py
src/utils/logger.py
src/utils/network.py
src/utils/progress.py
src/utils/session.py
src/utils/__pycache__/__init__.cpython-310.pyc
src/utils/__pycache__/config.cpython-310.pyc
src/utils/__pycache__/encryption.cpython-310.pyc
src/utils/__pycache__/logger.cpython-310.pyc
src/utils/__pycache__/network.cpython-310.pyc
src/utils/__pycache__/progress.cpython-310.pyc
src/utils/__pycache__/session.cpython-310.pyc
system_sell.egg-info/PKG-INFO
system_sell.egg-info/SOURCES.txt
system_sell.egg-info/dependency_links.txt
system_sell.egg-info/entry_points.txt
system_sell.egg-info/requires.txt
system_sell.egg-info/top_level.txt
test_files/test.txt
tests/README.md
tests/__init__.py
tests/fake_receiver.py
tests/fake_sender.py
tests/integration_test.py
tests/run_tests.bat
tests/run_tests.sh
tests/test_helper.py
tests/test_runner.py