File: control

package info (click to toggle)
python-axiom 0.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,336 kB
  • ctags: 2,893
  • sloc: python: 12,583; sh: 33; makefile: 14
file content (52 lines) | stat: -rw-r--r-- 1,800 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: python-axiom
Section: python
Priority: extra
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),
 dh-python,
 python-all (>= 2.6.6-3~),
 python-epsilon (>= 0.7.0),
Build-Depends-Indep:
 python-pysqlite2,
 python-setuptools,
 python-twisted-core,
 python-zopeinterface,
Homepage: https://github.com/twisted/axiom
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-axiom.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-axiom.git
Standards-Version: 3.9.8
X-Python-Version: >= 2.7

Package: python-axiom
Architecture: all
Depends:
 python-epsilon (>= 0.5.11),
 python-pysqlite2,
 python-twisted-core,
 python-zopeinterface,
 ${misc:Depends},
 ${python:Depends},
Breaks: libsqlite3-0 (<< 3.6.12)
Description: Python object database
 Divmod Axiom is an object database, or alternatively, an
 object-relational mapper, implemented on top of Python.
 .
 Its primary goal is to provide an object-oriented layer with the key
 aspects of OOP (Object Oriented Programming), i.e. polymorphism and
 message dispatch, without hindering the power of an RDBMS (Relational
 DataBase Management System).
 .
 Axiom is a live database, not only an SQL generation tool: it includes
 an implementation of a scheduler service, external file references,
 automatic upgrades, robust failure handling, and Twisted integration.
 .
 Axiom is tightly integrated with Twisted, and can store, start, and
 stop Twisted services directly from the database using the included
 'axiomatic' command-line tool.
 .
 Note: Axiom currently supports only SQLite and does NOT have any
 features for dealing with concurrency.