https://github.com/claudiodsf/pyskel
An empty Python installable project to bootstrap new code development
https://github.com/claudiodsf/pyskel
Last synced: 3 months ago
JSON representation
An empty Python installable project to bootstrap new code development
- Host: GitHub
- URL: https://github.com/claudiodsf/pyskel
- Owner: claudiodsf
- License: gpl-3.0
- Created: 2021-05-20T13:45:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T10:02:13.000Z (8 months ago)
- Last Synced: 2025-01-15T14:12:36.100Z (5 months ago)
- Language: Python
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Pyskel
An empty Python installable project to bootstrap new code development.
Features:
- Installable using `pip` (or `pip -e` for editable mode);
- A `tar.gz` archive and a Python wheel can be built using `python -m build`;
- The Python wheel can be uploaded to PyPI via `twine`;
- Automated versioning via
[python-versioneer](https://github.com/python-versioneer/python-versioneer);
- Configuration file support via
[configobj](https://github.com/DiffSK/configobj) (embedded).Use the provided script `set_package_and_author.py` to change the name of the
package, and the author's name and email.