Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

PyFedoREST is a pure Python package for creating and managing objects in a Fedora Repository. It is a minimal Python wrapper around V3.2.1 of the Fedora REST API.

The package is available in both zip and tar/gzip formats. The source code for this product is also available from the Fedora Commons SVN at https://fedora-commons.svn.sourceforge.net/svnroot/fedora-commons/incubator/kepler/trunk/python/fcrepo/PyFedoREST. The package is available in both zip and tar/gzip formats as well as eggs for Python 2.4, Python 2.5 or Python 2.6.

In order to use this package, you must install the httplib2 package in your Python path. httplib2 is available from PYPI or Google.

...