文件名称:nypl-digital-collections:图书馆访问纽约公共图书馆的数字馆藏 API
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-11 20:18:23
Python
nypl-digital-collections 图书馆访问纽约公共图书馆的 。 基本: from nyplcollections import NYPLsearch # Create search object nypl = NYPLsearch ( API_KEY ) 方法: NYPLsearch.captures NYPLsearch.mods 纽约公共图书馆搜索 NYPLsearch.uuid 搜索: cats = self . nypl . search ( 'cats' ) cats . results # [...] 模组: # Get a MODS record based on uuid mods = nypl . mods ( 'acfeeb2d-7c5e-4ce7-e040-e00a180644aa' ) mods . status_cod
【文件预览】:
nypl-digital-collections-master
----LICENSE.txt(1KB)
----nyplcollections()
--------__init__.py(70B)
--------nyplcollections-example.py(531B)
--------nyplcollections.py(3KB)
----setup.cfg(38B)
----setup.py(453B)
----README.md(596B)
----tests()
--------tests.py(2KB)
----.gitignore(303B)