Source: python-axiom Section: python Priority: extra Maintainer: Debian Python Modules Team Uploaders: Tristan Seligmann , Vincent Bernat , 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.