Initial repo skeleton with pyproject.toml and project guide

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee
2026-03-31 14:21:30 -04:00
commit 06485879d2
3 changed files with 218 additions and 0 deletions

14
src/soosef/__init__.py Normal file
View File

@@ -0,0 +1,14 @@
"""
SooSeF — Soo Security Fieldkit
Offline-first security toolkit for journalists, NGOs, and at-risk organizations.
Combines Stegasoo (steganography) and Verisoo (provenance attestation) with
field-hardened security features.
Part of the Soo Suite:
- Stegasoo: hide encrypted messages in media
- Verisoo: prove image provenance and authenticity
- SooSeF: unified fieldkit with killswitch, dead man's switch, and key management
"""
__version__ = "0.1.0"