.gitignore
AGENTS.md
Dockerfile.test
FIRECRACKER_SETUP.md
LICENSE
Makefile
QUICKSTART.md
README.md
TODO.md
cleanup_firecracker.py
docker-compose.test.yml
pyproject.toml
requirements.txt
setup.py
uv.lock
verify-setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/pypi-release.yml
assets/img/firecracker.png
assets/rootfs/setup-firecracker-official.sh
debian/compat
debian/control
debian/copyright
debian/rules
docs/README.md
docs/api-reference.md
docs/configuration.md
docs/examples.md
docs/getting-started.md
docs/index.md
docs/network.md
docs/testing-in-docker.md
examples/Dockerfile
examples/configure_vm_network.py
examples/create_vm.py
examples/id_rsa
examples/id_rsa.pub
examples/init
examples/load_snapshot.py
examples/sample.py
examples/setup.sh
firecracker/__init__.py
firecracker/_version.py
firecracker/api.py
firecracker/config.py
firecracker/exceptions.py
firecracker/logger.py
firecracker/microvm.py
firecracker/network.py
firecracker/process.py
firecracker/scripts.py
firecracker/utils.py
firecracker/vmm.py
hysn_firecracker_python.egg-info/PKG-INFO
hysn_firecracker_python.egg-info/SOURCES.txt
hysn_firecracker_python.egg-info/dependency_links.txt
hysn_firecracker_python.egg-info/entry_points.txt
hysn_firecracker_python.egg-info/requires.txt
hysn_firecracker_python.egg-info/top_level.txt
scripts/cleanup_resources.py
scripts/run-tests-docker.sh
tests/README.md
tests/conftest.py
tests/test_api_client.py
tests/test_docker_integration.py
tests/test_error_handling.py
tests/test_logger.py
tests/test_microvm.py
tests/test_microvm_error_paths.py
tests/test_microvm_initialization.py
tests/test_network_error_paths.py
tests/test_networking.py
tests/test_port_forward.py
tests/test_process_manager.py
tests/test_scripts.py
tests/test_snapshots.py
tests/test_utils.py
tests/test_vm_configuration.py
tests/test_vmm_manager.py