Skip to content

Commit 8c4025f

Browse files
maltsev-devclaude
andcommitted
docs: add logo and shields.io badges to README
- 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) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a6f7232 commit 8c4025f

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
<p align="center">
2+
<img src="https://raw.githubusercontent.com/nullrunio/nullrun-sdk-python/master/docs/nullrun-logo.png"
3+
alt="NullRun" width="320"/>
4+
</p>
5+
6+
<p align="center">
7+
<a href="https://pypi.org/project/nullrun/"><img
8+
src="https://img.shields.io/pypi/v/nullrun?style=for-the-badge&logo=pypi&logoColor=white"
9+
alt="PyPI version"/></a>
10+
<a href="https://pypi.org/project/nullrun/#files"><img
11+
src="https://img.shields.io/pypi/pyversions/nullrun?style=for-the-badge&logo=python&logoColor=white"
12+
alt="Python versions"/></a>
13+
<a href="https://github.com/nullrunio/nullrun-sdk-python/blob/master/LICENSE"><img
14+
src="https://img.shields.io/pypi/l/nullrun?style=for-the-badge"
15+
alt="License"/></a>
16+
<a href="https://pypi.org/project/nullrun/"><img
17+
src="https://img.shields.io/pypi/dm/nullrun?style=for-the-badge&color=blue"
18+
alt="Downloads"/></a>
19+
</p>
20+
21+
<p align="center">
22+
<a href="https://github.com/nullrunio/nullrun-sdk-python/actions/workflows/ci.yml"><img
23+
src="https://img.shields.io/github/actions/workflow/status/nullrunio/nullrun-sdk-python/ci.yml?style=for-the-badge&logo=github&label=CI"
24+
alt="CI"/></a>
25+
<a href="https://codecov.io/gh/nullrunio/nullrun-sdk-python"><img
26+
src="https://img.shields.io/codecov/c/github/nullrunio/nullrun-sdk-python?style=for-the-badge&logo=codecov&logoColor=white"
27+
alt="Coverage"/></a>
28+
<a href="https://github.com/nullrunio/nullrun-sdk-python"><img
29+
src="https://img.shields.io/github/stars/nullrunio/nullrun-sdk-python?style=for-the-badge&logo=github"
30+
alt="Stars"/></a>
31+
<a href="https://docs.nullrun.io"><img
32+
src="https://img.shields.io/badge/docs-nullrun.io-0A66C2?style=for-the-badge&logo=readthedocs&logoColor=white"
33+
alt="Documentation"/></a>
34+
</p>
35+
136
# nullrun
237

338
**Enforcement gateway for AI agents.**

docs/nullrun-logo.png

317 KB
Loading

0 commit comments

Comments
 (0)