A Python micro web framework for creating dynamic websites. Current version 2.7.1, requires Python >=3.8, and follows a stable release cadence.
pip install arcframeworkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Simple web server with a single route.
Update all route handlers to accept two arguments: `def handler(req, res):`.
Always use `from arc import ...` or `import arc`.
Use `app.run(host='0.0.0.0', port=8000)` instead of `app.run(8000)`.
No dependency data recorded yet.