feat: control API and Tor integration #1
Reference in New Issue
Block a user
Delete Branch "feat/control-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Changes
src/s5p/api.py-- lightweight asyncio HTTP handler, no new depssrc/s5p/tor.py-- async TCP client for Tor control protocolsrc/s5p/cli.py-- --api, --tracemalloc flagssrc/s5p/config.py-- api_host/api_port, TorConfig dataclasssrc/s5p/server.py-- lifecycle wiring for API and Tor controllerTest plan