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), cdbs (>= 0.4.90~), python-all (>= 2.6.6-3~),
    python-epsilon (>= 0.7.0), dh-python
Build-Depends-Indep: python-twisted-core, python-pysqlite2,
    python-zopeinterface, python-setuptools
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.6
X-Python-Version: >= 2.7

Package: python-axiom
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core,
    python-epsilon (>= 0.5.11), python-pysqlite2, python-zopeinterface
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.
