Skip to main content

AXM Init — Python project scaffolding CLI with Copier templates.

Project description

AXM Logo

axm-init — Python project scaffolding, quality checks & governance CLI

CI axm-init axm-audit Coverage PyPI Python 3.12+ Docs


Features

  • 🚀 Scaffold — Bootstrap production-grade Python projects with Copier templates
  • 📋 Check — Score any project against the AXM gold standard (39 checks, A–F grade)
  • 📦 Reserve — Claim a package name on PyPI before you're ready to publish

Installation

uv add axm-init

Quick Start

# Scaffold a new project
axm-init scaffold my-project \
  --org axm-protocols \
  --author "Your Name" --email "you@example.com"

# Check against AXM standards
axm-init check
# Score: 100/100 — Grade A 🏆

# Reserve a name on PyPI
axm-init reserve my-cool-lib --dry-run

CLI Commands

axm-init scaffold

Scaffold a production-grade Python project (src layout, PEP 621, CI, docs).

Option Short Default Description
PATH . Directory to initialize
--org -o required GitHub org or username
--author -a required Author name
--email -e required Author email
--name -n dir name Project name
--license -l Apache-2.0 License (MIT, Apache-2.0, EUPL-1.2)
--license-holder --org License holder
--description -d One-line description
--check-pypi False Verify PyPI availability first
--json False Output as JSON

axm-init check

Score a project against the AXM gold standard (39 checks across 7 categories).

Option Short Default Description
PATH . Directory to check
--category -c all Filter to one category
--json False Output as JSON
--agent False Compact agent-friendly output

Categories: pyproject, ci, tooling, docs, structure, deps, changelog

axm-init reserve

Reserve a package name on PyPI with a minimal placeholder.

Option Short Default Description
NAME required Package name to reserve
--author -a git config Author name (required)
--email -e git config Author email (required)
--dry-run False Skip actual publish
--json False Output as JSON

Note: --author and --email fall back to git config user.name / user.email. If both are empty, axm-init exits with an error.

CI Check Badge

Projects scaffolded with axm-init scaffold include an automated check badge that updates on every push. The badge shows your score and grade using the AXM logo.

push → axm-init check → badge JSON → gh-pages → shields.io

The badge is already in your README — just push to main and it appears after the first CI run.

Existing projects can add the badge too — copy .github/workflows/axm-init.yml from a scaffolded project and add the badge markup. See the howto guide for details.

Development

git clone https://github.com/axm-protocols/axm-init.git
cd axm-init
uv sync --all-groups
uv run pytest           # 436 tests (fast subset, ~8s)
uv run pytest -m slow   # real Copier scaffold tests (~15s)
uv run ruff check src/  # lint

License

Apache License 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

axm_init-0.8.1.tar.gz (558.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

axm_init-0.8.1-py3-none-any.whl (72.0 kB view details)

Uploaded Python 3

File details

Details for the file axm_init-0.8.1.tar.gz.

File metadata

  • Download URL: axm_init-0.8.1.tar.gz
  • Upload date:
  • Size: 558.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for axm_init-0.8.1.tar.gz
Algorithm Hash digest
SHA256 0f268d6ffe626529333249bedf0b4cc45c6f94101af4c43536c55e30d363c519
MD5 fa7d6ccba1cf10022e64a88b9e3119de
BLAKE2b-256 028c03a81ae25b6ebb87122ec956807b368b1c00f74624217996002e88407f7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for axm_init-0.8.1.tar.gz:

Publisher: publish.yml on axm-protocols/axm-init

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axm_init-0.8.1-py3-none-any.whl.

File metadata

  • Download URL: axm_init-0.8.1-py3-none-any.whl
  • Upload date:
  • Size: 72.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for axm_init-0.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9dfa15dc458508d0190260575bfb0782e2be27e92ae35396659c3dba5e3b1d67
MD5 f5a550819233addde6a4f4ac34449494
BLAKE2b-256 2c545cbc68ecdb138f9c290b9945ec04e5f3be8c1d7559e629b15b317a8be7a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for axm_init-0.8.1-py3-none-any.whl:

Publisher: publish.yml on axm-protocols/axm-init

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page