Added UV support and Automated send-to-kindle functionality with a lock to avoid duplicates#3
Open
kironp wants to merge 1 commit into
Open
Added UV support and Automated send-to-kindle functionality with a lock to avoid duplicates#3kironp wants to merge 1 commit into
kironp wants to merge 1 commit into
Conversation
…ck to avoid duplicates - Migrated the project to a UV-first workflow: added UV setup and usage docs, added a dev dependency group for build/publish tooling, and introduced lockfile support in pyproject.toml and uv.lock. - Introduced an automation command via auto.py, exposed as pagestack-watch, to watch the URL list, generate EPUBs, and send them to Kindle through SMTP. - Added incremental sync behavior in the watcher: tracks already-sent URLs in .sent_urls.txt and exports only newly added URLs. - Restructured input/output paths: replaced the old examples path with urls_to_be_exported.txt and standardized EPUB output under epub. - Updated default CLI behavior in main.py to use the new folder layout and auto-create the EPUB output directory. - Removed the old sample input file examples/urls.txt and updated all docs/commands in README.md to the new structure.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Log: