honcho/docs/_snippets/overview-shields.mdx

83 lines
1.7 KiB
Plaintext

<div
style={{
display: "flex"
}}
class="justify-center"
>
<a
style={{
borderStyle: "none",
marginTop: "0.125rem",
marginBottom: "0.125rem",
}}
href="https://pypi.org/project/honcho-ai/"
>
<img
style={{
margin: 0,
cursor: "pointer",
}}
noZoom
src="https://img.shields.io/pypi/v/honcho-ai?color=orange"
alt="Python package version"
/>
</a>
<a
style={{
borderStyle: "none",
marginTop: "0.125rem",
marginBottom: "0.125rem",
marginLeft: "0.25rem",
}}
href="https://github.com/plastic-labs/honcho"
>
<img
style={{
margin: 0,
cursor: "pointer",
}}
noZoom
src="https://img.shields.io/github/stars/plastic-labs/honcho?logo=github"
alt="GitHub Stars"
/>
</a>
<a
style={{
borderStyle: "none",
marginTop: "0.125rem",
marginBottom: "0.125rem",
marginLeft: "0.25rem",
}}
href="https://pepy.tech/project/honcho-ai"
>
<img
style={{
margin: 0,
cursor: "pointer",
}}
noZoom
src="https://static.pepy.tech/personalized-badge/honcho-ai?period=total&units=international_system&left_color=grey&right_color=blue&left_text=pip%20installs"
alt="pip installs"
/>
</a>
<a
style={{
borderStyle: "none",
marginTop: "0.125rem",
marginBottom: "0.125rem",
marginLeft: "0.25rem",
}}
href="https://npmjs.org/package/honcho-ai"
>
<img
style={{
margin: 0,
cursor: "pointer",
}}
noZoom
src="https://img.shields.io/npm/v/honcho-ai.svg"
alt="npm package version"
/>
</a>
</div>