Metadata-Version: 2.4
Name: twoddoc
Version: 0.1.0
Summary: Alias for py2ddoc — decode and verify French ANTS 2D-Doc barcodes
Project-URL: Homepage, https://github.com/Game-K-Hack/py2ddoc
Author: py2ddoc contributors
License: MIT
Keywords: 2ddoc,ants,barcode,france,signature
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: py2ddoc>=0.1.0
Description-Content-Type: text/markdown

# twoddoc

This is an alias package for [py2ddoc](https://pypi.org/project/py2ddoc/).

Installing `twoddoc` automatically installs `py2ddoc`.

```python
from twoddoc import TwoDDoc  # works
from py2ddoc import TwoDDoc  # identical
```

Please use `py2ddoc` directly for the canonical package.
