Name | apex-matrix JSON |
Version |
1.1.1
JSON |
| download |
home_page | None |
Summary | A simple matrix class that handles basic matrix operations |
upload_time | 2024-12-29 23:17:56 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Matrix
### Generate distribution archive
```bash
python3 -m pip install --upgrade build
```
```bash
rm dist/*
```
```bash
python3 -m build
```
### Upload the distribution archive
```bash
python3 -m pip install --upgrade twine
```
```bash
python3 -m twine upload dist/*
```
### Install
```bash
pip install apex_matrix
```
### Tests
```bash
python3 -m unittest discover -s tests
```
### Usage
```python
from apex_matrix.Matrix import Matrix
# Create matrix object
my_matrix = Matrix([1,2,3],[4,5,6])
# View docs
help(Matrix)
```
Raw data
{
"_id": null,
"home_page": null,
"name": "apex-matrix",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Byron Farrell <byronfarrell22@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/66/7e/7b9b0350cf4c4b71d36b3f256b7f1a71de5806f3347b56713c22a7d32a43/apex_matrix-1.1.1.tar.gz",
"platform": null,
"description": "# Matrix\n\n### Generate distribution archive\n```bash\npython3 -m pip install --upgrade build\n```\n```bash\nrm dist/*\n```\n```bash\npython3 -m build\n```\n\n### Upload the distribution archive\n```bash\npython3 -m pip install --upgrade twine\n```\n```bash\npython3 -m twine upload dist/*\n```\n\n### Install\n```bash\npip install apex_matrix\n```\n\n### Tests\n```bash\npython3 -m unittest discover -s tests\n```\n\n\n### Usage\n```python\nfrom apex_matrix.Matrix import Matrix\n\n# Create matrix object\nmy_matrix = Matrix([1,2,3],[4,5,6])\n\n# View docs\nhelp(Matrix)\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "A simple matrix class that handles basic matrix operations",
"version": "1.1.1",
"project_urls": {
"Homepage": "https://github.com/Byron-Farrell/Matrix",
"Issues": "https://github.com/Byron-Farrell/Matrix/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b4d4f9c79c9b4bac716b57f5283eca2d7dd15f98ef357993cc5cec7e491bb2f9",
"md5": "26599dce053b9b382611409ba268b48c",
"sha256": "184765d7c1caabcc049eda2024550539b28a403d32cb731b192a1644e69d501f"
},
"downloads": -1,
"filename": "apex_matrix-1.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "26599dce053b9b382611409ba268b48c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 4888,
"upload_time": "2024-12-29T23:17:54",
"upload_time_iso_8601": "2024-12-29T23:17:54.175936Z",
"url": "https://files.pythonhosted.org/packages/b4/d4/f9c79c9b4bac716b57f5283eca2d7dd15f98ef357993cc5cec7e491bb2f9/apex_matrix-1.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "667e7b9b0350cf4c4b71d36b3f256b7f1a71de5806f3347b56713c22a7d32a43",
"md5": "676045bd56da8acdcffd9dd57dc710da",
"sha256": "563a203fb18d8dd7e41ee20b47c157ef953ea23948ad5c0464fe00adcd637ba7"
},
"downloads": -1,
"filename": "apex_matrix-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "676045bd56da8acdcffd9dd57dc710da",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 5158,
"upload_time": "2024-12-29T23:17:56",
"upload_time_iso_8601": "2024-12-29T23:17:56.413351Z",
"url": "https://files.pythonhosted.org/packages/66/7e/7b9b0350cf4c4b71d36b3f256b7f1a71de5806f3347b56713c22a7d32a43/apex_matrix-1.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-29 23:17:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Byron-Farrell",
"github_project": "Matrix",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "apex-matrix"
}