Metadata-Version: 2.1
Name: hashversion
Version: 0.1.0
Summary: Automate versioning and related requirements when using hashver
Author: Ronnie Smith
Author-email: halfpint1170@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: gitpython (>=3.0.5,<4.0.0)
Requires-Dist: toml (>=0.10.0,<0.11.0)
Description-Content-Type: text/markdown

# Hash Version

![License](https://img.shields.io/github/license/miniscruff/hashversion-python.svg)
![Issues](https://img.shields.io/github/issues/miniscruff/hashversion-python.svg)

Python CLI for automating hash versioning and related requirements.
To help automate versioning, changelog management and other pieces of continuous
deployments.

## Installation :inbox_tray:
```bash
> git clone https://github.com/miniscruff/hashversion-python.git
> cd  hashver-python
> poetry install
> pytest
> black .
```

## Bugs :bug:

This project is getting upgrades in my free time if there is a problem please create a bug report in the issues section.

## License :scroll:

- Licensed under [MIT License](https://github.com/miniscruff/hashversion-python/blob/master/LICENSE)

