Metadata-Version: 2.4
Name: msecrets
Version: 0.1.0
Summary: AWS Secret Manager
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: boto3>=1.37.28
Requires-Dist: click>=8.1.8
Requires-Dist: networkx>=3.4.2
Requires-Dist: rich>=14.0.0
Description-Content-Type: text/markdown

# MSecrets

Usage:
```
Usage: msecrets [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  create  Create secret
  edit    Edit secret online
  env     Expose secret as enviromental variables
  get     Get specific value from the password
  list    List secrets
  set     Set specific value from the password
  view    View secret
```

For now just:
```
❯ pipx install git+ssh://git@github.com/hasiotis/msecrets.git
```
