Turn this into more reusable library? #7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When working on #6, I needed to reuse individual methods from
scrape-calendar.pyandenrich-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 autils.pyand 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)