Metadata-Version: 2.1
Name: althra-core
Version: 0.0.1
Project-URL: Documentation, https://github.com/unknown/althra-core#readme
Project-URL: Issues, https://github.com/unknown/althra-core/issues
Project-URL: Source, https://github.com/unknown/althra-core
Author-email: Julien Kieffer <julien@mefa.tech>
License-Expression: BSD-3-Clause
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: pydantic
Requires-Dist: pydantic-settings
Description-Content-Type: text/markdown

# althra-core

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

-----

**Table of Contents**

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

## Installation

```console
pip install althra-core
```

## License

`althra-core` is distributed under the terms of the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) license.
