Project

General

Profile

Actions

WikiStart » History » Revision 32

« Previous | Revision 32/39 (diff) | Next »
Lacey Powers, 06/12/2009 11:12 AM


= Simpycity =
A simple DB Procedure/Query mapper.

About
Simpycity is a simple mapping system for PostgreSQL stored procedures and queries, enabling easy usage of PG procedures using standard Python call semantics.
Simpycity is available under the terms of the Lesser GPL. Usage * [wiki:AQuickTutorial A Quick Tutorial] * [wiki:Function Function] * [wiki:Raw Raw Query] * [wiki:Query Query] * Constructs * [wiki:Construct] * [wiki:SimpleModel] * [wiki:Configuration] * [http://www.commandprompt.com/blogs/aurynn_shaw/2009/02/using_simpycity_in_pylons/ Using Simpycity with Pylons] * [wiki:CompleteTutorial Python/SimpyCity/PostgreSQL 101] Download

The current release version of Simpycity is '''0.2.1''', which can be downloaded from * [https://projects.commandprompt.com/public/simpycity/repo/trunk/dist/Simpycity-0.2.1-py2.6.egg here (Python 2.6) ] * [https://projects.commandprompt.com/public/simpycity/repo/trunk/dist/Simpycity-0.2.1-py2.5.egg here (Python 2.5) ]

Version numbering is:

  • X. -
  • .X. - API version - This is incremented every time an update breaks API compatibility
  • .X - Minor version: Incremented for new feature releases that don't break API compatibility.
  • aX - Developer release version. This will increase as bugs are fixed and issues are resolved. No API-breaking changes will be made here.

Otherwise, you can access the SVN repository via: {{{
svn co https://projects.commandprompt.com/public/simpycity/repo simpycity
}}}

Contribute

Interested in contributing to Simpycity? Just subscribe to our mailing list! * [https://lists.commandprompt.com/mailman/listinfo/simpycity ]

Patches are always welcome.

Updated by Lacey Powers almost 15 years ago · 32 revisions