This website requires JavaScript.
Explore
Help
Sign In
raphael
/
bump_python
Watch
1
Star
0
Fork
0
You've already forked bump_python
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
c8b1a525f6
bump_python
/
bump
/
__init__.py
4 lines
51 B
Python
Raw
Normal View
History
Unescape
Escape
adds pip setup script, updates gitignore - 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
2022-01-14 22:17:01 +01:00
from
bump
.
bump
import
Bump
adds minimal cli for qr code and pushing - 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 - Squashed commits: - commit e12081537853250e26602bfbed73e41561392785 - commit 3a47ee56bf94859ef4b5521405bb6971c7d6dcac - commit aeca052cbccb31c5a78ef5bd94e3be1d2e1193bc - commit 2294650daa7c2ea9ac64b66fd99c4706c7d70a2f
2022-01-16 22:24:23 +01:00
import
bump
.
cli
as
cli
adds pip setup script, updates gitignore - 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
2022-01-14 22:17:01 +01:00
Reference in New Issue
Copy Permalink