Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuttle1987/python_module_scaffold
Helps reduce the boilerplate in setting up a Python package.
https://github.com/shuttle1987/python_module_scaffold
Last synced: 14 days ago
JSON representation
Helps reduce the boilerplate in setting up a Python package.
- Host: GitHub
- URL: https://github.com/shuttle1987/python_module_scaffold
- Owner: shuttle1987
- License: agpl-3.0
- Created: 2019-08-23T04:23:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T22:51:19.000Z (almost 5 years ago)
- Last Synced: 2024-11-17T13:49:54.429Z (3 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python_module_scaffold
Helps reduce the boilerplate in setting up a Python package.
## Usage
This scaffolding uses [cookiecutter](https://cookiecutter.readthedocs.io/en/latest/index.html) for creating a project from a template. You will need a recent version of cookiecutter installed (>=1.6.0) to ensure all features of this work.
Before you start make sure you install cookiecutter:
```bash
pip install cookiecutter
```This project template can be used directly from GitHub like so:
```bash
cookiecutter gh:shuttle1987/python_module_scaffold
```To use this project template:
```bash
cookiecutter /path/to/template
```Then fill in some metadata about your project and then check out your newly created project files.