rda-enhancement

Library for RDA enhancing of Tutt Library MARC21 records


License
MIT
Install
pip install rda-enhancement==0.0.3

Documentation

Tutt Library RDA Enhancement Library

Build Status

Installing

This module can be installed by first downloading (or cloning) the repository and then running:

cd rda-enhancement/
python setup.py install

Using in a Python program:

from pcc_conversion PCCMARCtoRDAConversion
converter =  PCCMARCtoRDAConversion(marc_record)
convert.convert()

Unit Tests

Run all of the unit tests for this module:

cd rda_enhancements/
python tests.pyu