LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
./src/__init__.py
./src/api/__init__.py
./src/api/p2p_api.py
./src/api/rest_client.py
./src/api/rest_server.py
./src/api/server.py
./src/api/vm_api.py
./src/api/endpoints/__init__.py
./src/api/endpoints/discovery.py
./src/api/endpoints/environments.py
./src/api/endpoints/workspaces.py
./src/cli/__init__.py
./src/cli/commands.py
./src/cli/main.py
./src/core/__init__.py
./src/core/config.py
./src/core/environment.py
./src/core/project.py
./src/core/workspace.py
./src/p2p/__init__.py
./src/p2p/discovery.py
./src/p2p/network.py
./src/p2p/protocol.py
./src/runtime/__init__.py
./src/runtime/container.py
./src/runtime/process.py
./src/runtime/vm.py
./src/sharing/__init__.py
./src/sharing/auth.py
./src/sharing/repository.py
./src/sharing/transfer.py
./src/utils/__init__.py
./src/utils/crypto.py
./src/utils/logging.py
./src/utils/system.py
./src/web/__init__.py
./src/web/server.py
src/__init__.py
src/api/__init__.py
src/api/p2p_api.py
src/api/rest_client.py
src/api/rest_server.py
src/api/server.py
src/api/vm_api.py
src/api/endpoints/__init__.py
src/api/endpoints/discovery.py
src/api/endpoints/environments.py
src/api/endpoints/workspaces.py
src/cli/__init__.py
src/cli/commands.py
src/cli/main.py
src/core/__init__.py
src/core/config.py
src/core/environment.py
src/core/project.py
src/core/workspace.py
src/p2p/__init__.py
src/p2p/discovery.py
src/p2p/network.py
src/p2p/protocol.py
src/runtime/__init__.py
src/runtime/container.py
src/runtime/process.py
src/runtime/vm.py
src/sharing/__init__.py
src/sharing/auth.py
src/sharing/repository.py
src/sharing/transfer.py
src/utils/__init__.py
src/utils/crypto.py
src/utils/logging.py
src/utils/system.py
src/web/__init__.py
src/web/server.py
src/web/frontend/index.html
twinshare.egg-info/PKG-INFO
twinshare.egg-info/SOURCES.txt
twinshare.egg-info/dependency_links.txt
twinshare.egg-info/entry_points.txt
twinshare.egg-info/requires.txt
twinshare.egg-info/top_level.txt