File: README.rst

package info (click to toggle)
python-sponge 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 1,300 kB
  • ctags: 411
  • sloc: python: 2,870; makefile: 130
file content (41 lines) | stat: -rw-r--r-- 985 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Sponge - Web Framework
======================

Sponge is a tiny web framework build on top of CherryPy_.
Its name came from the idea of getting things dry.

Goals
=====

Be very well documented, often released, and 100% tested, as well.

Dependencies
============

 * CherryPy_ >= 3.1.1
 * Genshi_ >= 0.5.1
 * nose_ >= 0.11.0
 * mox_ >= 0.5.1

Contributing
============

With new features
^^^^^^^^^^^^^^^^^

 1. Create both unit and functional tests for your new feature
 2. Do not let the coverage go down, 100% is the minimum.
 3. Write properly documentation
 4. Send-me a patch with: ``git format-patch``

Fixing bugs
^^^^^^^^^^^

 1. Create unit and/or functional tests to proof the bug you are fixing
 2. Do not let the coverage go down, 100% is the minimum.
 3. Send-me a patch with: ``git format-patch``

.. _CherryPy: http://www.cherrypy.org/
.. _Genshi: http://genshi.edgewall.org/
.. _nose: http://code.google.com/p/python-nose/
.. _mox: http://code.google.com/p/pymox/test