Metadata-Version: 2.4
Name: omoshiroi-packager
Version: 0.1.0
Summary: Version parser with multiple channels support
Author-email: ovcharenski <stun.bread.frog@outlook.com>
License: MIT
Project-URL: Homepage, https://ns-staff.ovcharenski.ru/projects/omoshiroi-packager
Project-URL: Repository, https://github.com/ovcharenski/omoshiroi-packager
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dotenv>=1.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: build>=0.10.0; extra == "dev"
Requires-Dist: twine>=4.0.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Dynamic: license-file

# Omoshiroi Packager

Python package for parsing and comparing software versions with multiple channels.

## Installation

```bash
pip install omoshiroi-packager
