raphael 750f79f03a 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
- updates package version to 0.1.3

- Squashed commits:
  - commit e12081537853250e26602bfbed73e41561392785
  - commit 3a47ee56bf94859ef4b5521405bb6971c7d6dcac
  - commit aeca052cbccb31c5a78ef5bd94e3be1d2e1193bc
  - commit 2294650daa7c2ea9ac64b66fd99c4706c7d70a2f
2022-01-16 22:31:36 +01:00
2022-01-15 14:12:51 +01:00

Bump Python Client

This Bump client enables easy access to the bump service through a python api. Bump any other client anywhere through an easy to use API.

working functions

  • peek
  • pop
  • push
  • list
  • clear
  • generate new cryptographicaly safe secret
  • visualize with rudimentary qr code to share with other clients

missing

  • add an existing secret
  • scan existing qr code
  • sync 'read' to other clients
  • alert function that shows any new notifications
Description
A python client for bump service.
http://raphael.maenle.net/post/projects/bump/
Readme 68 KiB
Languages
Python 100%