https://github.com/plandes/zenpybuild
Inspect and iterate on git tags and invoke setup utils.
https://github.com/plandes/zenpybuild
build git python
Last synced: 3 months ago
JSON representation
Inspect and iterate on git tags and invoke setup utils.
- Host: GitHub
- URL: https://github.com/plandes/zenpybuild
- Owner: plandes
- License: other
- Created: 2018-08-11T23:56:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T20:49:52.000Z (almost 2 years ago)
- Last Synced: 2025-03-06T05:37:38.990Z (7 months ago)
- Topics: build, git, python
- Language: Python
- Size: 5.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Inspect and iterate on git tags and invoke setup utils
[![PyPI][pypi-badge]][pypi-link]
[![Python 3.9][python39-badge]][python39-link]
[![Python 3.10][python310-badge]][python310-link]Inspect and iterate on git tags. This manages tags in a git repository and
invokes setup utils. This is used in the [zen build setup] as well.## Documentation
See the [full documentation](https://plandes.github.io/zenpybuild/).
## Obtaining
The easist way to install the command line program is via the `pip` installer:
```bash
pip install zensols.pybuild
```Binaries are also available on [pypi].
## Usage
See the [zotsite setup.py] file for an example of how to use it as in setup
tools.## Changelog
An extensive changelog is available [here](CHANGELOG.md).
## License
[MIT License](LICENSE.md)
Copyright (c) 2018 - 2023 Paul Landes
[pypi]: https://pypi.org/project/zensols.pybuild/
[pypi-link]: https://pypi.python.org/pypi/zensols.pybuild
[pypi-badge]: https://img.shields.io/pypi/v/zensols.pybuild.svg
[python39-badge]: https://img.shields.io/badge/python-3.9-blue.svg
[python39-link]: https://www.python.org/downloads/release/python-390
[python310-badge]: https://img.shields.io/badge/python-3.10-blue.svg
[python310-link]: https://www.python.org/downloads/release/python-3100[zen build setup]: https://github.com/plandes/zenbuild
[zotsite setup.py]: https://github.com/plandes/zotsite/blob/master/src/python/setup.py