Metadata-Version: 2.4
Name: locknkeycmd
Version: 0.1.5
Summary: Secure, End-to-End Encrypted Secret Management CLI
Author-email: Lockbox Team <admin@example.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: typer[all]
Requires-Dist: firebase-admin
Requires-Dist: pynacl
Requires-Dist: keyring
Requires-Dist: google-auth-oauthlib
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: pyotp
Requires-Dist: pyfiglet

# LocknKey CLI Scaffold

Typer-based CLI for LocknKey. This is a stub for login/init/run/service-token flows with client-side crypto helpers.

## Quickstart
```bash
pip install locknkeycmd
locknkeycmd --help
```

Commands are placeholders and log actions instead of talking to a real backend. Replace stubs with real Firebase/Firebase Auth integrations before production use.

