Differences between revisions 6 and 8 (spanning 2 versions)
Revision 6 as of 2007-07-10 07:32:10
Size: 1120
Editor: niemeyer
Comment:
Revision 8 as of 2007-07-10 23:35:41
Size: 1386
Editor: radix
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
 * [:Dependencies: Dependencies/Requirements]
 * [:Install]
 * [:Tutorial]
 * Web Framework Integration
   * [http://divmod.org/trac/wiki/DivmodNevow/Storm Nevow/Twisted] (forthcoming)
Line 18: Line 24:
== Mailing list == == Community ==
Line 23: Line 29:

There is also a #storm IRC channel on irc.freenode.net; stop by and chat!

What is Storm?

Storm is an object-relational mapper (ORM) for Python developed at Canonical. The project has been in development for more than a year for use in Canonical projects such as [https://launchpad.net Launchpad], and has recently been released as an open-source product.

Documentation

There's a [:Tutorial: tutorial] available. More documentation will come in the near future. Questions are welcome in the mailing list.

License

Storm is licensed under the [http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html LGPL 2.1].

Community

The Storm mailing list is publicly available at:

There is also a #storm IRC channel on irc.freenode.net; stop by and chat!

Development

Development of Storm may be tracked in Launchpad:

The source code may be obtained using [http://bazaar-vcs.org Bazaar]:

  • bzr branch https://launchpad.net/storm

Code may be browsed at:

Download

You can find released files at:

FrontPage (last edited 2020-05-28 12:17:27 by cjwatson)