krz/yoshi-cli
A password manager for the command line.
clone: git clone https://gitbay.org/krz/yoshi-cli.git
7199ea19bfd998f620331a9983284666eed1d935
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2024-11-07T23:53:29Z
MANIFEST.in | 1 + pyproject.toml | 2 +- yoshi_cli.egg-info/SOURCES.txt | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) new file mode 100644 @@ -0,0 +1 @@ +include wordlist.txt @@ -1,6 +1,6 @@ [project] name = "yoshi-cli" -version = "0.1.2" +version = "0.1.3" authors = [ { name="Christian Cleberg", email="hello@cleberg.net" }, ] @@ -1,6 +1,8 @@ LICENSE +MANIFEST.in README.md pyproject.toml +wordlist.txt yoshi/__init__.py yoshi/__main__.py yoshi/account.py