CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/CLEAN_SUMMARY.md
docs/EXAMPLES_GUIDE.md
docs/FINAL_SUMMARY.md
docs/PROJECT_STRUCTURE.md
docs/README_CN.md
examples/basic_usage.py
examples/config.json
examples/custom_config.py
examples/security_interception.py
examples/use_config_file.py
src/secure_sandbox/__init__.py
src/secure_sandbox/cli.py
src/secure_sandbox/core.py
src/secure_sandbox/exceptions.py
src/secure_sandbox/whitelist.py
src/secure_sandbox.egg-info/PKG-INFO
src/secure_sandbox.egg-info/SOURCES.txt
src/secure_sandbox.egg-info/dependency_links.txt
src/secure_sandbox.egg-info/entry_points.txt
src/secure_sandbox.egg-info/not-zip-safe
src/secure_sandbox.egg-info/requires.txt
src/secure_sandbox.egg-info/top_level.txt
tests/test_basic.py
tests/test_config.py
tests/test_install.py
tests/test_security.py