aboutsummaryrefslogtreecommitdiff
blob: d98754e256365966ad8c21c739ab1e7c475ddd6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">

<pkgmetadata>
  <maintainer type="person">
    <email>andrewammerlaan@riseup.net</email>
    <name>Andrew Ammerlaan</name>
  </maintainer>
  <longdescription lang="en">
Curio is a coroutine-based library for concurrent Python systems programming. It provides standard programming abstractions such as as tasks, sockets, files, locks, and queues. It works on Unix and Windows. You'll find it to be familiar, small, fast, and fun
Core Features

Curio supports standard synchronization primitives (events, locks, recursive locks, semaphores, and condition variables), queues, subprocesses, as well as running tasks in threads and processes. The task model fully supports cancellation, task groups, timeouts, monitoring, and other features critical to writing reliable code.
  </longdescription>
  <upstream>
    <remote-id type="github">dabeaz/curio</remote-id>
    <remote-id type="pypi">curio</remote-id>
  </upstream>
</pkgmetadata>