forked from edsu/pymarc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
61 lines (38 loc) · 1.18 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
DESCRIPTION
-----------
pymarc is a python library for working with MARC21 bibliographic data
loosely based on the MARC/Perl suite of modules (http://marcpm.sf.net).
INSTALLATION
------------
You'll probably just want to use easy_install to install pymarc:
easy_install pymarc
If you'd like to download and install the latest source you'll need git:
git clone git://github.com/edsu/pymarc.git
Run the pymarc test suite to make sure things are in order with the
distribution:
python test.py
And then install:
python setup.py install
For typical usage of this library look at the documentation in
pymarc/__init__.py or at the unittests found in the test directory.
TODO
----
- nothing at the moment
SUPPORT
-------
The pymarc developers encourage you to join the pymarc Google Group if you
need help. The group can be found at http://groups.google.com/group/pymarc
CONTRIBUTIONS
-------------
Please send merge requests on http://github.com/edsu/pymarc
COPYRIGHT
---------
Copyright (c) 2005-2010 Gabriel Farrell, Mark Matienzo, Ed Summers
LICENSE
-------
BSD
AUTHORS
-------
Gabriel Farrell <[email protected]>
Mark Matienzo <[email protected]>
Ed Summers <[email protected]>