Matrix utilities example package
Project description
matrixutils_example_pkg
Minimal example Python package that implements matrix multiplication.
Features
matrix_multiply(a, b)multiplies two matrices represented as nested lists.- Includes basic input validation and helpful errors.
- Tests included (pytest).
Quickstart (local)
git clone <your-gitlab-repo-url>
cd matrixutils_example_pkg
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip build
python -m build
pip install dist/*.whl
python -c "from matrixutils import matrix_multiply; print(matrix_multiply([[1,2],[3,4]], [[5,6],[7,8]]))"
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 matrixutils_example_pkg-0.0.6.tar.gz.
File metadata
- Download URL: matrixutils_example_pkg-0.0.6.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e10498b1a9ec466c614f9424ab687f92dd8f26862f9c936d6e142b44be4eacb8
|
|
| MD5 |
67f67c3f5a41f9b76dc09f25cb302c53
|
|
| BLAKE2b-256 |
86451a211990368f64dc15b3a2aeff83f814b8d4be6b386478f8c0268fa9cbcb
|
File details
Details for the file matrixutils_example_pkg-0.0.6-py3-none-any.whl.
File metadata
- Download URL: matrixutils_example_pkg-0.0.6-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07f6512bb648310d8ae17c8654efc3d21100d680c8b9f0b415ea12cef9adda08
|
|
| MD5 |
8134ca45fa333eff7b37cde7f7f0e759
|
|
| BLAKE2b-256 |
be7a2a3f7044dc8d4bdf5af55cea4c9bfad70fd39c240ee10485f9bef5d9bcc3
|