Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<div align="center">

# Python Project Blueprint

[![Mypy][mypy-badge]](https://mypy-lang.org)
Expand All @@ -18,6 +20,8 @@
[![Bootstrap][bootstrap-badge]](https://github.com/Pymetheus/python-project-blueprint/actions/workflows/bootstrap.yml)
[![Template][use-template-badge]](https://github.com/new?template_name=python-project-blueprint&template_owner=Pymetheus)

</div>

[mypy-badge]: https://img.shields.io/badge/mypy-checked-4180b1
[ruff-badge]: https://img.shields.io/badge/ruff-linted-4180b1
[pytest-badge]: https://img.shields.io/badge/pytest-tested-4180b1
Expand Down Expand Up @@ -182,5 +186,10 @@ Whether you’re starting a new project or establishing a shared standard, it pr
- from simple scripts to long-lived services


## Contributing
Your contributions are always welcome!
- For questions and general ideas, please use [GitHub Discussions](https://github.com/Pymetheus/python-project-blueprint/discussions)
- For bugs or concrete changes, please open an [Issue](https://github.com/Pymetheus/python-project-blueprint/issues) or [Pull Request](https://github.com/Pymetheus/python-project-blueprint/pulls) instead

## License
Licensed under the terms defined in [LICENSE.md](LICENSE.md).
Loading