https://github.com/discoverygarden/islandorapyutils
A package of Python modules intended to assist Islandora developers.
https://github.com/discoverygarden/islandorapyutils
library python
Last synced: 8 months ago
JSON representation
A package of Python modules intended to assist Islandora developers.
- Host: GitHub
- URL: https://github.com/discoverygarden/islandorapyutils
- Owner: discoverygarden
- Created: 2011-05-06T02:54:20.000Z (about 15 years ago)
- Default Branch: 1.x
- Last Pushed: 2016-07-21T17:07:36.000Z (almost 10 years ago)
- Last Synced: 2024-04-15T03:05:53.700Z (about 2 years ago)
- Topics: library, python
- Language: XSLT
- Homepage:
- Size: 566 KB
- Stars: 4
- Watchers: 33
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
@author: Discovery Garden Inc.
@dependencies[if necessary for your application]: Kakadu, ABBYY CLI, ImageMagick, Python 2.7(? seems to work with 2.6), Lame, FFmpeg, SWFTools, pyPDF, lxml, exiftool(perl)
This code is under constant development, and does not support backwards compatibility for these reasons it is suggested that all projects using it use git's submodule functionality (pointing to the current commit at the time) to handle versioning.
This is a general python library module that is meant to assist in Islandora development.
It contains document manipulations, conversions, OCR using ABBYY, fedora helper code and xml helper code.
@todo: I'd like to add a generic fedora/solr/logging config class, it's code I replicate on many projects. -will I'm looking for an oportunity to do this
@todo: I also think we should adopt a single named logger for all IslandoraPYUtils. -will I'm looking for an oportunity to do this