Sort NamedItems by abbrev first, since that's often what we use.
[chemdb.git] / DEPENDENCIES
1 Python dependencies
2 ===================
3
4 Standard modules
5 ----------------
6
7 Modules included with a standard Python 2.6 distribution:
8 Documentation available at
9   http://docs.python.org/library/<module-name>.html
10
11 External modules
12 ----------------
13
14 * `OpenSSL`_, a Python wrapper on OpenSSL library.
15 * `CherryPy`_, a simple web framework.
16 * `Jinja2`_, a template engine.
17 * `update-copyright`_, a script for maintaining copyright blurbs
18
19 .. _OpenSSL: http://pyopenssl.sourceforge.net/
20 .. _CherryPy: http://www.cherrypy.org/
21 .. _Jinja2: http://jinja.pocoo.org/2/
22 .. _update-copyright: http://blog.tremily.us/posts/update-copyright/
23
24 System dependencies
25 ===================
26
27 You need `LaTeX`_ to compile the documents.  The
28 `texlive-latex-recommended`_, `texlive-latex-extra`_, and `pgf`_
29 `Debian`_ packages should cover you.
30
31 .. _LaTeX: http://www.latex-project.org/
32 .. _texlive-latex-recommended: http://packages.debian.org/lenny/texlive-latex-recommended
33 .. _texlive-latex-extra: http://packages.debian.org/lenny/texlive-latex-extra
34 .. _pgf: http://packages.debian.org/lenny/pgf
35 .. _Debian: http://www.debian.org/