File: control

package info (click to toggle)
python-iowait 0.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 124 kB
  • ctags: 48
  • sloc: python: 279; makefile: 14
file content (44 lines) | stat: -rw-r--r-- 1,961 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: python-iowait
Section: python
Priority: optional
Maintainer: Andrea Corbellini <andrea.corbellini@ubuntu.com>
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-1~)
Standards-Version: 3.9.1
XS-Python-Version: >= 2.6
XS-Python3-Version: >= 3.1
Homepage: https://launchpad.net/python-iowait
Vcs-Bzr: http://bazaar.launchpad.net/+branch/python-iowait/0.1
Vcs-Browser: http://bazaar.launchpad.net/+branch/python-iowait/0.1/files

Package: python-iowait
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Breaks: ${python:Breaks}
XB-Python-Version: ${python:Versions}
Description: Platform-independent module for I/O completion events
 Different operating systems provide different ways to wait for I/O completion
 events: there's select(), poll(), epoll() and kqueue(). For cross-platform
 applications it can be a pain to support all this system functions, especially
 because each one provides a different interface.
 .
 IOWait solves this problem by providing a unified interface and using always
 the best and faster function available in the platform. Its only limitation is
 that, on Windows, it only works for sockets.

Package: python3-iowait
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Breaks: ${python3:Breaks}
XB-Python3-Version: ${python3:Versions}
Description: Platform-independent module for I/O completion events
 Different operating systems provide different ways to wait for I/O completion
 events: there's select(), poll(), epoll() and kqueue(). For cross-platform
 applications it can be a pain to support all this system functions, especially
 because each one provides a different interface.
 .
 IOWait solves this problem by providing a unified interface and using always
 the best and faster function available in the platform. Its only limitation is
 that, on Windows, it only works for sockets.
 .
 This package provides the module for Python 3.