SU project libs for Python 3 for CS113/4
su-cs114-projectlibs is a support library for 2025 CS113/4 semester project conducted in computer science department at Stellenbosch University.
Installation
This library requires a functioning Python 3 environment.
With pip
For Python versions 3.8 - 3.10, due to compatability infeasibilities, the current safest option is to install most requirements manually before installing this package.
python3 -m pip --upgrade pip
python3 -m pip --upgrade wheel
python3 -m pip --upgrade setuptools
After the above commands execute sucessfully, install su-cs114-projectlibs simply with
python3 -m pip install --upgrade su-cs114-projectlibs
To test that you have installed the library correctly, run this command:
python3 -c 'from qrcodelib import get_format_information_bits; print(get_format_information_bits("00", "000"))'
This should print a list of integer of length 15.
Contributors
- Marcel Dunaiski
License
This project is licensed. See the LICENSE file for details.
Release files for su-cs114-projectlibs 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| su_cs114_projectlibs-0.0.2.tar.gz | 6.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| su_cs114_projectlibs-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.5 kB
Release files / su_cs114_projectlibs-0.0.2.tar.gz
| Download URL | su_cs114_projectlibs-0.0.2.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9e302d0b44772d9f25a861a9aefd46fa0d7a067bb65ff8899a8b401dd4265c6c
|
|
BLAKE2b-256 checksum How to use checksums |
4ca1f3c597a18f76941a760056d441401fd28a80aff1bb6df12f4efff7696bda
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.11.7
|
Release files / su_cs114_projectlibs-0.0.2-py3-none-any.whl
| Download URL | su_cs114_projectlibs-0.0.2-py3-none-any.whl |
|---|---|
| Size | 5.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1a9ded671a9eb20f1efed6f2f5a977339596976df988c6220f3ce05500a5331c
|
|
BLAKE2b-256 checksum How to use checksums |
e57c7fd2127f1ebe8d8b96699e7d53107e241eea4dbc2c46e7356380057780d8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.11.7
|