Metadata-Version: 2.4
Name: fatum
Version: 26.0.0
Summary: A collection of code for Fatum.
Project-URL: Homepage, https://github.com/gao-hongnan/fatum
Project-URL: Issues, https://github.com/gao-hongnan/fatum/issues
Author-email: GAO Hongnan <hongnangao@gmail.com>
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: anthropic>=0.59.0
Requires-Dist: google-genai>=1.27.0
Requires-Dist: instructor==1.10.0
Requires-Dist: jsonref>=1.1.0
Requires-Dist: nest-asyncio>=1.6.0
Requires-Dist: openai>=1.97.1
Requires-Dist: psutil>=7.0.0
Requires-Dist: pydantic-settings>=2.10.1
Requires-Dist: pydantic>=2.11.7
Requires-Dist: rich>=13.0.0
Requires-Dist: tenacity>=9.1.2
Provides-Extra: experiment
Requires-Dist: aioboto3>=15.0.0; extra == 'experiment'
Requires-Dist: boto3-stubs[s3]>=1.34.0; extra == 'experiment'
Requires-Dist: boto3>=1.34.0; extra == 'experiment'
Requires-Dist: botocore>=1.34.0; extra == 'experiment'
Requires-Dist: duckdb==1.3.2; extra == 'experiment'
Requires-Dist: mypy-boto3-s3>=1.39.5; extra == 'experiment'
Requires-Dist: numpy>=2.3.2; extra == 'experiment'
Requires-Dist: types-aioboto3>=15.0.0; extra == 'experiment'
Requires-Dist: types-aiobotocore-s3>=2.23.1; extra == 'experiment'
Provides-Extra: reproducibility
Requires-Dist: psutil>=7.0.0; extra == 'reproducibility'
Requires-Dist: types-psutil>=7.0.0.20250822; extra == 'reproducibility'
Description-Content-Type: text/markdown

# Fatum

[![CI](https://github.com/gao-hongnan/fatum/actions/workflows/ci.yml/badge.svg)](https://github.com/gao-hongnan/fatum/actions/workflows/ci.yml)
[![Python](https://img.shields.io/badge/python-3.12%20%7C%203.13-blue.svg)](https://www.python.org/downloads/)
[![PyPI](https://img.shields.io/badge/pypi-v22.0.0-blue.svg)](https://github.com/gao-hongnan/fatum)
[![License](https://img.shields.io/badge/license-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Mypy](https://img.shields.io/badge/typed-mypy-blue?style=flat-square&logo=python)](http://mypy-lang.org/)
[![Pyright](https://img.shields.io/badge/typed-pyright-blue?style=flat-square&logo=python)](https://github.com/microsoft/pyright)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
