An open API service indexing awesome lists of open source software.

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

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
```