https://github.com/no-reply/ol-marc
Some tools for getting and improving MARC records for Open Library items
https://github.com/no-reply/ol-marc
Last synced: about 1 year ago
JSON representation
Some tools for getting and improving MARC records for Open Library items
- Host: GitHub
- URL: https://github.com/no-reply/ol-marc
- Owner: no-reply
- Created: 2013-02-19T02:30:34.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-19T02:42:21.000Z (over 13 years ago)
- Last Synced: 2025-03-15T02:24:41.711Z (over 1 year ago)
- Language: Python
- Size: 23.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Installation
------------
```
% git clone https://github.com/no-reply/ol-marc.git
% virtualenv --no-site-packages ENV
(ENV)% source ENV/bin/activate
(ENV)% pip install -r requirements.txt
```