Uh oh!
There was an error while loading. Please reload this page.
Releases: Create-Python-App/create-python-app
Releases · Create-Python-App/create-python-app
Release list
create-awesome-python-app@0.2.12
Packaging
- Add PyPI
keywordsand Troveclassifierstocreate-awesome-python-appandcreate-python-app-corepyproject.tomlso the packages are discoverable on PyPI by scaffold/fastapi/django/celery/typer/uv/cli themes and filtered by Python version, license, and topic (#246).
create-awesome-python-app@0.2.11
CLI / argv after template URL
- Do not treat
--template/-t/ other option values (e.g.file://…) as the project positional when expanding--addons/--extend. Fixes trailingproject_directorybeing swallowed as an addon slug after a template URL (#245).
create-awesome-python-app@0.2.9
CLI / argv trailing directory
- Stop treating a trailing
project_directoryafter--addons/--extendas another addon value (e.g.--addons a --addons b /tmp/app).
create-awesome-python-app@0.2.8
CLI / argv
- Accept space-separated
--addons/--extendvalues (CNA Commander parity):--addons fastapi-docker github-setupexpands to repeated flags before Typer parses.
create-awesome-python-app@0.2.7
CLI
- Allow options after the project directory (
uvx create-awesome-python-app my-api --template …). Typer was registeringcacheas a nested command group, so Click treated--templateas a COMMAND name.
create-awesome-python-app@0.2.10
CLI / UX
- Validate non-empty target directory before the interactive wizard so a leftover default
my-project/does not waste a full prompt session. - Exit cleanly with a hint to use
--forceor pick a different directory name (no traceback).
create-awesome-python-app@0.2.6
Docs
- Overhaul
create-awesome-python-appREADME to Create-Node-App package parity (install channels, recipes, CLI/cache reference, site links). - Refresh monorepo README as contributor-facing docs with a clear pointer to the package README.
create-awesome-python-app@0.2.5
Git cache
- Git cache refresh now advances HEAD to the remote default tip when
?ref=is unset (CNA pull parity) - Force-refresh when a configured template/extension
subdiris missing from a warm cache (fixes post-renameManifestLoadErrorforall-github-setupand friends)
create-awesome-python-app@0.2.4
Prompt rendering
- Template select titles use FormattedText styles (no more literal
^[[1;94mANSI escapes)
create-awesome-python-app@0.2.3
Discovery UX
- Template picker is now a browsable select with type-to-filter (↑↓ + search)
- High-contrast CPA blue/green prompt theme and bright category badges