Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add qrencode to Docker container #36

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

freemansoft
Copy link

Add qrencode to the docker container. This lets you generate scannable barcodes. Updated the README.md to show how to create and use the container. The example generates a scannable QR code in ANSI graphics in a terminal window. Tested with Symantec VIP IPhone app.

@freemansoft
Copy link
Author

freemansoft commented Feb 21, 2020

Such a git noob.

Turns out it is super easy to tie a Dockerhub build / push to a github repository. The fact that the code is Python and doesn't need a true compile environment helps.

I was able force a push to DockerHub whenever I commit on a specific branch in about 5 minutes.

Added other Auth mobile apps
@freemansoft freemansoft requested a review from dlenski February 23, 2020 21:23
fix reference link, `cli` → `__main__`, call it v0.12
@freemansoft
Copy link
Author

Do you have any idea why this failed tests for python 3.4 and 3.5? I didn't actually change any code in this pull request.

@freemansoft freemansoft reopened this Mar 17, 2020
@dlenski dlenski force-pushed the master branch 4 times, most recently from 60d1f10 to 318cb71 Compare December 27, 2020 02:16
@dlenski dlenski force-pushed the master branch 2 times, most recently from 737191c to 7af07ac Compare January 8, 2023 18:01
@dlenski dlenski force-pushed the master branch 3 times, most recently from 60f218a to 3f8c326 Compare February 12, 2024 06:03
@coveralls
Copy link

coveralls commented Jul 14, 2024

Pull Request Test Coverage Report for Build 10000718228

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 23.514%

Totals Coverage Status
Change from base Build 7867932145: 0.0%
Covered Lines: 87
Relevant Lines: 370

💛 - Coveralls

@coveralls
Copy link

coveralls commented Jul 14, 2024

Pull Request Test Coverage Report for Build 9928136832

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 23.514%

Totals Coverage Status
Change from base Build 7867932145: 0.0%
Covered Lines: 87
Relevant Lines: 370

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants