Multi-tenant network fabric management dashboard.
meshboard.api.auth— token resolution and role-based access decoratorsmeshboard.api.sites— branch-site CRUD with tenant scopingmeshboard.api.admin— admin endpoints for users and peer registrymeshboard.reports— file-serving reports APImeshboard.licensing— smart-licensing manifest upload and listingmeshboard.store— per-subsystem persistent state (sites, configs, licensing, reports, audit)meshboard.util— shared helpers
pip install -e ".[dev]"
Editable install with the dev extra, which pulls in pytest.
pytest tests/
The test suite exercises the multi-tenant API surface, file-serving reports, smart-licensing upload, and the per-subsystem stores.