Files
guru/dev-python/pynng/metadata.xml
Huang Rui 97d026950d dev-python/pynng: new package, add 0.8.1
Signed-off-by: Huang Rui <vowstar@gmail.com>
2025-12-03 17:18:55 +08:00

27 lines
1.3 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>vowstar@gmail.com</email>
<name>Huang Rui</name>
</maintainer>
<upstream>
<remote-id type="github">codypiersall/pynng</remote-id>
<remote-id type="pypi">pynng</remote-id>
<bugs-to>https://github.com/codypiersall/pynng/issues</bugs-to>
</upstream>
<longdescription lang="en">
pynng provides ergonomic Python bindings for nanomsg next generation (nng),
a lightweight messaging library. It enables inter-process communication
across single computers or networks using various messaging patterns
including Pair, Pub/Sub, Surveyor/Respondent, Req/Rep, and Push/Pull.
The library supports async frameworks like trio, curio, and asyncio.
</longdescription>
<longdescription lang="zh">
pynng为nanomsg下一代nng轻量级消息库提供符合人体工程学的Python绑定。
它支持在单台计算机或网络上进行进程间通信使用多种消息模式包括Pair配对
Pub/Sub发布/订阅、Surveyor/Respondent调查者/响应者、Req/Rep请求/回复)
和Push/Pull推/拉。该库支持trio、curio和asyncio等异步框架。
</longdescription>
</pkgmetadata>