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: 6 months 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 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T17:32:22.000Z (9 months ago)
- Last Synced: 2025-03-28T07:12:22.078Z (7 months ago)
- Language: Jinja
- Homepage:
- Size: 135 KB
- Stars: 33
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.