SU project libs for Python 3 for CS144
su-cs144-projectlibs is a support library for 2024 CS114 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-cs144-projectlibs simply with
python3 -m pip install --upgrade su-cs144-projectlibs
To test that you have installed the library correctly, run this command:
python3 -c 'from compass import Compass; c = Compass(2, 2, 4); print(c.get_next_trajectory())'
This should print a tuple where the first element is a float and the second an integer.
Contributors
- Dylan Callaghan
- Marcel Dunaiski
License
This project is licensed. See the LICENSE file for details.
Release files for su-cs144-projectlibs 0.0.4
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_cs144_projectlibs-0.0.4.tar.gz | 5.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| su_cs144_projectlibs-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.8 kB
Release files / su_cs144_projectlibs-0.0.4.tar.gz
| Download URL | su_cs144_projectlibs-0.0.4.tar.gz |
|---|---|
| Size | 5.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ef1ef65a45cdd4bb8daede8f992b9ceb57961a4c1c6f3297e183683550a3be13
|
|
BLAKE2b-256 checksum How to use checksums |
542775a6aebd0bfe300b89bc4c93350a08a827b2a58db73cae5bb2ee88817c39
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.8.10
|
Release files / su_cs144_projectlibs-0.0.4-py3-none-any.whl
| Download URL | su_cs144_projectlibs-0.0.4-py3-none-any.whl |
|---|---|
| Size | 4.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
896216b222248ccc11857d707719203b77d69cb62a8e3583b5d614363f0038bb
|
|
BLAKE2b-256 checksum How to use checksums |
0c5362af3cf99a70bb239e79ff5b60c065972dbb903ab38daa5e48097882ee3d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.8.10
|