Rich Tong's Fine QR Utilities
Project description
QR Code for NetDrones
Sample package that reads in QR code data, writes them into files for printing. It also reads in a set of image files and looks for QR Codes.
Python PIP Packaging Notes
The package layout has the source code in src/netpy and note the critical files there are:
- py.typed. Must be an attribute in setup.py which configures the python package.
- init.py. This must be there to denote the package and import all the modules.
- setup.py. The file that drives the packaging, it tells the build system where
to find the components when you do a
python -m build
- pip install -e. This is used for development and does an "editable" installation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
netqr-0.1.1.tar.gz
(9.8 kB
view hashes)
Built Distribution
netqr-0.1.1-py3-none-any.whl
(9.9 kB
view hashes)