Metadata-Version: 2.3
Name: fidem
Version: 0.1.0
Summary: Fidem is a framework for building consistent, fault‑tolerant applications. Replace chaos with order—explicit contracts, durable execution, and complete observability out of the box.
Author: Maxim Sakhno
Author-email: Maxim Sakhno <maxim.sakhno@gmail.com>
License: MIT License
         
         Copyright (c) 2026 Maxim Sakhno
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Classifier: Framework :: AsyncIO
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Database
Requires-Python: >=3.13
Project-URL: Repository, https://github.com/maximsakhno/fidem
Project-URL: Homepage, https://github.com/maximsakhno/fidem
Project-URL: Issues, https://github.com/maximsakhno/fidem/issues
Project-URL: Documentation, https://github.com/maximsakhno/fidem#readme
Description-Content-Type: text/markdown

# fidem

Fidem is a framework for building consistent, fault‑tolerant applications. Replace chaos with order—explicit contracts, durable execution, and complete observability out of the box.

<div align="center">

[![CI](https://github.com/maximsakhno/fidem/actions/workflows/ci.yml/badge.svg)](https://github.com/maximsakhno/fidem/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/maximsakhno/fidem/graph/badge.svg?token=T4VS9W5SMC)](https://codecov.io/gh/maximsakhno/fidem)
[![PyPI](https://img.shields.io/pypi/v/fidem?color=green)](https://pypi.org/project/fidem/)
[![Python Versions](https://img.shields.io/pypi/pyversions/fidem?color=green)](https://pypi.org/project/fidem/)
[![Ruff](https://img.shields.io/badge/linter-ruff-green.svg)](https://github.com/astral-sh/ruff)
[![Basedpyright](https://img.shields.io/badge/type%20checker-basedpyright-green.svg)](https://github.com/DetachHead/basedpyright)
[![License](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

</div>
