Project

General

Profile

WikiStart » History » Version 32

Lacey Powers, 06/12/2009 11:12 AM

1 3 Aurynn Shaw
= Simpycity =
2 18 Aurynn Shaw
A simple DB Procedure/Query mapper.
3 3 Aurynn Shaw
4 1
== About ==
5 5 Aurynn Shaw
Simpycity is a simple mapping system for PostgreSQL stored procedures and queries, enabling easy usage of PG procedures using standard Python call semantics.
6
Simpycity is available under the terms of the Lesser GPL.
7 4 Aurynn Shaw
8
== Usage ==
9
10 9 bford -
 * [wiki:AQuickTutorial A Quick Tutorial]
11 5 Aurynn Shaw
   * [wiki:Function Function]
12
   * [wiki:Raw Raw Query]
13
   * [wiki:Query Query]
14 14 Aurynn Shaw
 * Constructs
15
   * [wiki:Construct]
16
   * [wiki:SimpleModel]
17
 * [wiki:Configuration]
18 20 bford -
 * [http://www.commandprompt.com/blogs/aurynn_shaw/2009/02/using_simpycity_in_pylons/ Using Simpycity with Pylons]
19 30 bford -
 * [wiki:CompleteTutorial Python/SimpyCity/PostgreSQL 101]
20 5 Aurynn Shaw
21 4 Aurynn Shaw
== Download ==
22
23 32 Lacey Powers
The current release version of Simpycity is '''0.2.1''', which can be downloaded from 
24
 * [https://projects.commandprompt.com/public/simpycity/repo/trunk/dist/Simpycity-0.2.1-py2.6.egg here (Python 2.6) ]
25
 * [https://projects.commandprompt.com/public/simpycity/repo/trunk/dist/Simpycity-0.2.1-py2.5.egg here (Python 2.5) ]
26 31 Aurynn Shaw
27 22 Aurynn Shaw
28
Version numbering is:
29 28 bford -
30
 *  X. - 
31
 * .X. - API version - This is incremented every time an update breaks API compatibility
32
 * .X  - Minor version: Incremented for new feature releases that don't break API compatibility.
33
 * aX  - Developer release version. This will increase as bugs are fixed and issues are resolved. No API-breaking changes will be made here.
34
35 15 Aurynn Shaw
36
Otherwise, you can access the SVN repository via:
37 10 bford -
{{{
38
svn co https://projects.commandprompt.com/public/simpycity/repo simpycity
39
}}}
40
41 4 Aurynn Shaw
== Contribute ==
42 5 Aurynn Shaw
43 7 Aurynn Shaw
Interested in contributing to Simpycity? Just subscribe to our mailing list!
44 12 bford -
 * [https://lists.commandprompt.com/mailman/listinfo/simpycity simpycity@lists.commandprompt.com]
45 5 Aurynn Shaw
46
Patches are always welcome.