High level cantal tools
Project description
High level tools for cantal metrics collection system.
- Documentation:
- Status:
alpha
Basic usage:
import cantal
from cantal_tools.werkzeug import CantaledWSGIServer
cantal.start()
CantaledWSGIServer(
port=8080,
).serve_forever()