Turn this into more reusable library? #7

Open
opened 2026-07-01 18:52:46 +00:00 by adina · 0 comments
Owner

When working on #6, I needed to reuse individual methods from scrape-calendar.py and enrich-via-doi.py. There is potential to turn this repo into a simple library, where such functions with common functionality could be factored out into a utils.py and imported as needed. It would mean that consumers of this repo would not download the scripts individually, but could e.g., install the library where scripts get exposed as CLI commands (or similar)

When working on #6, I needed to reuse individual methods from ``scrape-calendar.py`` and ``enrich-via-doi.py``. There is potential to turn this repo into a simple library, where such functions with common functionality could be factored out into a ``utils.py`` and imported as needed. It would mean that consumers of this repo would not download the scripts individually, but could e.g., install the library where scripts get exposed as CLI commands (or similar)
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
orinoco/things-enrichment-tools#7
No description provided.