https://github.com/albertodonato/python-skeleton
Helper script to setup Python projects
https://github.com/albertodonato/python-skeleton
python
Last synced: 6 months ago
JSON representation
Helper script to setup Python projects
- Host: GitHub
- URL: https://github.com/albertodonato/python-skeleton
- Owner: albertodonato
- Created: 2017-02-04T10:51:29.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T08:30:43.000Z (about 1 year ago)
- Last Synced: 2025-03-23T13:01:44.748Z (10 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skeleton tree for Python projects
[](https://github.com/albertodonato/python-skeleton/actions?query=workflow%3ACI)
This is a helper script to setup a typical Python project.
It takes a few config options and generates a tree with template/boilerplate
files for further customization.
Usage
-----
- edit `project-template.yaml` with project details.
- run `./python-skeleton project.yaml `
- go into ``, edit generated files as needed and add actual project
files.
To re-generate files for an existing project (e.g. when template is updated),
it's also possible to pass the project `pyproject.toml` file as source for the
metadata.