File: CONTRIBUTING.md

package info (click to toggle)
mygpoclient 1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 336 kB
  • sloc: python: 1,962; makefile: 34
file content (19 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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](https://github.com/simplejson/simplejson)

# OPTIONAL DEPENDENCIES

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

 - [Nose](http://readthedocs.org/docs/nose/)
 - [MiniMock](http://pypi.python.org/pypi/MiniMock)
 - [Coverage](http://coverage.readthedocs.io/en/latest/)

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

 - [Epydoc](http://epydoc.sourceforge.net/)