Metadata-Version: 2.1
Name: mantic
Version: 1.1.5
Summary: Command-line tools to facilitate se-mantic versioning.
Home-page: https://github.com/maukoquiroga/mantic
License: EUPL-1.2-or-later
Author: Mauko Quiroga
Author-email: mauko@pm.me
Maintainer: Mauko Quiroga
Maintainer-email: mauko@pm.me
Requires-Python: >=3.7,<3.10
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: GitPython (<4)
Requires-Dist: classes (<1)
Requires-Dist: deal (<5)
Requires-Dist: invoke (<2)
Requires-Dist: numpy (>=1.7,<1.22)
Requires-Dist: returns (<1)
Requires-Dist: rich (<11)
Requires-Dist: termcolor (<2)
Requires-Dist: toml (<1)
Requires-Dist: typical (<3)
Requires-Dist: typing_extensions (<4); python_version >= "3.7" and python_version < "3.8"
Project-URL: Documentation, https://mantic.readthedocs.io
Project-URL: Repository, https://github.com/maukoquiroga/mantic
Description-Content-Type: text/markdown

[![Test](https://github.com/maukoquiroga/mantic/workflows/test/badge.svg)](https://github.com/maukoquiroga/mantic/actions?workflow=test)
[![Type](https://github.com/maukoquiroga/mantic/workflows/type/badge.svg)](https://github.com/maukoquiroga/mantic/actions?workflow=type)
[![Lint](https://github.com/maukoquiroga/mantic/workflows/lint/badge.svg)](https://github.com/maukoquiroga/mantic/actions?workflow=lint)
[![Docs](https://github.com/maukoquiroga/mantic/workflows/docs/badge.svg)](https://github.com/maukoquiroga/mantic/actions?workflow=docs)
[![Docs](https://readthedocs.org/projects/mantic/badge/)](https://mantic.readthedocs.io/)
[![PyPI](https://img.shields.io/pypi/v/mantic.svg)](https://pypi.org/project/mantic/)
[![Coverage](https://codecov.io/gh/maukoquiroga/mantic/branch/main/graph/badge.svg)](https://codecov.io/gh/maukoquiroga/mantic)

# Mantic

Command-line tools to facilitate se-mantic versioning!

## Demo

![mantic](https://user-images.githubusercontent.com/329236/137640522-1673fc7e-8d88-4418-b10a-29e1e4a1408a.gif)

## Installation

```
pip install mantic
```

## Usage

```
mantic --help
mantic --help check-version
mantic check-version
```

## License

Copyleft (ɔ) 2021 Mauko Quiroga <mauko@pm.me>

Licensed under the EUPL-1.2-or-later
For details: [https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12)

