- cli generated using typer package,
which is added to the setup.py
- if optional argument to bump is not
passed, the current secret is visualized
- if there is an argument, it is pushed
as a message to the current sender
- adds setup.py command line script which
adds a call to the bump.cli:main function
passing the cli parameters along
- updates package version to 0.1.3
- Squashed commits:
- commit e120815378
- commit 3a47ee56bf
- commit aeca052cbc
- commit 2294650daa
- only words matching a-zA-Z are used,
which removes some situations where
the generated code was not readable
by the android application
- words are now under 10 characters long
- function flow improved for readability
- pip setup.py is provided to allow installs via pip
this includes a brief package description and install
dependencies
- bump is now moved to a subfolder bump with __init__
as this is a package setup requirement
- gitignore now ignores any tar'ed files and any
pycaches