Restructure to v2.0.0: rename modules/ to snatch/, modernize packagin…#6
Merged
Rashed-alothman merged 1 commit intomainfrom Mar 4, 2026
Merged
Restructure to v2.0.0: rename modules/ to snatch/, modernize packagin…#6Rashed-alothman merged 1 commit intomainfrom
Rashed-alothman merged 1 commit intomainfrom
Conversation
…g, clean docs - Rename modules/ → snatch/ package with all relative imports preserved - Move Theme/ → snatch/theme/ sub-package with fixed parent-relative imports - Add pyproject.toml with optional dependency groups (audio, p2p, video, dev) - Add console entry point: snatch command via snatch.cli:main - Consolidate config modules (4→2): merge config_helpers→config, advanced_config→config_manager - Fix version single-source-of-truth: constants.py → 2.0.0 - Add pytest test suite (constants, utils, cache, CLI) - Rewrite CI/CD pipeline for new structure (Python 3.10+) - Clean stale files: setupfiles/, empty Theme stubs, __pycache__ from git - Update all documentation: fix old references, add v2.0.0 changelog, delete stale docs - Simplify setup.py to pyproject.toml shim, clean requirements.txt Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Dependency ReviewThe following issues were found:
License Issuespyproject.toml
requirements.txt
OpenSSF ScorecardScorecard details
Scanned Files
|
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.
…g, clean docs