WikiStart » History » Version 35
Aurynn Shaw, 07/19/2010 08:42 PM
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 | 35 | Aurynn Shaw | * "here (source) ":https://projects.commandprompt.com/public/simpycity/repo/trunk/dist/Simpycity-0.3.1.tar.gz |
32 | 1 | ||
33 | Version numbering is: |
||
34 | 28 | bford - | |
35 | 35 | Aurynn Shaw | * X. - No meaning. |
36 | * .X. - API version - This is incremented every time an update breaks API compatibility. In this instance, we're on the 3rd major API revision. |
||
37 | 33 | Lacey Powers | * .X - Minor version: Incremented for new feature releases that don't break API compatibility. |
38 | * aX - Developer release version. This will increase as bugs are fixed and issues are resolved. No API-breaking changes will be made here. |
||
39 | 15 | Aurynn Shaw | |
40 | 1 | ||
41 | Otherwise, you can access the SVN repository via: |
||
42 | <pre> |
||
43 | svn co https://projects.commandprompt.com/public/simpycity/repo simpycity |
||
44 | </pre> |
||
45 | 35 | Aurynn Shaw | |
46 | Or, |
||
47 | |||
48 | <pre> |
||
49 | git svn clone -s https://projects.commandprompt.com/public/simpycity/repo simpycity |
||
50 | </pre> |
||
51 | if you prefer Git. |
||
52 | 4 | Aurynn Shaw | |
53 | 5 | Aurynn Shaw | |
54 | 33 | Lacey Powers | h2. Contribute |
55 | |||
56 | |||
57 | 5 | Aurynn Shaw | Interested in contributing to Simpycity? Just subscribe to our mailing list! |
58 | 33 | Lacey Powers | * "simpycity@lists.commandprompt.com":https://lists.commandprompt.com/mailman/listinfo/simpycity |
59 | 1 | ||
60 | Patches are always welcome. |