summaryrefslogtreecommitdiff
path: root/dev-python/pynng/metadata.xml
blob: cf159613313e876e5f3775f075200f75d5c5a67a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person" proxied="yes">
    <email>vowstar@gmail.com</email>
    <name>Huang Rui</name>
  </maintainer>
  <upstream>
    <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>
  <origin>srcux</origin>
</pkgmetadata>