Stellenbosch University Python 3 code for 2024 CS144 semester project.
Project description
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.
Project details
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_cs144_projectlibs-0.0.4.tar.gz.
File metadata
- Download URL: su_cs144_projectlibs-0.0.4.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef1ef65a45cdd4bb8daede8f992b9ceb57961a4c1c6f3297e183683550a3be13
|
|
| MD5 |
dbcc64db2f61906b94a38a1f584fc34a
|
|
| BLAKE2b-256 |
542775a6aebd0bfe300b89bc4c93350a08a827b2a58db73cae5bb2ee88817c39
|
File details
Details for the file su_cs144_projectlibs-0.0.4-py3-none-any.whl.
File metadata
- Download URL: su_cs144_projectlibs-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
896216b222248ccc11857d707719203b77d69cb62a8e3583b5d614363f0038bb
|
|
| MD5 |
ed14b12b4062c5566aa23e95b8a9ee4f
|
|
| BLAKE2b-256 |
0c5362af3cf99a70bb239e79ff5b60c065972dbb903ab38daa5e48097882ee3d
|