Releases: fredrikhl/passlib-cli
Releases · fredrikhl/passlib-cli
v0.3.0
Some cleanup and refactoring
- passlib method wrappers are moved to a separate
passlib_cli.methods
submodule - passlib setting parsers are moved to a separate
passlib_cli.params
submodule - main script is moved to a separate
passlib_cli.mkpasswd
submodule
Full Changelog: v0.2.4...v0.3.0
v0.2.4
- Fix an issue where
--show-docstring
fails - Add info on
passlib-autocomplete
andpasslib-totp
in README - Update the Usage summary for
passlib-mkpasswd
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Adds a new passlib-totp
command for generating TOTP from a otpauth URI or a shared secret (with Google Authenticator defaults)
Full Changelog: v0.2.2...v0.2.3
v0.2.2
- Replace bash autocomplete script with a command to generate an autocomplete script
- Add an
expect
example script — this is just to make it easier to test a given method from the cli
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Refactor and improve the verbosity options and logging setup
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Add MIT license
- Support for more params/settings
- Fix an issue where some passlib methods didn't work
- Add basic bash autocomplete support
- Rename package and script:
- Package:
mkcrypt
→passlib-cli
- Script
mkcrypt
→passlib-mkpasswd
- Package:
- Modernize packaging and tooling:
setup.py
→pyproject.toml
+setup.cfg
setuptools_scm
→bumpversion
Full Changelog: v0.1.0...v0.2.0