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-2.0.0.tar.gz
(10.2 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
apex_code-2.0.0-py3-none-any.whl
(12.0 kB
view details)
File details
Details for the file apex_code-2.0.0.tar.gz.
File metadata
- Download URL: apex_code-2.0.0.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fa53d2fc927c0b94e212800ed3e8a2cfd08f1d6cfe7e5413afada06c2b524ce
|
|
| MD5 |
f1afa26c6507311001e44e1f21416741
|
|
| BLAKE2b-256 |
45cb1f98d228548c0c0a78f909619d471de55a8caa72355ec4247961d1ebcbce
|
File details
Details for the file apex_code-2.0.0-py3-none-any.whl.
File metadata
- Download URL: apex_code-2.0.0-py3-none-any.whl
- Upload date:
- Size: 12.0 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 |
7860756528f0e85e275cffbb4a0df06cc0a726bfcea4f51669d275ed5345da02
|
|
| MD5 |
d4933d9053b5e4b99ce2d0c064d65e9d
|
|
| BLAKE2b-256 |
9469d85045e8da77167aa55c3d0575365b0e4674aa4be971297fd9e8548f0e54
|