elixir 0.7.1-1 source package in Ubuntu

Changelog

elixir (0.7.1-1) unstable; urgency=low

  * New upstream release
    - examples are no longer in the tarball
  * Convert package to dh sequencer
  * Bump Standards-Version to 3.8.4 (no changes needed)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  08 Feb 2010 11:02:47 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
elixir_0.7.1.orig.tar.gz 46.0 KiB a7ef437f25b544e4f74fb3236fc43cd25f5d6feb6037dd7c66931046d75439e9
elixir_0.7.1-1.diff.gz 3.1 KiB f0ec2e8d200732b3cec6824aff0c562f98eb270630de3df8abe75e9c32a9ee95
elixir_0.7.1-1.dsc 1.3 KiB 1b0fc90879f046bb5a032e5b2678eb0970f59b9fd4cd4a992147efa34a57bc8c

Available diffs

View changes file

Binary packages built by this source

python-elixir: declarative mapper for SQLAlchemy

 A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which
 provides the ability to define model objects following the Active Record
 design pattern, and using a DSL syntax similar to that of the Ruby on Rails
 ActiveRecord system.
 .
 Elixir does not intend to replace SQLAlchemy's core features, but instead
 focuses on providing a simpler syntax for defining model objects when you do
 not need the full expressiveness of SQLAlchemy's manual mapper definitions.
 .
 Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the
 TurboEntity project.