Skip to content

docs: add logo and shields.io badges to README#18

Merged
maltsev-dev merged 1 commit into
masterfrom
docs/logo-and-badges
Jun 19, 2026
Merged

docs: add logo and shields.io badges to README#18
maltsev-dev merged 1 commit into
masterfrom
docs/logo-and-badges

Conversation

@maltsev-dev

Copy link
Copy Markdown
Member

Summary

Adds the NullRun logo and a set of shields.io badges to the top of README.md so the package page on PyPI renders the brand identity at a glance.

Changes

  • docs/nullrun-logo.png (new file, 325 KB) — the NullRun NR mark. Hosted in-repo so it is reachable from the rendered README on PyPI via raw.githubusercontent.com (HTTPS only — PyPI strips http images).
  • README.md — adds two badge rows at the top, above the existing heading:
    • Release: PyPI version, Python versions, License, Downloads
    • Quality/Project: CI, Coverage, Stars, Documentation

All badges link to the corresponding real page (PyPI, GitHub Actions, Codecov, docs.nullrun.io).

Diff scope

README.md             |  35 +++++++++++++++++++++++++++++++++++
docs/nullrun-logo.png | Bin 0 -> 325059 bytes

Why

  • PyPI currently renders only plain text. A logo + badges make the package discoverable and signal project health, matching how nullout-mcp and other ecosystem packages present themselves.
  • All badges are https:// only (PyPI readme-sanitiser requirement).

Out of scope

  • pyproject.toml classifiers — left as-is per project decision.
  • The @protect example form in README — kept exactly as on master.

- Add docs/nullrun-logo.png (NullRun NR logo) and render it centered
  at the top of README.md via raw.githubusercontent.com
- Add shields.io badges in two rows:
  * Release: PyPI version, Python versions, License, Downloads
  * Quality/Project: CI, Coverage, Stars, Documentation
- All badges use https:// (PyPI readme sanitizer strips http://)
- No classifier changes (left as-is per project decision)
@maltsev-dev maltsev-dev merged commit 078867f into master Jun 19, 2026
0 of 4 checks passed
@maltsev-dev maltsev-dev deleted the docs/logo-and-badges branch June 19, 2026 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant