Name | apex-matrix JSON |
Version |
1.0.3
JSON |
| download |
home_page | None |
Summary | A simple matrix class that handles basic matrix operations |
upload_time | 2024-12-22 03:03:58 |
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
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/ec/a4/28a5395e7485fba4b38bb68a70d6428c5d48c36f8de51d97051bd6820004/apex_matrix-1.0.3.tar.gz",
"platform": null,
"description": "# Matrix\n\n### Generate distribution archive\n```bash\npython3 -m pip install --upgrade build\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.0.3",
"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": "148f87a34abac1d950c8ebeb11c497221fda9133e43cc66a01ada9a8d97f0625",
"md5": "7e036b330950cb84e0da97ad99a67862",
"sha256": "e70bd6ac2a48bcc141ab2c55db4a9eb52bbd1e25ba0b119572da5cf832bf4a3e"
},
"downloads": -1,
"filename": "apex_matrix-1.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7e036b330950cb84e0da97ad99a67862",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 4566,
"upload_time": "2024-12-22T03:03:57",
"upload_time_iso_8601": "2024-12-22T03:03:57.069887Z",
"url": "https://files.pythonhosted.org/packages/14/8f/87a34abac1d950c8ebeb11c497221fda9133e43cc66a01ada9a8d97f0625/apex_matrix-1.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "eca428a5395e7485fba4b38bb68a70d6428c5d48c36f8de51d97051bd6820004",
"md5": "a99732fe3850b11bca9f8bdaaf8ae53a",
"sha256": "2cb08ad03930a758248cd40ea6c4d397d681e3eb30d032e9746febd6d10c7d15"
},
"downloads": -1,
"filename": "apex_matrix-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "a99732fe3850b11bca9f8bdaaf8ae53a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4641,
"upload_time": "2024-12-22T03:03:58",
"upload_time_iso_8601": "2024-12-22T03:03:58.114751Z",
"url": "https://files.pythonhosted.org/packages/ec/a4/28a5395e7485fba4b38bb68a70d6428c5d48c36f8de51d97051bd6820004/apex_matrix-1.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-22 03:03:58",
"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"
}