openzim / openzim/python-libzim
Support iterators
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 108
- Forks
- 29
- Avg merge
- 9d 1h
- Merged PRs (30d)
- 1
Description
Archive needs support for a few iterators:
Archive.iterByPath()Archive.iterByTitle()Archive.iterEfficient()(arguable)Archive.findByPath(path)Archive.findByTitle(title)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is identified in the issue. Start by locating the existing Python Archive API and its path/title lookup behavior, then determine how the five listed iterator and find methods should fit it; done means each requested operation is supported and its behavior is covered by the project's tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100