Differences between revisions 9 and 11 (spanning 2 versions)
Revision 9 as of 2007-07-11 07:33:12
Size: 1408
Editor: niemeyer
Comment:
Revision 11 as of 2007-07-11 15:57:35
Size: 1539
Editor: sladen
Comment: Note that the mailing list is open, even if the archives aren't...
Deletions are marked like this. Additions are marked like this.
Line 31: Line 31:
  /!\ ''Note: viewing the mailing list archives currently requires signing up to the mailing list first!).''
Line 41: Line 43:
  {{{bzr branch https://launchpad.net/storm}}}   {{{bzr branch http://bazaar.launchpad.net/~storm/storm/trunk}}}

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 http://bazaar.launchpad.net/~storm/storm/trunk

Code may be browsed at:

Download

You can find released files at:

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