storm 0.26-3 source package in Ubuntu

Changelog

storm (0.26-3) unstable; urgency=medium

  * Build with all hardening options.
  * Use pybuild-plugin-pyproject.
  * Add Testsuite: autopkgtest-pkg-pybuild.
  * Standards-Version: 4.7.0 (no changes required).

 -- Colin Watson <email address hidden>  Fri, 12 Jul 2024 10:53:17 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python 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.26-3.dsc 2.6 KiB 72d91568bc8ded1c0443f7ecbe6398a44db54ddbc718f3a761669f612aab3f38
storm_0.26.orig.tar.gz 282.3 KiB 9fe4f638fdd58494823bd156eb63fc32ffc41dd292e314fed3efe74a55c87f3e
storm_0.26.orig.tar.gz.asc 833 bytes c111870ad12563a030889eafc96ee675059b3252b06b357416f7a455c5567077
storm_0.26-3.debian.tar.xz 11.6 KiB c02a7ebb6500a11a6358168d599c8a7e60d620b7b05d22194afc7c34dd3c9201

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-dbgsym: debug symbols for python3-storm