Meta Package (CLI)¶
The Meta package (structum) provides the Command-Line Interface for Structum
development and maintenance tasks.
Installation¶
Install the full framework:
pip install structum
CLI Commands¶
Main App¶
License Commands¶
The CLI includes a license subcommand group for managing licensing compliance:
structum license check- Verify REUSE compliancestructum license add-header- Add SPDX headers to filesstructum license deps-check- Audit dependency licenses
For detailed documentation, see Structum CLI Reference.
See Also¶
Structum CLI Reference - Full CLI documentation
License Compliance & Management - License policy
check()- Code quality checksbuild_docs()- Documentation buildlicense_check()- REUSE compliancelicense_add_header()- Add SPDX headerslicense_deps_check()- Dependency audit