Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/labteral/python-package

Template to create Python packages
https://github.com/labteral/python-package

boilerplate library pacakge python template

Last synced: 2 months ago
JSON representation

Template to create Python packages

Awesome Lists containing this project

README

        

# python-package
Python Package Boilerplate

## Description
This repository provides a boilerplate structure for creating Python packages,
making it easier to set up and distribute your Python projects.

## Features
- Pre-configured `pyproject.toml` for modern Python packaging
- Automated package renaming script
- Development and distribution scripts included

## Usage
To use this boilerplate for your new Python package:
```
git clone https://github.com/labteral/python-package
cd python-package
./rename.sh
```