doc/book/en/annexes/depends.rst
changeset 9916 986797d779ea
parent 8491 8c526cc46dc6
child 9917 a98e60464c26
equal deleted inserted replaced
9915:020d2e453e6f 9916:986797d779ea
    13   http://pypi.python.org/pypi/Yapps2
    13   http://pypi.python.org/pypi/Yapps2
    14 
    14 
    15 * pygraphviz - http://networkx.lanl.gov/pygraphviz/ -
    15 * pygraphviz - http://networkx.lanl.gov/pygraphviz/ -
    16   http://pypi.python.org/pypi/pygraphviz
    16   http://pypi.python.org/pypi/pygraphviz
    17 
    17 
    18 * simplejson - http://code.google.com/p/simplejson/ -
    18 * docutils - http://docutils.sourceforge.net/ - http://pypi.python.org/pypi/docutils
    19   http://pypi.python.org/pypi/simplejson
       
    20 
       
    21 * docsutils - http://docutils.sourceforge.net/ - http://pypi.python.org/pypi/docutils
       
    22 
    19 
    23 * lxml - http://codespeak.net/lxml - http://pypi.python.org/pypi/lxml
    20 * lxml - http://codespeak.net/lxml - http://pypi.python.org/pypi/lxml
    24 
    21 
    25 * twisted - http://twistedmatrix.com/ - http://pypi.python.org/pypi/Twisted
    22 * twisted - http://twistedmatrix.com/ - http://pypi.python.org/pypi/Twisted
    26 
    23 
    27 * logilab-common - http://www.logilab.org/project/logilab-common -
    24 * logilab-common - http://www.logilab.org/project/logilab-common -
    28   http://pypi.python.org/pypi/logilab-common/ - included in the forest
    25   http://pypi.python.org/pypi/logilab-common/
    29 
    26 
    30 * logilab-database - http://www.logilab.org/project/logilab-database -
    27 * logilab-database - http://www.logilab.org/project/logilab-database -
    31   http://pypi.python.org/pypi/logilab-database/ - included in the forest
    28   http://pypi.python.org/pypi/logilab-database/
    32 
    29 
    33 * logilab-constraint - http://www.logilab.org/project/logilab-constraint -
    30 * logilab-constraint - http://www.logilab.org/project/logilab-constraint -
    34   http://pypi.python.org/pypi/constraint/ - included in the forest
    31   http://pypi.python.org/pypi/constraint/
    35 
    32 
    36 * logilab-mtconverter - http://www.logilab.org/project/logilab-mtconverter -
    33 * logilab-mtconverter - http://www.logilab.org/project/logilab-mtconverter -
    37   http://pypi.python.org/pypi/logilab-mtconverter - included in the forest
    34   http://pypi.python.org/pypi/logilab-mtconverter
    38 
    35 
    39 * rql - http://www.logilab.org/project/rql - http://pypi.python.org/pypi/rql -
    36 * rql - http://www.logilab.org/project/rql - http://pypi.python.org/pypi/rql
    40   included in the forest
       
    41 
    37 
    42 * yams - http://www.logilab.org/project/yams - http://pypi.python.org/pypi/yams
    38 * yams - http://www.logilab.org/project/yams - http://pypi.python.org/pypi/yams
    43   - included in the forest
       
    44 
    39 
    45 * indexer - http://www.logilab.org/project/indexer -
    40 * indexer - http://www.logilab.org/project/indexer -
    46   http://pypi.python.org/pypi/indexer - included in the forest
    41   http://pypi.python.org/pypi/indexer
    47 
    42 
    48 * passlib - https://code.google.com/p/passlib/ -
    43 * passlib - https://code.google.com/p/passlib/ -
    49   http://pypi.python.org/pypi/passlib
    44   http://pypi.python.org/pypi/passlib
    50 
    45 
    51 To use network communication between cubicweb instances / clients:
    46 If you're using a Postgresql database (recommended):
    52 
       
    53 * Pyro - http://www.xs4all.nl/~irmen/pyro3/ - http://pypi.python.org/pypi/Pyro
       
    54 
       
    55 If you're using a Postgres database (recommended):
       
    56 
    47 
    57 * psycopg2 - http://initd.org/projects/psycopg2 - http://pypi.python.org/pypi/psycopg2
    48 * psycopg2 - http://initd.org/projects/psycopg2 - http://pypi.python.org/pypi/psycopg2
    58 * plpythonu extension
    49 * plpythonu extension
    59 * tsearch2 extension (for postgres < 8.3, in postgres-contrib)
       
    60 
    50 
    61 Other optional packages:
    51 Other optional packages:
    62 
    52 
    63 * fyzz - http://www.logilab.org/project/fyzz -
    53 * fyzz - http://www.logilab.org/project/fyzz -
    64   http://pypi.python.org/pypi/fyzz - included in the forest, *to activate Sparql querying*
    54   http://pypi.python.org/pypi/fyzz *to activate Sparql querying*
    65 
       
    66 For the google-appengine extension to be available, you also need:
       
    67 
       
    68 * vobject - http://vobject.skyhouseconsulting.com/ -
       
    69   http://pypi.python.org/pypi/vobject, *for the icalendar view*. For those not
       
    70   benefiting from a packaging system, note that vobject itself depends on
       
    71   dateutil - http://labix.org/python-dateutil -
       
    72   http://pypi.python.org/pypi/python-dateutil/.
       
    73 
    55 
    74 
    56 
    75 Any help with the packaging of CubicWeb for more than Debian/Ubuntu (including
    57 Any help with the packaging of CubicWeb for more than Debian/Ubuntu (including
    76 eggs, buildouts, etc) will be greatly appreciated.
    58 eggs, buildouts, etc) will be greatly appreciated.