Name | vector3 JSON |
Version |
1.0.0
JSON |
| download |
home_page | None |
Summary | A flexible 3D vector math library supporting lower dimensions |
upload_time | 2025-08-04 06:05:04 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT |
keywords |
vector
math
geometry
linear-algebra
3d
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# vector3
**A lightweight and Pythonic 3D vector math library**
Supports 3D, 2D, 1D, and even 0D vector operations with clean syntax and full documentation.
---
## š Features
- Arithmetic: `+`, `-`, `*`, `/`, `==`, `-vector`, `abs(vector)`
- Access: indexing `[0]`, unpacking, `to_tuple()`
- Dot & cross product
- Unit vector, projection
- Angle between vectors (cos, sin, degrees)
- Scalar & vector triple products
- Parallelepiped volume calculation
- Auto-detect dimension (0Dā3D support)
---
## š¦ Installation
```bash
pip install vector3
```
Raw data
{
"_id": null,
"home_page": null,
"name": "vector3",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "vector, math, geometry, linear-algebra, 3d",
"author": null,
"author_email": "Bhavesh Ganolia <ganoliabhavesh@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/86/7b/4178a61fe9dbe670fbbd9e512998d4f3840db1d8e08217f191274055b2bc/vector3-1.0.0.tar.gz",
"platform": null,
"description": "# vector3\r\n\r\n**A lightweight and Pythonic 3D vector math library** \r\nSupports 3D, 2D, 1D, and even 0D vector operations with clean syntax and full documentation.\r\n\r\n---\r\n\r\n## \ud83d\ude80 Features\r\n\r\n- Arithmetic: `+`, `-`, `*`, `/`, `==`, `-vector`, `abs(vector)`\r\n- Access: indexing `[0]`, unpacking, `to_tuple()`\r\n- Dot & cross product\r\n- Unit vector, projection\r\n- Angle between vectors (cos, sin, degrees)\r\n- Scalar & vector triple products\r\n- Parallelepiped volume calculation\r\n- Auto-detect dimension (0D\u20133D support)\r\n\r\n---\r\n\r\n## \ud83d\udce6 Installation\r\n\r\n```bash\r\npip install vector3\r\n```\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A flexible 3D vector math library supporting lower dimensions",
"version": "1.0.0",
"project_urls": null,
"split_keywords": [
"vector",
" math",
" geometry",
" linear-algebra",
" 3d"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "24e8bbe402d79baf4a4b88197997f906d727606dc39253affbe5aa3e7949c852",
"md5": "6327cf692c4f1a775af7d2fb2dccfac9",
"sha256": "43dd00a44d319a27411d3e7dc5018077f7020c5d3bc0f539f3b98cc582541c87"
},
"downloads": -1,
"filename": "vector3-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6327cf692c4f1a775af7d2fb2dccfac9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 4459,
"upload_time": "2025-08-04T06:05:03",
"upload_time_iso_8601": "2025-08-04T06:05:03.042233Z",
"url": "https://files.pythonhosted.org/packages/24/e8/bbe402d79baf4a4b88197997f906d727606dc39253affbe5aa3e7949c852/vector3-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "867b4178a61fe9dbe670fbbd9e512998d4f3840db1d8e08217f191274055b2bc",
"md5": "4d1d4628a4092594c4c09890db4dd0d2",
"sha256": "cb842581e53ac4bbcfc3bc1c5e5dd055d30348ac596f29082c1253d180cedda2"
},
"downloads": -1,
"filename": "vector3-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "4d1d4628a4092594c4c09890db4dd0d2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4055,
"upload_time": "2025-08-04T06:05:04",
"upload_time_iso_8601": "2025-08-04T06:05:04.985205Z",
"url": "https://files.pythonhosted.org/packages/86/7b/4178a61fe9dbe670fbbd9e512998d4f3840db1d8e08217f191274055b2bc/vector3-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-04 06:05:04",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "vector3"
}