Swiss army knife personal code library
Project description
apex_code
Generate distribution archive
python3 -m pip install --upgrade build
rm dist/*
python3 -m build
Upload the distribution archive
python3 -m pip install --upgrade twine
python3 -m twine upload dist/*
Install
pip install apex_matrix
Tests
python3 -m unittest discover -s tests
Usage
from apex_matrix.Matrix import Matrix
# Create matrix object
my_matrix = Matrix([1,2,3],[4,5,6])
# View docs
help(Matrix)
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
apex_code-1.0.0.tar.gz
(5.1 kB
view details)
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 apex_code-1.0.0.tar.gz.
File metadata
- Download URL: apex_code-1.0.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63c49857428d3a21a4040cc5510e95dd85b97391e6ed3b1934317136673ad8f3
|
|
| MD5 |
082f5393a67883bf27405a8cdc23ac01
|
|
| BLAKE2b-256 |
56d6d75dba4dd0be49369026a85e28e2927fa3eb9c29943dc08e53d77cbd246a
|
File details
Details for the file apex_code-1.0.0-py3-none-any.whl.
File metadata
- Download URL: apex_code-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb9e42495209b2ce63ed351a69ce7c36f5002bf05631c75dacad1f7a342b598d
|
|
| MD5 |
dc49945d84754581b2ce96b2f0b0e43a
|
|
| BLAKE2b-256 |
082b860ef5736c8388f80b2176b01cfb53807bf4525eb78b8373d4dd279d88a6
|