Skip to content

Releases: feldroy/AirAdmin

Release list

AirAdmin 0.1.0

Choose a tag to compare

@audreyfeldroy audreyfeldroy released this 20 Mar 01:12
v0.1.0
09bfa7a

AirAdmin 0.1.0

Admin UI for Air web framework, inspired by the Django admin and its replacements

This release reserves the PyPI package name and establishes the project scaffold.

uv add AirAdmin

What's in the scaffold

  • src/airadmin/ package with CLI (Typer + Rich), py.typed marker
  • Tests with pytest, coverage across Python 3.12/3.13/3.14
  • CI via GitHub Actions: lint (Ruff), type check (ty), test matrix, coverage reporting
  • Security scanning: CodeQL analysis, Dependabot, zizmor workflow audit
  • Docs site with Zensical + mkdocstrings, auto-deployed to GitHub Pages
  • Trusted publishing to PyPI with OIDC and build provenance attestation
  • justfile with dev commands: qa, test, type-check, docs-serve, release
  • Issue templates, PR template, contributing guide, code of conduct, security policy
  • MIT license, .editorconfig, .gitignore

Built with Cookiecutter PyPackage.

Contributors

@audreyfeldroy (Audrey M. Roy Greenfeld) created AirAdmin.