Metadata-Version: 2.4
Name: fastsprout-data
Version: 0.1.0
Summary: FastSprout - Data library for FastSprout framework.
Project-URL: Homepage, https://fastsprout.dev
Project-URL: Repository, https://forgejo.3dcra.eu/fastsprout/fastsprout-data
Project-URL: Issues, https://forgejo.3dcra.eu/fastsprout/fastsprout-data/issues
Author-email: Illia Bahlai <bahlai.illia@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: async,backend,data,fastsprout,framework,modular-monolith,monolith,pydantic,repository,service,unit-of-work
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: fastsprout-core>=1.0.0
Description-Content-Type: text/markdown

# fastsprout-data

[![PyPI version](https://img.shields.io/pypi/v/fastsprout-data.svg)](https://pypi.org/project/fastsprout-data/)
[![Python versions](https://img.shields.io/pypi/pyversions/fastsprout-data.svg)](https://pypi.org/project/fastsprout-data/)
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![PyPI downloads](https://img.shields.io/pypi/dm/fastsprout-data.svg)](https://pypi.org/project/fastsprout-data/)
[![Typed](https://img.shields.io/pypi/types/fastsprout-data.svg)](https://pypi.org/project/fastsprout-data/)
[![CI](https://forgejo.3dcra.eu/fastsprout/fastsprout-data/actions/workflows/build-and-publish.yaml/badge.svg)](https://forgejo.3dcra.eu/fastsprout/fastsprout-data/actions)

Data contracts for the [FastSprout](https://fastsprout.dev) framework.

## Installation

```bash
pip install fastsprout-data
```

## Links

- Framework: [fastsprout.dev](https://fastsprout.dev)
- Repository: [forgejo.3dcra.eu/fastsprout](https://forgejo.3dcra.eu/fastsprout)
- PyPI: [pypi.org/project/fastsprout-data](https://pypi.org/project/fastsprout-data/)

## License

Apache License 2.0 — see [LICENSE](LICENSE)
