Metadata-Version: 2.1
Name: deqr
Version: 0.2.1
Summary: qr code decoding library
Home-page: https://github.com/torque/deqr
License: LGPL-2.1-or-later
Author: torque
Author-email: torque@users.noreply.github.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Documentation, https://torque.github.io/deqr-docs/
Project-URL: Repository, https://github.com/torque/deqr
Description-Content-Type: text/markdown

## deqr

A python library for decoding QR codes. Implemented as a cython wrapper around
two different QR code decoding backends (quirc and qrdec).

### Install

```
pip install deqr
```

### [Documentation][documentation]

[documentation]: https://torque.github.io/deqr-docs/latest-dev/

