Skip to content

docs(readme): switch Quick Start to 'pip install aicertify' + add PyPI badges#58

Merged
kmadan merged 1 commit into
mainfrom
release/v0.7.0-post-publish
May 14, 2026
Merged

docs(readme): switch Quick Start to 'pip install aicertify' + add PyPI badges#58
kmadan merged 1 commit into
mainfrom
release/v0.7.0-post-publish

Conversation

@kmadan
Copy link
Copy Markdown
Contributor

@kmadan kmadan commented May 14, 2026

v0.7.0 is now live on PyPI: https://pypi.org/project/aicertify/0.7.0/.

This PR updates all five READMEs (English + zh-CN + ja-JP + ko-KR + hi-IN) so the first install instruction is the single line everyone expects:

pip install aicertify

Changes

Badge row

  • ➕ PyPI version badge — auto-updates on every release
  • ➕ Downloads badge (pepy.tech total)
  • ➖ Hard-coded "Version 0.7.0" badge (now redundant)

Quick Start

  • Headline install is now pip install aicertify
  • Git-clone path demoted to "running the bundled demo" (still useful for examples/quickstart.py)
  • New "For development" / "開発用のセットアップ" / "개발용 설치" / "डेवलपमेंट के लिए" / "用于开发" subsection retains the pip install -e . editable-install path for contributors

Translations all use locale-appropriate prose for the new sub-section headings ("用于开发" / "開発用のセットアップ" / "개발용 설치" / "डेवलपमेंट के लिए"). Diagrams, language switcher, comparison table, and every other section are untouched.

Verified

  • PyPI listing live with full metadata: 16 keywords, classifiers, all 6 project URLs (Homepage, Repository, Documentation, Issues, Changelog, Policy Library (gopal))
  • Both wheel + sdist uploaded
  • Local wheel install from PyPI succeeds; aicertify --help works; from aicertify import regulations, application works

…I badges

v0.7.0 is now live on PyPI (https://pypi.org/project/aicertify/0.7.0/),
so the README's first instruction can be the single line everyone expects.

## Changes (applied to all 5 READMEs — English + zh-CN + ja-JP + ko-KR + hi-IN)

### Badges

Added two new badges at the start of the badge row:

  - PyPI version (shields.io/pypi/v)
  - Total downloads (pepy.tech)

Dropped the now-redundant hard-coded version-0.7.0 badge — the PyPI badge
auto-updates on every release, which is what we want long-term.

### Quick Start

Promoted

    pip install aicertify

to the headline install instruction. Demoted the git-clone path to a
follow-up step for running the bundled demo (which still needs the repo
checked out for examples/quickstart.py), and added a separate
"For development" / "開発用のセットアップ" / "개발용 설치" / "डेवलपमेंट के लिए" /
"用于开发" section that keeps the `pip install -e .` editable-install
path documented for contributors.

All language switcher links + remaining badges + diagrams + every other
README section is untouched.

## Verified

- PyPI listing live: https://pypi.org/project/aicertify/0.7.0/
- Metadata complete on the live page: 16 keywords, 13+ classifiers,
  6 project URLs (Homepage, Repository, Documentation, Issues, Changelog,
  Policy Library (gopal)), license Apache-2.0
- Both wheel + sdist uploaded and downloadable
@github-actions github-actions Bot added 📝 documentation Improvements or additions to documentation 🚀 enhancement New feature or request labels May 14, 2026
@kmadan kmadan merged commit 5dd6695 into main May 14, 2026
7 checks passed
@kmadan kmadan deleted the release/v0.7.0-post-publish branch May 14, 2026 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📝 documentation Improvements or additions to documentation 🚀 enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant