Commit graph

4 commits

Author SHA1 Message Date
Tiara Rodney
74d9793e76
feat(13): reference posix-sdc three ways for seamless multi-machine dev
Wire the posix-sdc dependency as a triplet:
- pyproject declares the abstract posix-sdc[hub], so the trainer's --hub path can
  reach the Hub (huggingface_hub) wherever sekft is installed;
- Pipfile [packages] pulls the published wheel from the private index;
- Pipfile [dev-packages] pulls the git develop branch for develop-time work.

Commit Pipfile.lock so the dependency surface and its lock land together.
2026-06-18 00:17:56 +02:00
Tiara Rodney
e60495b2ce
chore: set up mypy strict checking and ship py.typed 2026-06-17 14:03:46 +02:00
Tiara Rodney
66365f3d5f
chore: add GPL-2.0 license 2026-06-16 20:28:17 +02:00
Tiara Rodney
0ace2597a3
feat: scaffold installable namespace package 2026-06-16 20:13:48 +02:00