Differences between revisions 4 and 7 (spanning 3 versions)
Revision 4 as of 2007-07-07 02:45:40
Size: 1009
Editor: niemeyer
Comment:
Revision 7 as of 2007-07-10 21:35:59
Size: 1312
Editor: oubiwann
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Line 5: Line 4:
Canonical. The project is being developed for more than one year
to be used in Canonical projects such as [https://launchpad.net Launchpad],
and has been recently released as an open-source product.
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.
Line 15: Line 14:
 * [: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].
Line 17: Line 26:
The Storm mailing list is publically available at: The Storm mailing list is publicly available at:

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].

Mailing list

The Storm mailing list is publicly available at:

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)