Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miniscruff/hashversion-python
Python CLI for automating hashver and related tools
https://github.com/miniscruff/hashversion-python
hash python python-cli python3 versioning
Last synced: 14 days ago
JSON representation
Python CLI for automating hashver and related tools
- Host: GitHub
- URL: https://github.com/miniscruff/hashversion-python
- Owner: miniscruff
- License: mit
- Created: 2020-01-19T03:46:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T20:39:42.000Z (almost 5 years ago)
- Last Synced: 2024-10-05T08:03:44.068Z (about 1 month ago)
- Topics: hash, python, python-cli, python3, versioning
- Language: Python
- Size: 49.8 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Hash Version
[![PyPI](https://img.shields.io/pypi/v/hashversion)](https://pypi.org/project/hashversion/)
[![License](https://img.shields.io/github/license/miniscruff/hashversion-python.svg)](https://github.com/miniscruff/hashversion-python/blob/master/LICENSE)
[![Issues](https://img.shields.io/github/issues/miniscruff/hashversion-python.svg)](https://github.com/miniscruff/hashversion-python/issues)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![codecov](https://codecov.io/gh/miniscruff/hashversion-python/branch/master/graph/badge.svg)](https://codecov.io/gh/miniscruff/hashversion-python)
[![Documentation Status](https://readthedocs.org/projects/hashversion-python/badge/?version=latest)](https://hashversion-python.readthedocs.io/en/latest/?badge=latest)Python CLI for automating hash versioning and related requirements.
To help automate versioning, changelog management and other pieces of continuous
deployments.Full documentation can be viewed [here](https://hashversion-python.readthedocs.io/en/latest/).
This project is a python package build for hashver which is published [here](https://miniscruff.github.io/hashver/).## Quick Start
... coming soon ...