storm 0.25-1build4 source package in Ubuntu
Changelog
storm (0.25-1build4) lunar; urgency=medium * No-change rebuild with Python 3.11 only -- Graham Inggs <email address hidden> Thu, 16 Mar 2023 07:31:47 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
storm_0.25.orig.tar.gz | 280.5 KiB | ec7cc8897638f94f6b75c6a2af74aa9b31f5492d7a2f9482c08a8dd7b46adb14 |
storm_0.25.orig.tar.gz.asc | 833 bytes | 4ba4d8fb56dd3a66c1f3e8b568240fbc3add5fde9c17ffbfc967e460fd9038c5 |
storm_0.25-1build4.debian.tar.xz | 11.5 KiB | 27ca02b113bedd6dcbdcdaeb294f970b978f2e37ba9f21e1aeb5da8b4372f73c |
storm_0.25-1build4.dsc | 2.5 KiB | 0f82a8fa5cf5aa7782d1eee3f5a769f86e3330d22acdac51a95b15b48800c95f |
Available diffs
- diff from 0.25-1build3 to 0.25-1build4 (302 bytes)
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