Adafruit_CircuitPython_miniQR

A minimal QR code generator for types 1-9

MIT License

Downloads
1.4K
Stars
16
Committers
11

Bot releases are hidden (Show)

Adafruit_CircuitPython_miniQR - 2.1.2 Latest Release

Published by FoamyGuy 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/adafruit/Adafruit_CircuitPython_miniQR/compare/2.1.1...2.1.2

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-miniqr.

Read the docs for info on how to use it.

Adafruit_CircuitPython_miniQR - 2.1.1 - Fix RTD Docs Build and Unpin Sphinx

Published by FoamyGuy 11 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_miniQR/compare/2.1.0...2.1.1

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-miniqr.

Read the docs for info on how to use it.

Adafruit_CircuitPython_miniQR - 2.1.0 - Replace .show() in examples

Published by dhalbert 12 months ago

Adafruit_CircuitPython_miniQR - 2.0.2 - Fix RTD Theme Issue

Published by FoamyGuy about 1 year ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-miniqr.

Read the docs for info on how to use it.

Adafruit_CircuitPython_miniQR - 2.0.1 - Updated .pylintrc, fixed jQuery

Published by evaherrada over 1 year ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-miniQR.

Read the docs for info on how to use it.

Adafruit_CircuitPython_miniQR - 2.0.0 - More precise exception

Published by dhalbert over 1 year ago

Adafruit_CircuitPython_miniQR - 1.3.15 - Fixed pylint errors

Published by evaherrada almost 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-miniqr.

Read the docs for info on how to use it.

Adafruit_CircuitPython_miniQR - 1.3.14 - Made copyright stay up to date in docs/conf.py

Published by evaherrada about 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-miniqr.

Read the docs for info on how to use it.

Adafruit_CircuitPython_miniQR - 1.3.13 - Fixed version string

Published by evaherrada about 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-miniqr.

Read the docs for info on how to use it.

Adafruit_CircuitPython_miniQR - 1.3.12 - Switched to pyproject.toml

Published by evaherrada about 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-miniqr.

Read the docs for info on how to use it.

Adafruit_CircuitPython_miniQR - 1.3.11 - Added cp.org link to index.rst

Published by evaherrada over 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-miniqr.

Read the docs for info on how to use it.

Adafruit_CircuitPython_miniQR - 1.3.10 - Repo documentation and config updates

Published by evaherrada over 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-miniqr.

Read the docs for info on how to use it.

Adafruit_CircuitPython_miniQR - 1.3.9 - Reformatted library to match latest black version

Published by evaherrada over 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-miniqr.

Read the docs for info on how to use it.

Adafruit_CircuitPython_miniQR - 1.3.8 - Updated documentation link, python version

Published by evaherrada over 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-miniqr.

Read the docs for info on how to use it.

Adafruit_CircuitPython_miniQR - 1.3.7 - Updated pylint version, linted

Published by evaherrada almost 3 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-miniqr.

Read the docs for info on how to use it.

Adafruit_CircuitPython_miniQR - 1.3.6 - Moved pylint from build.yml to .pre-commit-config.yml

Published by evaherrada over 3 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-miniqr.

Read the docs for info on how to use it.

Adafruit_CircuitPython_miniQR - 1.3.5 - Made sure data in _create_data() is encoded

Published by evaherrada over 3 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-miniqr.

Read the docs for info on how to use it.

Adafruit_CircuitPython_miniQR - 1.3.4 - Fixed issue with Black and Pylint versions in the pre-commit config

Published by evaherrada over 3 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-miniqr.

Read the docs for info on how to use it.

Adafruit_CircuitPython_miniQR - 1.3.3 - Moved to pre-commit, added licensing info

Published by evaherrada almost 4 years ago

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-miniqr.

Read the docs for info on how to use it.

Adafruit_CircuitPython_miniQR - 1.3.2 - Fixed discord invite link

Published by evaherrada over 4 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-miniqr.

Read the docs for info on how to use it.

Package Rankings
Top 8.92% on Pypi.org
Related Projects