File: control

package info (click to toggle)
epsilon 0.7.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 752 kB
  • sloc: python: 6,430; makefile: 15; sh: 5
file content (29 lines) | stat: -rw-r--r-- 1,430 bytes parent folder | download | duplicates (2)
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
Source: epsilon
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Tristan Seligmann <mithrandi@debian.org>, Vincent Bernat <bernat@debian.org>
Build-Depends: debhelper (>= 9), python-all, dh-python
Build-Depends-Indep: python-twisted-core (>= 12.2.0), python-setuptools, python-openssl, python-nevow, python-zope.interface
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/python-modules/packages/epsilon.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/epsilon.git
Homepage: https://launchpad.net/epsilon

Package: python-epsilon
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Python utility modules commonly used by Divmod.org project
 Epsilon is a set of Python utility modules, commonly used by all
 Divmod.org Python projects.
 .
 This is intended mainly as a support package for code used by Divmod
 projects, however it contains many generally useful modules.
 .
 Currently included:
  * a powerful date/time formatting and import/export class
    (extime.Time), for exchanging date and time information between all
    Python's various ways to interpret objects as times or time deltas
  * tools for managing concurrent asynchronous processes within Twisted
  * a metaclass which helps you define classes with explicit states
  * a formal system for application of monkey-patches