WikiStart » History » Revision 35
Revision 34 (Aurynn Shaw, 07/09/2010 12:59 AM) → Revision 35/39 (Aurynn Shaw, 07/19/2010 08:42 PM)
h1. Simpycity A simple DB Procedure/Query mapper. h2. 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. h2. Usage * [[AQuickTutorial|A Quick Tutorial]] *** [[Function|Function]] *** [[Raw|Raw Query]] *** [[Query|Query]] * Constructs *** [[Construct]] *** [[SimpleModel]] * [[Configuration]] * "Using Simpycity with Pylons":http://www.commandprompt.com/blogs/aurynn_shaw/2009/02/using_simpycity_in_pylons/ * [[CompleteTutorial|PythonSimpyCityPostgreSQL 101]] h2. Download The current release version of Simpycity is *0.3.1*, which can be downloaded from * "here (source) ":https://projects.commandprompt.com/public/simpycity/repo/trunk/dist/Simpycity-0.3.1.tar.gz (Python 2.6) ":https://projects.commandprompt.com/public/simpycity/repo/trunk/dist/Simpycity-0.3.1-py2.6.egg * "here (Python 2.5) ":https://projects.commandprompt.com/public/simpycity/repo/trunk/dist/Simpycity-0.3.1-py2.5.egg Version numbering is: * X. - No meaning. * .X. - API version - This is incremented every time an update breaks API compatibility. In this instance, we're on the 3rd major API revision. 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: <pre> svn co https://projects.commandprompt.com/public/simpycity/repo simpycity </pre> Or, <pre> git svn clone -s https://projects.commandprompt.com/public/simpycity/repo simpycity </pre> if you prefer Git. h2. Contribute Interested in contributing to Simpycity? Just subscribe to our mailing list! * "simpycity@lists.commandprompt.com":https://lists.commandprompt.com/mailman/listinfo/simpycity Patches are always welcome.