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

1.1.1 by Thomas Perl
Import upstream version 1.2
1
==============================================================================
2
                               HARD DEPENDENCIES
3
==============================================================================
4
5
If you have a Python version lower than Python 2.6 (which already includes
6
simplejson as the "json" module), you will need to install simplejson from
7
8
    simplejson (python-simplejson)
9
    http://code.google.com/p/simplejson/
10
11
12
==============================================================================
13
                             OPTIONAL DEPENDENCIES
14
==============================================================================
15
16
If you want to run the UNIT TESTS ("make test"), you also need
17
18
    Nose (python-nose)
19
    http://somethingaboutorange.com/mrl/projects/nose/
20
21
    MiniMock (python-minimock)
22
    http://pypi.python.org/pypi/MiniMock
23
24
    Coverage (python-coverage)
25
    http://www.nedbatchelder.com/code/modules/coverage.html
26
27
If you want to generate the API DOCS ("make docs"), you also need
28
29
    Epydoc (python-epydoc)
30
    http://epydoc.sourceforge.net/
1 by Thomas Perl
Import upstream version 1.0
31