/BibRose

Primary LanguagePython

BibRose

Dealing with an OAI-PMH server, managing metadata, uploading to Wikimedia Commons.

Concepts

Dependencies

Files

  • OaiServerTools.py: Interface with the OAI-PMH repository
  • OaiRecordHandling.py: Basic manipulation of OAI records, extraction and transcription.
  • CommonsFunctions.py: Methods tied to Wikimedia Commons specificities.
  • oai_servers.cfg: OAI servers information, to be read with ConfigParser
  • test/test_functions.py: unit tests (use unittest and pickle)
  • setup.py: setuptools installation script