archangelic / pinhook

the pluggable python framework for IRC bots and Twitch bots
https://archangelic.github.io/pinhook/
MIT License
31 stars 4 forks source link

Add badges for PyPI package #33

Closed Lucidiot closed 5 years ago

Lucidiot commented 5 years ago

Add Shields.io badges to indicate the package is on PyPI and supports specific versions. This is very helpful to anyone looking for a bot framework, finding pinhook and not knowing anything about it.

[![Supported Python versions](https://img.shields.io/pypi/pyversions/pinhook.svg)](https://pypi.org/project/pinhook) [![Package License](https://img.shields.io/pypi/l/pinhook.svg)](https://github.com/archangelic/pinhook/blob/master/LICENSE) [![PyPI package format](https://img.shields.io/pypi/format/pinhook.svg)](https://pypi.org/project/pinhook) [![Package development status](https://img.shields.io/pypi/status/pinhook.svg)](https://pypi.org/project/pinhook) [![With love from tilde.town](https://img.shields.io/badge/with%20love%20from-tilde%20town-e0b0ff.svg)](https://tilde.town)

Supported Python versions Package License PyPI package format Package development status With love from tilde.town

The Status badge will need a development status classifier in setup.py, one of these:

Development Status :: 1 - Planning
Development Status :: 2 - Pre-Alpha
Development Status :: 3 - Alpha
Development Status :: 4 - Beta
Development Status :: 5 - Production/Stable
Development Status :: 6 - Mature
Development Status :: 7 - Inactive
archangelic commented 5 years ago

Oh nice I love these and forget about them!

Lucidiot commented 5 years ago

And you can get even moar shiny badges with unit tests, linting, etc. Watch me go overkill on them.

You can also check out https://forthebadge.com/ to laugh a bit.