Metadata-Version: 2.4
Name: haskytech-seed
Version: 0.1.0
Summary: CLI tool to seed dev/staging users. Auto-detects auth model, hashes passwords, upserts to database.
Author-email: HaskyTech <john.ang@haskytech.com>
Requires-Python: >=3.12
Requires-Dist: argon2-cffi>=23.1
Requires-Dist: bcrypt<4.1,>=4.0
Requires-Dist: httpx>=0.27
Requires-Dist: passlib>=1.7
Requires-Dist: psycopg[binary]>=3.1
Requires-Dist: python-dotenv>=1.0
