Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 429d9064b451fbf785f6785aa01bfcf8 > files > 35

python-storm-0.13-3mdv2010.0.noarch.rpm

Storm is an Object Relational Mapper for Python.

API docs, a manual, and a tutorial are available from
http://storm.canonical.com/

To run the tests, execute "./test" in the toplevel directory.  You
will need to set the environment variables STORM_MYSQL_URI and
STORM_POSTGRES_URI in order to run the full suite, including
backend-specific tests. For example::

  $ export STORM_MYSQL_URI=mysql:storm_tests
  $ export STORM_POSTGRES_URI=postgres:storm_tests
  $ ./test
  Running unittests...