Skip to content

ArchiveLabs/pyopds2_openlibrary

Repository files navigation

pyopds2_openlibrary

An Open Library DataProvider for the pyopds2 library

Simple Example

git clone https://github.com/ArchiveLabs/pyopds2_openlibrary.git
cd pyopds2_openlibrary
virtualenv env
source ./env/bin/activate
pip install pyopds2 requests
python
from pyopds2 import Catalog
from pyopds2_openlibrary import OpenLibraryDataProvider
catalog = Catalog.create(OpenLibraryDataProvider.search("Libraries of the future by J C R Licklider"))
catalog.model_dump_json()

About

An Open Library DataProvider for the pyopds2 library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages