Metadata-Version: 2.4
Name: rhythm-py
Version: 0.0.1
Summary: Reserved package name for Rhythm - A lightweight durable execution framework
Author: Rhythm Contributors
License: MIT
Project-URL: Homepage, https://github.com/rhythmasync/rhythm
Project-URL: Repository, https://github.com/rhythmasync/rhythm
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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 :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# rhythm

This package name is reserved for the Rhythm project.

Rhythm is a lightweight durable execution framework using only Postgres.

The production-ready package will be available at: https://pypi.org/project/rhythm-async/

## About

Rhythm provides durable execution capabilities with:
- Postgres-only architecture (no additional dependencies)
- Multi-language support (Python, PHP, TypeScript, Go, Rust)
- Simple, intuitive API
- Production-grade reliability

## Installation

This is a placeholder package. For the actual implementation, install:

```bash
pip install rhythm-async
```

## Repository

Visit the project repository: https://github.com/rhythmasync/rhythm
