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.methodssubmodule - passlib setting parsers are moved to a separate
passlib_cli.paramssubmodule - main script is moved to a separate
passlib_cli.mkpasswdsubmodule
Full Changelog: v0.2.4...v0.3.0
v0.2.4
- Fix an issue where
--show-docstringfails - Add info on
passlib-autocompleteandpasslib-totpin 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
expectexample 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.cfgsetuptools_scm→bumpversion
Full Changelog: v0.1.0...v0.2.0