Skip to content

Index

repo_scaffold

Repository scaffolding package for project initialization and setup.

This package provides tools and utilities for scaffolding new Python projects with standardized structure and best practices. It serves as the main entry point for the repo_scaffold package functionality.

Typical usage example:

import repo_scaffold

scaffold = repo_scaffold.create_project()
scaffold.setup_structure()
ATTRIBUTE DESCRIPTION
__author__

Package author information.