CR: netapi Commercialization — Verification
Pre-Change Checklist
| Check | Status |
|---|---|
Test coverage is minimal (193 lines) |
[ ] |
No API documentation site exists |
[ ] |
Not published on PyPI |
[ ] |
Version is 0.1.0 |
[ ] |
No CHANGELOG exists |
[ ] |
No CONTRIBUTING.md exists |
[ ] |
Post-Change Checklist
| Check | Status |
|---|---|
pytest configuration with fixtures in place |
[ ] |
Test coverage >= 70% |
[ ] |
API documentation site deployed (Sphinx or MkDocs) |
[ ] |
|
[ ] |
Version follows semver (>= 1.0.0) |
[ ] |
CHANGELOG.md in keepachangelog format |
[ ] |
GitHub Actions CI/CD pipeline running |
[ ] |
Coverage badge on README |
[ ] |
Quick start guide completes in <5 minutes |
[ ] |
10+ real-world examples available |
[ ] |