# $${Project}

[![Version status](https://img.shields.io/pypi/status/$${project})](https://pypi.org/project/$${project})
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Python version compatibility](https://img.shields.io/pypi/pyversions/$${project})](https://pypi.org/project/$${project})
[![Version on Docker Hub](https://img.shields.io/docker/v/$${user}/$${project}?color=green&label=Docker%20Hub)](https://hub.docker.com/repository/docker/$${user}/$${project})
[![Version on GitHub](https://img.shields.io/github/v/release/$${user}/$${project}?include_prereleases&label=GitHub)](https://github.com/$${user}/$${project}/releases)
[![Version on PyPi](https://img.shields.io/pypi/v/$${pkg})](https://pypi.org/project/$${pkg})
[![Version on Conda-Forge](https://img.shields.io/conda/vn/conda-forge/$${project}?label=Conda-Forge)](https://anaconda.org/conda-forge/$${project})
[![Documentation status](https://readthedocs.org/projects/$${project}/badge)](https://$${project}.readthedocs.io/en/stable)
[![Build (GitHub Actions)](https://img.shields.io/github/workflow/status/$${user}/$${project}/Build%20&%20test?label=Build%20&%20test)](https://github.com/$${user}/$${project}/actions)
[![Build (Travis)](https://img.shields.io/travis/$${user}/$${project}?label=Travis)](https://travis-ci.com/$${user}/$${project})
[![Build (Azure)](https://img.shields.io/azure-devops/build/$${user}/<<key>>/<<defid>>?label=Azure)](https://dev.azure.com/$${user}/$${project}/_build?definitionId=1&_a=summary)
[![Build (Scrutinizer)](https://scrutinizer-ci.com/g/$${user}/$${project}/badges/build.png?b=main)](https://scrutinizer-ci.com/g/$${user}/$${project}/build-status/main)
[![Test coverage (coveralls)](https://coveralls.io/repos/github/$${user}/$${project}/badge.svg?branch=main&service=github)](https://coveralls.io/github/$${user}/$${project}?branch=main)
[![Test coverage (codecov)](https://codecov.io/github/$${user}/$${project}/coverage.svg)](https://codecov.io/gh/$${user}/$${project})
[![Test coverage (Scrutinizer)](https://scrutinizer-ci.com/g/$${user}/$${project}/badges/coverage.png?b=main)](https://scrutinizer-ci.com/g/$${user}/$${project}/?branch=main)
[![Maintainability (Code Climate)](https://api.codeclimate.com/v1/badges/<<apikey>>/maintainability)](https://codeclimate.com/github/$${user}/$${project}/maintainability)
[![CodeFactor](https://www.codefactor.io/repository/github/dmyersturnbull/tyrannosaurus/badge)](https://www.codefactor.io/repository/github/dmyersturnbull/tyrannosaurus)
[![Code Quality (Scrutinizer)](https://scrutinizer-ci.com/g/$${user}/$${project}/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/$${user}/$${project}/?branch=main)
[![Created with Tyrannosaurus](https://img.shields.io/badge/Created_with-Tyrannosaurus-0000ff.svg)](https://github.com/dmyersturnbull/tyrannosaurus)

$${Description.}

And it’s further described in this paragraph.
[See the docs 📚](https://$${project}.readthedocs.io/en/stable/) for more info.

Licensed under the terms of the [$${license.name}]($${license.url}).
[New issues](https://github.com/$${user}/$${project}/issues) and pull requests are welcome.
Please refer to the [contributing guide](https://github.com/$${user}/$${project}/blob/main/CONTRIBUTING.md)
and [security policy](https://github.com/$${user}/$${project}/blob/main/SECURITY.md).
Generated with [Tyrannosaurus](https://github.com/dmyersturnbull/tyrannosaurus).
