docs: add logo and shields.io badges to README#17
Closed
maltsev-dev wants to merge 2 commits into
Closed
Conversation
analyze.md is a session-scoped working-notes file (~240 KB of audit/plan material) that does not belong in the public SDK repo. Remove from version control but keep on disk for the author's reference. - git rm --cached analyze.md: drop from index, file stays on disk - add analyze.md to .gitignore so it isn't accidentally re-added - drop the self-referential '.gitignore' entry from .gitignore so future edits don't need 'git add -f'
- 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
raw.githubusercontent.com(HTTPS only — PyPI strips http images).All badges link to the corresponding real page (PyPI, GitHub Actions, Codecov, docs.nullrun.io).
Diff scope
Why
nullout-mcpand other ecosystem packages present themselves.https://only (PyPI readme-sanitiser requirement).Out of scope
pyproject.tomlclassifiers — left as-is per project decision.@protectexample form in README — kept exactly as on master.