[ etiona ]
[ 源代码: storm ]
软件包: python-storm-dbg (0.19-2)
python-storm-dbg 的相关链接
Trisquel 的资源:
下载源码包 storm:
维护者:
Original Maintainer:
- Debian QA Group
外部的资源:
- 主页 [storm.canonical.com]
相似软件包:
object-relational mapper (ORM) for Python - debugging files
Storm 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).
This package contains the extension built for the Python debug interpreter.
其他与 python-storm-dbg 有关的软件包
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python-dbg
- debug build of the Python Interpreter (version 2.7)
- dep: python-dbg (<< 2.8)
- dep: python-dbg (>= 2.7~)
-
- dep: python-storm (= 0.19-2)
- object-relational mapper (ORM) for Python
-
- sug: python-psycopg2
- Python module for PostgreSQL
- 或者 python-mysqldb
- Python interface to MySQL
- 或者 python-pysqlite2
- Python interface to SQLite 3