storm 0.18-1 source package in Ubuntu

Changelog

storm (0.18-1) unstable; urgency=low

  * Initial release in Debian. (Closes: #511253).
  * Bump Standards-Version to 3.9.2. No changes were required.
  * Set Debian Python Modules Team as Maintainer and add myself as Uploader.
  * Add Vcs-* fields.
  * Remove unnecessary ${python:Provides} and pycompat file.
  * Fix Suggests list.
  * Add python-storm-dbg package.
  * Make copyright file DEP-5 compliant.
  * Pass --buildsystem=python_distutils option to debhelper and remove
    unnecessary overrides in rules file.
 -- Felix Geyer <email address hidden>   Mon,  06 Jun 2011 11:06:14 +0000

Upload details

Uploaded by:
Felix Geyer
Uploaded to:
Oneiric
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
storm_0.18.orig.tar.bz2 182.2 KiB e7c0aaabe63efb1107081e01a8fcf5d51840ff726101df9cbb08c6e88d1dee06
storm_0.18-1.debian.tar.gz 6.9 KiB ff6e9b4fabad1d3fd506956008826492f6382520a5c8229983db5d066a91a372
storm_0.18-1.dsc 1.3 KiB bb1035f509afa1776d3df9f165ca2fb99d0707e4b4c70bf1438e562ed5657f2e

Available diffs

View changes file

Binary packages built by this source

python-storm: object-relational mapper (ORM) for Python

 Storm is an object-relation mapper (ORM) for the Python language. In
 simple terms, that kind of system allows rows from a relational
 database to be seen as objects in an object-oriented language like
 Python.
 .
 Features:
  * Clean and lightweight API offers a short learning curve and long-
    erm maintainability.
  * Storm is developed in a test-driven manner. An untested line of
    code is considered a bug.
  * Storm needs no special class constructors, nor imperative base
    classes.
  * Storm is well designed (different classes have very clear
    boundaries, with small and clean public APIs).
  * Designed from day one to work both with thin relational databases,
    such as SQLite, and big iron systems like PostgreSQL and MySQL.
  * Storm is easy to debug, since its code is written with a KISS
    principle, and thus is easy to understand.
  * Designed from day one to work both at the low end, with trivial
    small databases, and the high end, with applications accessing
    billion row tables and committing to multiple database backends.
  * It's very easy to write and support backends for Storm (current
    backends have around 100 lines of code).

python-storm-dbg: object-relational mapper (ORM) for Python - debugging files

 Storm is an object-relation mapper (ORM) for the Python language. In
 simple terms, that kind of system allows rows from a relational
 database to be seen as objects in an object-oriented language like
 Python.
 .
 Features:
  * Clean and lightweight API offers a short learning curve and long-
    erm maintainability.
  * Storm is developed in a test-driven manner. An untested line of
    code is considered a bug.
  * Storm needs no special class constructors, nor imperative base
    classes.
  * Storm is well designed (different classes have very clear
    boundaries, with small and clean public APIs).
  * Designed from day one to work both with thin relational databases,
    such as SQLite, and big iron systems like PostgreSQL and MySQL.
  * Storm is easy to debug, since its code is written with a KISS
    principle, and thus is easy to understand.
  * Designed from day one to work both at the low end, with trivial
    small databases, and the high end, with applications accessing
    billion row tables and committing to multiple database backends.
  * It's very easy to write and support backends for Storm (current
    backends have around 100 lines of code).
 .
 This package contains the extension built for the Python debug interpreter.