File: control

package info (click to toggle)
python-park 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 120 kB
  • ctags: 73
  • sloc: python: 389; makefile: 12
file content (27 lines) | stat: -rw-r--r-- 1,014 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
Source: python-park
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniele Tricoli <eriol@mornie.org>
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 8.1),
 python-all (>= 2.6.6-3),
 python-setuptools (>= 0.6b3),
 python-unittest2
Standards-Version: 3.9.4
X-Python-Version: >= 2.6
Homepage: https://github.com/litl/park
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-park/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-park/trunk/

Package: python-park
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends}
Description: persistent key-value API for Python with ordered traversal of keys
 Park is a persistent key-value API for Python with ordered traversal of
 keys. Both keys and values are binary safe. It's similar in use to
 LevelDB, but has no dependencies outside the Python standard library.
 It is meant to be extremely easy to use and can scale to a few
 gigabytes of data.