Metadata-Version: 2.4
Name: rsvp
Version: 0.1.3
Summary: RSVP is a asynchronous Python framework.
Author-email: tom65536 <peregrinus@planet.ms>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
Classifier: Framework :: Pydantic :: 2
Classifier: Framework :: aiohttp
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: System :: Distributed Computing
Classifier: Typing :: Typed
License-File: LICENSE
Requires-Dist: pytest>=8.4,<9.0 ; extra == "test"
Requires-Dist: pytest-cov>=6.2,<7.0 ; extra == "test"
Requires-Dist: pytest-asyncio>=1.1,<2.0 ; extra == "test"
Requires-Dist: pyright>=1.1.14,<2.0 ; extra == "type"
Project-URL: Home, https://github.com/tom65536/rsvp
Provides-Extra: test
Provides-Extra: type

# RSVP

RSVP is a [Python](https://python.org/) library for message based programming.

[![Python package](https://github.com/tom65536/rsvp/actions/workflows/python-package.yml/badge.svg)](https://github.com/tom65536/rsvp/actions/workflows/python-package.yml)
![GitHub License](https://img.shields.io/github/license/tom65536/rsvp)
![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Ftom65536%2Frsvp%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)
![OSS Lifecycle](https://img.shields.io/osslifecycle?file_url=https%3A%2F%2Fraw.githubusercontent.com%2Ftom65536%2Frsvp%2Frefs%2Fheads%2Fmain%2FOSSMETADATA)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![Checked with pyright](https://microsoft.github.io/pyright/img/pyright_badge.svg)](https://microsoft.github.io/pyright/)
[![Linter: Ruff](https://img.shields.io/badge/Linter-Ruff-brightgreen?style=flat-square)](https://github.com/charliermarsh/ruff)


## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install RSVP.

```bash
pip install rsvp
```

## Usage

```python
import rsvp

# ... more to come
```

## License

[MIT](https://choosealicense.com/licenses/mit/)

## Project Status

Early development


