Differences between revisions 5 and 8 (spanning 3 versions)
Revision 5 as of 2007-07-07 05:04:28
Size: 1005
Editor: radix
Comment: some random subjective english changes
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:
== Mailing list ==  * [:Dependencies: Dependencies/Requirements]
 * [:Install]
 * [:Tutorial]
 * Web Framework Integration
   * [http://divmod.org/trac/wiki/DivmodNevow/Storm Nevow/Twisted] (forthcoming)

== License ==

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

== Community ==
Line 19: 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)