Metadata-Version: 2.3
Name: oremi-idatha-models
Version: 1.0.0.dev39
Summary: Shared models for Oremi Idatha
License: Apache-2.0
Keywords: oremi,restfull,api,models
Author: Sébastien Demanou
Author-email: demsking@gmail.com
Requires-Python: >=3.11,<3.12
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Localization
Project-URL: Documentation, https://gitlab.com/demsking/oremi-idatha/-/blob/main/README.md
Project-URL: Repository, https://gitlab.com/demsking/oremi-idatha
Project-URL: Say Thanks!, https://www.buymeacoffee.com/demsking
Project-URL: Source, https://gitlab.com/demsking/oremi-idatha
Project-URL: Tracker, https://gitlab.com/demsking/oremi-idatha/-/issues
Description-Content-Type: text/markdown

# Oremi Idatha Models

[![Buy me a beer](https://img.shields.io/badge/Buy%20me-a%20beer-1f425f.svg)](https://www.buymeacoffee.com/demsking)

Models for [Oremi Idatha](https://gitlab.com/demsking/oremi-idatha).

## Install

```sh
pip install oremi-idatha-models
```

## Contribute

Please follow [CONTRIBUTING.md](https://gitlab.com/demsking/oremi-idatha/blob/main/CONTRIBUTING.md).

## Versioning

Given a version number `MAJOR.MINOR.PATCH`, increment the:

- `MAJOR` version when you make incompatible API changes,
- `MINOR` version when you add functionality in a backwards-compatible manner,
  and
- `PATCH` version when you make backwards-compatible bug fixes.

Additional labels for pre-release and build metadata are available as extensions
to the `MAJOR.MINOR.PATCH` format.

See [SemVer.org](https://semver.org/) for more details.

## License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License.
You may obtain a copy of the License at [LICENSE](https://gitlab.com/demsking/oremi-idatha/blob/main/LICENSE).

