DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-storm
Beschreibungobject-relational mapper (ORM) for Python
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.15-0ubuntu1
Sektionuniverse/devel
Prioritätextra
Installierte Größe612 Byte
Hängt ab vonlibc6 (>= 2.3.6-6~), python (<< 2.7), python (>= 2.5), python-central (>= 0.6.11)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quellestorm
Paketgröße117658 Byte
Prüfsumme MD54494b4de51126150ab46326223c18ce8
Prüfsumme SHA1932a1fffc1b47ce03c999510f9637ee577c394d0
Prüfsumme SHA2560366e094fce232081ace7f9dc9f62f78e2c7a72a99c73dbd38e84be46d58d6f3
Link zum Herunterladenpython-storm_0.15-0ubuntu1_i386.deb
Ausführliche BeschreibungStorm 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).


Impressum
Linux is a registered trademark of Linus Torvalds