storm 0.22-3 source package in Ubuntu

Changelog

storm (0.22-3) unstable; urgency=medium

  * debian/copyright: Update copyright dates to 2019.
  * Remove redundant versioning on python3-all-* build-dependencies.

 -- Colin Watson <email address hidden>  Thu, 26 Dec 2019 01:36:24 +0000

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
storm_0.22-3.dsc 2.6 KiB 33d5735d59c81ccceead7e8959c3a276b412a2e5b7464e3f6c37e09f4be41e82
storm_0.22.orig.tar.bz2 208.4 KiB 73aceb4c3ab9fb4967b109af7a3f5fe3cde5be379776475a96113b0ee6187de6
storm_0.22.orig.tar.bz2.asc 833 bytes f16139f7930cae5ddc31cd85c214900443e876502bb7597e6ec4b6949df42124
storm_0.22-3.debian.tar.xz 12.7 KiB 9820957b9bd32bb962589ebcab05fc09bd9ca8813a6aa6c1314abe82f3637b09

Available diffs

No changes file available.

Binary packages built by this source

python3-storm: object-relational mapper (ORM) for Python 3

 Storm is an object-relational 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-term 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).

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

 Storm is an object-relational 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-term 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 3 debug
 interpreter.