ArchiveLabs / ArchiveLabs/pyopds2_openlibrary
Add publisher data
- Dominant language
- Python
- Stars
- 1
- Forks
- 2
- Avg merge
- 4h 1m
- Merged PRs (30d)
- 1
Description
To publications, we should have
```
"publisher": {
"name": "Atalante",
"links": [
{
"type": "application/opds+json",
"href": "/v1/resources.opds2?publisher_keyword=Atalante"
}
]
},
"published": "2026-06-04T04:00:00.000Z",
```
In the metadata.
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the Python code that assembles publication metadata and the existing OPDS resource response, using “publisher” and “published” as starting points. Compare the result with the issue’s JSON example and verify that publication responses include the requested publisher name, OPDS link, and publication timestamp.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100