Metadata-Version: 2.4
Name: syre-version-converter
Version: 0.11.1
Project-URL: Documentation, https://github.com/syre-data/version_converter#readme
Project-URL: Issues, https://github.com/syre-data/version_converter/issues
Project-URL: Source, https://github.com/syre-data/version_converter
Author-email: Brian Carlsen <carlsen.bri@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# syre_version_converter

[![PyPI - Version](https://img.shields.io/pypi/v/syre-version-converter.svg)](https://pypi.org/project/syre-version-converter)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/syre-version-converter.svg)](https://pypi.org/project/syre-version-converter)

-----

**Table of Contents**

- [Installation](#installation)
- [Use](#use)
- [License](#license)

## Installation

```console
pip install syre-version-converter
```

## Use

Converts Syre versions.

```python
python -m syre_version_converter <initial_version> <final_version> [-p </path/to/project>]
```

### Available versions
+ **0.9.x:** Anything before `0.10.0`
+ `0.10.0`
+ `0.10.1`
+ `0.10.1`
+ `0.11.0`

## License

`syre-version-converter` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
