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.1.0.tar.gz
(9.0 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-1.1.0-py3-none-any.whl
(10.5 kB
view details)
File details
Details for the file apex_code-1.1.0.tar.gz.
File metadata
- Download URL: apex_code-1.1.0.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90ebcaa75db7d36495b13c067e22a5f09746e6d7e0936c8c22cd8126109dfb15
|
|
| MD5 |
c8e5426e1d338b2dd9e2c90bb882c46c
|
|
| BLAKE2b-256 |
ee8b9c20a4ee306074576213b62f645662bdbb97febde298a4a9e7f48f5e26cd
|
File details
Details for the file apex_code-1.1.0-py3-none-any.whl.
File metadata
- Download URL: apex_code-1.1.0-py3-none-any.whl
- Upload date:
- Size: 10.5 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 |
9bb3606dbeb6c199cfd8afe77461856d6e2857c09afc69956c1dce8d0a2a73f0
|
|
| MD5 |
0454fe26af6bede9937683c84f65b959
|
|
| BLAKE2b-256 |
a71b62e73bcbf14d669874fca73c03d249ebb2a8207d1fd67f5681a745b3a9c5
|