Skip to content

Latest commit

 

History

96 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages