~ubuntu-branches/debian/sid/mygpoclient/sid

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
==============================================================================
                               HARD DEPENDENCIES
==============================================================================

If you have a Python version lower than Python 2.6 (which already includes
simplejson as the "json" module), you will need to install simplejson from

    simplejson (python-simplejson)
    http://code.google.com/p/simplejson/


==============================================================================
                             OPTIONAL DEPENDENCIES
==============================================================================

If you want to run the UNIT TESTS ("make test"), you also need

    Nose (python-nose)
    http://somethingaboutorange.com/mrl/projects/nose/

    MiniMock (python-minimock)
    http://pypi.python.org/pypi/MiniMock

    Coverage (python-coverage)
    http://www.nedbatchelder.com/code/modules/coverage.html

If you want to generate the API DOCS ("make docs"), you also need

    Epydoc (python-epydoc)
    http://epydoc.sourceforge.net/