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