albertodonato / python-skeleton

Helper script to setup Python projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skeleton tree for Python projects

Build status

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 <destdir>

  • go into <destdir>, 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.

About

Helper script to setup Python projects

License:GNU General Public License v3.0


Languages

Language:Python 100.0%