Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/labteral/python-package
- Owner: labteral
- License: gpl-3.0
- Created: 2019-11-07T12:00:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T13:51:33.000Z (about 1 year ago)
- Last Synced: 2024-05-01T15:29:18.142Z (10 months ago)
- Topics: boilerplate, library, pacakge, python, template
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```