|
1 | | -<h1 align="center">{{cookiecutter.repo_name}}</h1> |
| 1 | +{{cookiecutter.repo_name}} |
| 2 | +{{ "=" * cookiecutter.repo_name|length }} |
2 | 3 |
|
3 | | -<p align="center"> |
4 | 4 | {{cookiecutter.description}} |
5 | | -</p> |
6 | 5 |
|
7 | | -<p align="center"> |
| 6 | +.. image:: https://img.shields.io/pypi/l/{{cookiecutter.__repo_name_slug}} |
| 7 | + :target: https://opensource.org/licenses/MIT |
| 8 | + :alt: License |
8 | 9 |
|
9 | | -<a href="https://opensource.org/licenses/MIT"> |
10 | | - <img src="https://img.shields.io/pypi/l/{{cookiecutter.__repo_name_slug}}" alt="License"> |
11 | | -</a> |
12 | | -<a href="https://pypi.org/project/{{cookiecutter.__repo_name_slug}}/"> |
13 | | - <img src="https://img.shields.io/pypi/dm/{{cookiecutter.__repo_name_slug}}" alt="Downloads"> |
14 | | -</a> |
15 | | -<a href="https://pypi.org/project/{{cookiecutter.__repo_name_slug}}/"> |
16 | | - <img src="https://img.shields.io/pypi/pyversions/{{cookiecutter.__repo_name_slug}}" alt="Supported Python Versions"> |
17 | | -</a> |
18 | | -<a href="https://pypi.org/project/{{cookiecutter.__repo_name_slug}}/"> |
19 | | - <img src="https://img.shields.io/pypi/v/{{cookiecutter.__repo_name_slug}}" alt="PyPi Package"> |
20 | | -</a> |
21 | | -</p> |
| 10 | +.. image:: https://img.shields.io/pypi/dm/{{cookiecutter.__repo_name_slug}} |
| 11 | + :target: https://pypi.org/project/{{cookiecutter.__repo_name_slug}}/ |
| 12 | + :alt: Downloads |
22 | 13 |
|
23 | | -## 🚀 Features |
| 14 | +.. image:: https://img.shields.io/pypi/pyversions/{{cookiecutter.__repo_name_slug}} |
| 15 | + :target: https://pypi.org/project/{{cookiecutter.__repo_name_slug}}/ |
| 16 | + :alt: Supported Python Versions |
24 | 17 |
|
25 | | -## 🔌️ Prerequisites |
| 18 | +.. image:: https://img.shields.io/pypi/v/{{cookiecutter.__repo_name_slug}} |
| 19 | + :target: https://pypi.org/project/{{cookiecutter.__repo_name_slug}}/ |
| 20 | + :alt: PyPi Package |
| 21 | + |
| 22 | +🚀 Features |
| 23 | +----------- |
| 24 | + |
| 25 | +🔌️ Prerequisites |
| 26 | +---------------- |
26 | 27 |
|
27 | 28 | - [Python](https://www.python.org/) >= 3.9 |
28 | 29 |
|
29 | | -## 💾 Installation |
| 30 | +💾 Installation |
| 31 | +--------------- |
| 32 | + |
| 33 | +.. code-block:: shell |
| 34 | +
|
| 35 | + pip install {{cookiecutter.pypi_package_name}} |
30 | 36 |
|
31 | | -```shell |
32 | | -pip install {{cookiecutter.pypi_package_name}} |
33 | | -``` |
34 | 37 |
|
35 | 38 | ## 📚 Documentation |
| 39 | +------------------- |
36 | 40 |
|
37 | | -For futher details, checkout the latest [documentation](https://exasol.github.io/{{cookiecutter.repo_name}}/). |
| 41 | +For futher details, checkout the latest `documentation <https://exasol.github.io/{{cookiecutter.repo_name}}/>`_. |
0 commit comments