|
| 1 | +<div align="center"> |
| 2 | + |
| 3 | + [![Discord][badge-chat]][chat] |
| 4 | + <br> |
| 5 | + <br> |
| 6 | + |
| 7 | + | | ![Badges][label-badges] | |
| 8 | + |--|--| |
| 9 | + | ![Build][label-build] | [![Python package][badge-actions]][actions] [![semantic-release][badge-semantic-release]][semantic-release] | |
| 10 | + | ![Tests][label-tests] | [![coverage][badge-coverage]][coverage] [![pre-commit][badge-pre-commit]][pre-commit] | |
| 11 | + | ![Standards][label-standards] | [![SemVer 2.0.0][badge-semver]][semver] [![Conventional Commits][badge-conventional-commits]][conventional-commits] | |
| 12 | + | ![Code][label-code] | [![Code style: black][badge-black]][Black] [![Imports: isort][badge-isort]][isort] [![Checked with mypy][badge-mypy]][mypy] | |
| 13 | +</div> |
| 14 | + |
1 | 15 | # BuildURL
|
2 | 16 | Simple URL builder
|
| 17 | + |
| 18 | +[badge-chat]: https://img.shields.io/discord/269146666441900032?label=chat&logo=discord&style=flat-square |
| 19 | +[chat]: https://discord.gg/6Q5XW5H |
| 20 | + |
| 21 | +[label-badges]: https://img.shields.io/badge/%F0%9F%94%96-badges-purple?style=for-the-badge |
| 22 | +[label-build]: https://img.shields.io/badge/%F0%9F%94%A7-build-darkblue?style=flat-square |
| 23 | +[label-tests]: https://img.shields.io/badge/%F0%9F%A7%AA-tests-darkblue?style=flat-square |
| 24 | +[label-standards]: https://img.shields.io/badge/%F0%9F%93%91-standards-darkblue?style=flat-square |
| 25 | +[label-code]: https://img.shields.io/badge/%F0%9F%92%BB-code-darkblue?style=flat-square |
| 26 | + |
| 27 | +[badge-actions]: https://github.com/MicaelJarniac/BuildURL/workflows/Python%20package/badge.svg |
| 28 | +[badge-mypy]: https://img.shields.io/badge/mypy-checked-2A6DB2?style=flat-square |
| 29 | +[badge-isort]: https://img.shields.io/badge/imports-isort-%231674b1?style=flat-square&labelColor=ef8336 |
| 30 | +[badge-black]: https://img.shields.io/badge/code%20style-black-black?style=flat-square |
| 31 | +[badge-conventional-commits]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow?style=flat-square |
| 32 | +[badge-semantic-release]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079?style=flat-square |
| 33 | +[badge-pre-commit]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?style=flat-square&logo=pre-commit&logoColor=white |
| 34 | +[badge-semver]: https://img.shields.io/badge/SemVer-2.0.0-blue?style=flat-square&logo=semver |
| 35 | +<!-- [badge-coverage]: https://img.shields.io/codecov/c/gh/MicaelJarniac/BuildURL?logo=codecov&style=flat-square&token=? --> |
| 36 | + |
| 37 | +[actions]: https://github.com/MicaelJarniac/BuildURL/actions |
| 38 | +[coverage]: https://codecov.io/gh/MicaelJarniac/BuildURL |
| 39 | +[Black]: https://github.com/psf/black |
| 40 | +[isort]: https://pycqa.github.io/isort |
| 41 | +[semver]: https://semver.org/spec/v2.0.0.html |
| 42 | +[pre-commit]: https://github.com/pre-commit/pre-commit |
| 43 | +[semantic-release]: https://github.com/semantic-release/semantic-release |
| 44 | +[mypy]: http://mypy-lang.org |
| 45 | +[conventional-commits]: https://conventionalcommits.org |
| 46 | +[monitoring]: https://sentry.io/organizations/tractian-p5/issues/?project=5626148 |
0 commit comments