Metadata-Version: 2.4
Name: salpinx
Version: 0.1.0
Summary: Annotation-style pub/sub and service/request for zenoh
Project-URL: Repository, https://github.com/WallyHao/salpinx
Project-URL: Issues, https://github.com/WallyHao/salpinx/issues
Author-email: WallyHao <WallyHao@qq.com>
License-Expression: MIT
License-File: LICENSE
Keywords: annotations,pub-sub,rpc,zenoh
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: eclipse-zenoh>=1.0
Requires-Dist: msgpack>=1.2.1
Description-Content-Type: text/markdown

# salpinx

[![PyPI](https://img.shields.io/pypi/v/salpinx)](https://pypi.org/project/salpinx/)
[![Python](https://img.shields.io/pypi/pyversions/salpinx)](https://pypi.org/project/salpinx/)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

Annotation-style pub/sub and service/request for [zenoh](https://zenoh.io/).

## Installation

```bash
pip install salpinx
# or
uv add salpinx
```

## Quickstart

```python
from salpinx import __version__

print(__version__)
```

## License

MIT
