From 9594a90cd61966d10942f6e4afb3084efffd27fc Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 13 Nov 2016 18:55:12 +0200 Subject: A basic (and potentially incorrect) README --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..8041676 --- /dev/null +++ b/README @@ -0,0 +1,19 @@ +MARC parser + +This code is intended to parse code in the MARC format[1] from the +Israeli National Library. + +An example minimal file is included in the repository under test_data. +A more complete data set could be downloaded from +https://www.wetransfer.com/downloads/5ae37fc7985ddd1966b8c397cd2133a820160918061533/408158 + +The code is Python 3. You can run a test with: + + PYTHONPATH=. python3 readers/xml_reader.py + PYTHONPATH=. python3 testers/factorytester.py + +TODO: it seems to require adding the top-level directory to the +PYTHONPATH. + +[1] http://www.loc.gov/marc/bibliographic/ + -- cgit v1.2.3