File: control

package info (click to toggle)
txzookeeper 0.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 424 kB
  • ctags: 962
  • sloc: python: 5,075; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 942 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: txzookeeper
Section: python
Priority: optional
XS-Python-Version: >= 2.5
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Clint Byrum <spamaps@debian.org>
Build-Depends: debhelper (>= 7), python, python-setuptools
Homepage: https://launchpad.net/txzookeeper
Standards-Version: 3.9.4
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/txzookeeper/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/txzookeeper/trunk/

Package: python-txzookeeper
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-twisted, python-zookeeper
Provides: ${python:Provides}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
Description: Twisted-based Asynchronous Libraries for Apache Zookeeper.
 This project's goal is to have a complete Twisted API representing the spectrum
 of the underlying zookeeper api for constructing distributed applications.