File: control

package info (click to toggle)
python-pytyrant 1.1.17-1.2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 60 kB
  • ctags: 119
  • sloc: python: 354; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,070 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
Source: python-pytyrant
Section: python
Priority: optional
Maintainer: David Watson <david@bashton.com>
Uploaders: David Watson <dwatson@debian.org>
Build-Depends: debhelper (>= 7), python-setuptools, python (>= 2.6.6-3~), dh-python
Standards-Version: 3.8.3
Homepage: http://code.google.com/p/pytyrant/

Package: python-pytyrant
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}
Description: Pure Python client implementation of the Tokyo Tyrant protocol
 A pure Python client implementation of the binary Tokyo Tyrant
 protocol. Tokyo Cabinet <http://tokyocabinet.sourceforge.net/> is a "super
 hyper ultra database manager" written and maintained by Mikio Hirabayashi and
 released under the LGPL.
 .
 Tokyo Tyrant is the de facto database server for Tokyo Cabinet written and
 maintained by the same author. It supports a REST HTTP protocol, memcached,
 and its own simple binary protocol. This library implements the full binary
 protocol for the Tokyo Tyrant 1.1.17 in pure Python as defined here::
 .   
 http://tokyocabinet.sourceforge.net/tyrantdoc/