Skip to content

refactor: vendor zerodep files into _vendor/ and remove _crypto/#12

Merged
Oaklight merged 1 commit intomasterfrom
refactor/vendor-reorganization
Apr 3, 2026
Merged

refactor: vendor zerodep files into _vendor/ and remove _crypto/#12
Oaklight merged 1 commit intomasterfrom
refactor/vendor-reorganization

Conversation

@Oaklight
Copy link
Copy Markdown
Owner

@Oaklight Oaklight commented Apr 3, 2026

Summary

  • Consolidate all zerodep-sourced vendored files into src/weilink/_vendor/ sub-package
  • Update all vendored files to zerodep 0.3.0
  • Remove scattered old locations (filelock.py, _qr.py, _crypto/)
  • Inline AES backend selection directly into _cdn.py, eliminating the _crypto/ facade

Closes #11

Test plan

  • All 331 tests pass locally
  • ruff check + ruff format pass
  • ty check passes
  • CI passes (pytest 3.10–3.13, ruff, ty)

Consolidate all zerodep-sourced files into src/weilink/_vendor/ with
zerodep 0.3.0 updates. Inline AES backend selection into _cdn.py,
eliminating the _crypto/ sub-package entirely.

Closes #11
@Oaklight Oaklight merged commit 4d319a6 into master Apr 3, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Vendor zerodep files into _vendor/ and remove _crypto/

1 participant