Skip to content

anarchivist/pymarc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Build Status

pymarc is a python library for working with bibliographic data encoded in MARC21.

Installation

You'll probably just want to use pip to install pymarc:

pip 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.

Support

The pymarc developers encourage you to join the pymarc Google Group if you need help. Also, please feel free to use issue tracking on Github to to submit feature requests or bug reports. If you've got an itch to scratch, please scratch it, and send merge requests on Github.

Copyright

Copyright (c) 2005-2012 Gabriel Farrell, Mark Matienzo, Ed Summers

License

BSD

About

process MARC records from Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%