Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 😎!

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.