https://github.com/mperlet/pybadge
pylint badges for everyone!
https://github.com/mperlet/pybadge
badges pylint python readme
Last synced: 3 months ago
JSON representation
pylint badges for everyone!
- Host: GitHub
- URL: https://github.com/mperlet/pybadge
- Owner: mperlet
- Created: 2017-02-18T16:27:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-17T22:13:08.000Z (about 7 years ago)
- Last Synced: 2023-08-02T03:44:46.201Z (almost 2 years ago)
- Topics: badges, pylint, python, readme
- Language: HTML
- Homepage: https://mperlet.github.io/pybadge/
- Size: 81.1 KB
- Stars: 9
- Watchers: 2
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# pybadge 
pylint badges for everyone!
## Howto
1. Check your pylint score with `pylint` or `python3-pylint`
2. Goto: https://mperlet.github.io/pybadge/ and insert your score
3. Copy the generated markdown link into your README### bash alias for markdown text
run `pybadge `
```
function pybadge() {
echo ".svg)"
}
```
## Color intervals0.00 <  < 3.00 <  < 7.00  < 10.00
## Limitations
* negative scores are not supported
* no dynamic badges, needs something like continuous integration services## Idea
I was looking for python badges and could not find any for pylint.
The idea for this implementation is inspired from the blogpost
http://www.desmondrivet.com/blog/technical/pylint-badges.html.