python-axiom 0.6.0-3 source package in Ubuntu
Changelog
python-axiom (0.6.0-3) unstable; urgency=low * Team upload. [ Vincent Bernat ] * Remove dependency to quilt. Adjust debian/rules accordingly. [ Arthur de Jong ] * Moved packaging from python-central to dh_python2 (Closes: #616994). -- Arthur de Jong <email address hidden> Fri, 09 Mar 2012 10:47:13 +0100
Upload details
- Uploaded by:
- Debian Python Modules Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-axiom_0.6.0-3.dsc | 1.5 KiB | b5e40b24f41bacb946ed9dc0db522f575262c45f66499e27e93ef34d9244b654 |
python-axiom_0.6.0.orig.tar.gz | 192.5 KiB | 0c3e5586c91df966f2c1b2031db870ee6b73bdd0517f9a7dab764ef0943e548c |
python-axiom_0.6.0-3.debian.tar.gz | 6.0 KiB | 488687f0085f46604d488ab3bf76e8351a3630888868a64a96d9e1fab5ded36c |
Available diffs
- diff from 0.6.0-2 (in Ubuntu) to 0.6.0-3 (1.3 KiB)
No changes file available.
Binary packages built by this source
- python-axiom: 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 upgraders, 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.