Project

General

Profile

WikiStart » History » Version 34

Aurynn Shaw, 07/09/2010 12:59 AM

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