Skip to content

Commit 4bcae4a

Browse files
docs: add PyPI monthly downloads badge (#259)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7060053 commit 4bcae4a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ One command. Any stack.
1212
[![Lint](https://github.com/Create-Python-App/create-python-app/actions/workflows/lint.yml/badge.svg)](https://github.com/Create-Python-App/create-python-app/actions/workflows/lint.yml)
1313
[![Typecheck](https://github.com/Create-Python-App/create-python-app/actions/workflows/type-check.yml/badge.svg)](https://github.com/Create-Python-App/create-python-app/actions/workflows/type-check.yml)
1414
[![PyPI](https://img.shields.io/pypi/v/create-awesome-python-app.svg)](https://pypi.org/project/create-awesome-python-app/)
15+
[![PyPI Downloads](https://img.shields.io/pypi/dm/create-awesome-python-app.svg)](https://pypi.org/project/create-awesome-python-app/)
1516
[![Docker](https://img.shields.io/docker/v/ulisesjeremias/create-awesome-python-app?style=flat-square&label=Docker&logo=docker&color=2496ED)](https://hub.docker.com/r/ulisesjeremias/create-awesome-python-app)
1617
[![AUR](https://img.shields.io/aur/version/create-awesome-python-app?label=AUR&logo=archlinux)](https://aur.archlinux.org/packages/create-awesome-python-app)
1718
[![Homebrew](https://img.shields.io/badge/homebrew-Create--Python--App%2Ftap-orange?logo=homebrew)](https://github.com/Create-Python-App/homebrew-tap)

packages/create-awesome-python-app/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
From blank folder to a working FastAPI, Django, Celery, CLI, or uv workspace project with modern tooling and team-friendly automation.
1212

1313
[![PyPI][pypiversion]][pypiurl]
14+
[![PyPI Downloads][pypidownloads]][pypiurl]
1415
[![Python][pythonbadge]][pythonurl]
1516
[![Stars][starsbadge]][starsurl]
1617
[![License: MIT][licensebadge]][licenseurl]
@@ -582,6 +583,7 @@ _Built for developers who value speed, composability, craft, and AI-ready workfl
582583
[shellcheckbadge]: https://github.com/Create-Python-App/create-python-app/actions/workflows/shellcheck.yml/badge.svg
583584
[megalinterbadge]: https://github.com/Create-Python-App/create-python-app/actions/workflows/mega-linter.yml/badge.svg
584585
[pypiversion]: https://img.shields.io/pypi/v/create-awesome-python-app.svg?style=flat-square&color=3775A9
586+
[pypidownloads]: https://img.shields.io/pypi/dm/create-awesome-python-app.svg?style=flat-square
585587
[pythonbadge]: https://img.shields.io/pypi/pyversions/create-awesome-python-app.svg?style=flat-square
586588
[starsbadge]: https://img.shields.io/github/stars/Create-Python-App/create-python-app?style=flat-square&color=yellow
587589
[licensebadge]: https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square

0 commit comments

Comments
 (0)