storm 0.22-2 source package in Ubuntu

Changelog

storm (0.22-2) unstable; urgency=medium

  * No-change reupload due to dgit signing confusion.

 -- Colin Watson <email address hidden>  Thu, 21 Nov 2019 16:05:09 +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-2.dsc 2.6 KiB 71c07c81b6b85dd0e3b1f150e3c98ba2c4e44828da050f69bc7323b66858e3c1
storm_0.22.orig.tar.bz2 208.4 KiB 73aceb4c3ab9fb4967b109af7a3f5fe3cde5be379776475a96113b0ee6187de6
storm_0.22.orig.tar.bz2.asc 833 bytes f16139f7930cae5ddc31cd85c214900443e876502bb7597e6ec4b6949df42124
storm_0.22-2.debian.tar.xz 12.7 KiB 3fb6e3928390771027504ec2ed42a6bf4c7935f15426fd38f976b3714dabdfa8

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.