File: control

package info (click to toggle)
rfoo 1.3.0-2
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 140 kB
  • ctags: 134
  • sloc: python: 601; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 956 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
Source: rfoo
Maintainer: Jerome Kieffer <jerome.kieffer@esrf.fr>
Section: python
Priority: extra
Build-Depends: python-setuptools, python-all-dev (>= 2.5), debhelper (>= 8), cython
Standards-Version: 3.9.2
Homepage: http://code.google.com/p/rfoo/
XS-Python-Version: >= 2.5

Package: python-rfoo
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python
Description: Fast RPC package for Python (and a remote console)
 rfoo (remote foo) is a fast Python RPC package which can do 160,000 RPC calls
 per second on a regular PC. It includes a fast serialization module called
 rfoo.marsh which extends the Python built in marshal module by eliminating
 serialization of code objects and protecting against bad input. The result is
 a safe to use ultra fast serializer.
 .
 Included with rfoo is rconsole, a remote Python console with auto completion,
 which can be used to inspect and modify the namespace of a running script.