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 compliance

  • structum license add-header - Add SPDX headers to files

  • structum 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 checks

  • build_docs() - Documentation build

  • license_check() - REUSE compliance

  • license_add_header() - Add SPDX headers

  • license_deps_check() - Dependency audit