Stellenbosch University Python 3 code for 2025 CS114 semester project.
Project description
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.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file su_cs114_projectlibs-0.0.1.tar.gz.
File metadata
- Download URL: su_cs114_projectlibs-0.0.1.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
523196623eec94d1ef3e5c22628cd3b2abb7ba13945eeb0a5a30d5aa66c31d98
|
|
| MD5 |
68148c0801cfb85782c9cd69c947a05f
|
|
| BLAKE2b-256 |
e3f8329ebaca165a8717fe63a8d2808dc56e94fb8c0ce5c1ff6c16a13b18199f
|
File details
Details for the file su_cs114_projectlibs-0.0.1-py3-none-any.whl.
File metadata
- Download URL: su_cs114_projectlibs-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5c76acfa5015d54ffd70ecab83431cce40cf9881c600a6f2be2787e4d95a2cc
|
|
| MD5 |
520a77a60318db3f3ceef256f29ea943
|
|
| BLAKE2b-256 |
6856b612e8aa52447a22a3a7b2c54f458252af467e352ff1c3bf38f28f4b4bbd
|