13 lines
228 B
Django/Jinja
13 lines
228 B
Django/Jinja
# {{ package_title }}
|
|
|
|
{{ description }}
|
|
|
|
## Installation
|
|
|
|
```console
|
|
pip install {{ package_name }}
|
|
```
|
|
|
|
## License
|
|
|
|
`{{ package_name }}` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
|