https://github.com/cube707/badges
A List of usefull standard badges generated via shield.io
https://github.com/cube707/badges
Last synced: 2 months ago
JSON representation
A List of usefull standard badges generated via shield.io
- Host: GitHub
- URL: https://github.com/cube707/badges
- Owner: Cube707
- License: mit
- Created: 2022-08-31T15:22:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T17:18:48.000Z (3 months ago)
- Last Synced: 2025-03-26T16:58:21.335Z (2 months ago)
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# badges
This package aims to make it easy to create static, standardized badges for your
projects using the [shields.io](https://shields.io) API. It also provides a wide variety
of pre-generated, ready to use badges for your convenience.This project is heavily inspired by the existing
[_badges_ project by Allen42](https://github.com/aleen42/badges). It provides the same
functionality only implemented in python and provides most of the same badges. If this
project ever matures enough, it might be possible to merge the projects into one,
providing APIs/tool for multiple languages.## Installation
For now, it is not published, so you can only install from directly from the repo.
Install using `pip`:```bash
pip install git+https://github.com/Cube707/badges
```