init
This commit is contained in:
parent
aac78ff993
commit
daced3babb
24 changed files with 1485 additions and 47 deletions
21
{{ package_name }}/README.md
Normal file
21
{{ package_name }}/README.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# {{ package_title }}
|
||||
|
||||
[](https://pypi.org/project/{{ package_name }})
|
||||
[](https://pypi.org/project/{{ package_name }})
|
||||
|
||||
---
|
||||
|
||||
**Table of Contents**
|
||||
|
||||
- [Installation](#installation)
|
||||
- [License](#license)
|
||||
|
||||
## Installation
|
||||
|
||||
```console
|
||||
pip install {{ package_name }}
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
`{{ package_name }}` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
|
||||
Loading…
Add table
Add a link
Reference in a new issue