Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kludex/python-template
A template for Python packages that makes you go from 🥵 to 😎!
https://github.com/kludex/python-template
Last synced: 26 days ago
JSON representation
A template for Python packages that makes you go from 🥵 to 😎!
- Host: GitHub
- URL: https://github.com/kludex/python-template
- Owner: Kludex
- License: mit
- Created: 2020-12-15T22:44:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T20:14:30.000Z (about 1 month ago)
- Last Synced: 2024-10-07T18:21:39.769Z (about 1 month ago)
- Language: Jinja
- Homepage:
- Size: 130 KB
- Stars: 32
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Python Template
This is a personal template that I like to use for Python packages.
There aren't many customizable options because my needs are satisfied, but you're free to use and modify according to what you need.
## Features
- ✅ Dependabot
- ✅ GitHub Actions
- ✅ Documentation## Usage
First, you'll need to install [copier](https://copier.readthedocs.io/en/stable/).
Then I invite you to run the following command:
``` bash
copier copy https://github.com/Kludex/python-template .
```Answer some questions, and TADA! :tada:
You have your Python package, ready to code! 🙂
## License
This project is licensed under the terms of the MIT license.