VecPosLib


NameVecPosLib JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/shotadft/VecPosLib
SummaryLibrary for vector calculations in Python
upload_time2025-07-16 21:46:39
maintainerNone
docs_urlNone
authorShotadft
requires_python>=3.13
licenseMIT License ===================== Copyright (C) 2025 Shotadft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords vector math numpy cupy numba linear algebra gpu coordinates scientific computing
VCS
bugtrack_url
requirements numpy numba
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 id="top" align="center">
<img src="https://raw.githubusercontent.com/shotadft/VecPosLib/master/.github/logo/VecPosLib-logo.svg" type="image/svg+xml" width="300" height="300" alt="VecPosLib"/>
</h1><br/>

<!-- Shield -->
[![PyPI Downloads][pypi-shield]][pypi-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![Unlicense License][license-shield]][license-url]
[![App Version][version-shield]][header-id]

## Overview
**Python用のベクトル型と色々を追加するだけの汎用的なライブラリです。**<br/>
***This is a library that enables vector calculations in Python.***<br/>

## Requirement
View to [requirements.txt](https://github.com/shotadft/VecPosLib/blob/master/requirements.txt)
### Optional
- CuPy (Version is Any)

## Development Environments
- Cursor (FREE Plan)<br/>
**⚠️当プログラムは一部に生成AIを使用して開発されています⚠️**

## Installations
```bash
pip install vecposlib
```

## Usage
### vectorlib
- **`Vector`**: **基本的な汎用ベクトル演算クラス**<br/>
                ***Basic vector operation class***
- **`Vec2` `Vec3` `Vec4`**: **`Vector`から派生したN次元の処理に特化したクラス**<br/>
                            ***Class specialized in N dimensions***

### positionlib
- **`Position`**: **座標管理を補助するクラス**<br/>
                ***Classes that assist with coordinate management***

## Features (JP)
- 座標管理がちょっと楽になる
- 簡単なベクトル操作が可能
- 距離・ノルム・正規化・内積・外積・射影・反射などの基本演算をサポート
- シンプルで直感的なAPI

## Features (EN)
- Coordinate management becomes a little easier
- Simple vector operations are possible
- Supports basic operations such as distance, norm, normalization, inner product, outer product, projection, and reflection
- Simple and intuitive API

## Author Links
- [Twitter](https://x.com/shotadft)
- [GitHub](https://github.com/shotadft)
- [Homepage](https://www.shotadft.com/)

<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[pypi-shield]: https://img.shields.io/pypi/dm/VecPosLib.svg?label=PyPI%20downloads&style=flat-square
[pypi-url]: https://pypi.org/project/VecPosLib/
[forks-shield]: https://img.shields.io/github/forks/shotadft/VecPosLib.svg?style=flat-square
[forks-url]: https://github.com/shotadft/VecPosLib/network/members
[stars-shield]: https://img.shields.io/github/stars/shotadft/VecPosLib.svg?style=flat-square
[stars-url]: https://github.com/shotadft/VecPosLib/stargazers
[issues-shield]: https://img.shields.io/github/issues/shotadft/VecPosLib.svg?style=flat-square
[issues-url]: https://github.com/shotadft/VecPosLib/issues
[license-shield]: https://img.shields.io/github/license/shotadft/VecPosLib.svg?style=flat-square
[license-url]: https://github.com/shotadft/VecPosLib/blob/master/LICENSE.md
[version-shield]: https://img.shields.io/badge/1.0.4-00c81b?label=version&style=flat-square
[header-id]: #top

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shotadft/VecPosLib",
    "name": "VecPosLib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": null,
    "keywords": "vector, math, numpy, cupy, numba, linear algebra, gpu, coordinates, scientific computing",
    "author": "Shotadft",
    "author_email": "Shotadft <98450322+shotadft@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/22/a4/10b1bc379791ce798c0ceb0f9fe867381d356900180e82ddbd318b82e82d/vecposlib-1.0.4.tar.gz",
    "platform": null,
    "description": "<h1 id=\"top\" align=\"center\">\n<img src=\"https://raw.githubusercontent.com/shotadft/VecPosLib/master/.github/logo/VecPosLib-logo.svg\" type=\"image/svg+xml\" width=\"300\" height=\"300\" alt=\"VecPosLib\"/>\n</h1><br/>\n\n<!-- Shield -->\n[![PyPI Downloads][pypi-shield]][pypi-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![Unlicense License][license-shield]][license-url]\n[![App Version][version-shield]][header-id]\n\n## Overview\n**Python\u7528\u306e\u30d9\u30af\u30c8\u30eb\u578b\u3068\u8272\u3005\u3092\u8ffd\u52a0\u3059\u308b\u3060\u3051\u306e\u6c4e\u7528\u7684\u306a\u30e9\u30a4\u30d6\u30e9\u30ea\u3067\u3059\u3002**<br/>\n***This is a library that enables vector calculations in Python.***<br/>\n\n## Requirement\nView to [requirements.txt](https://github.com/shotadft/VecPosLib/blob/master/requirements.txt)\n### Optional\n- CuPy (Version is Any)\n\n## Development Environments\n- Cursor (FREE Plan)<br/>\n**\u26a0\ufe0f\u5f53\u30d7\u30ed\u30b0\u30e9\u30e0\u306f\u4e00\u90e8\u306b\u751f\u6210AI\u3092\u4f7f\u7528\u3057\u3066\u958b\u767a\u3055\u308c\u3066\u3044\u307e\u3059\u26a0\ufe0f**\n\n## Installations\n```bash\npip install vecposlib\n```\n\n## Usage\n### vectorlib\n- **`Vector`**: **\u57fa\u672c\u7684\u306a\u6c4e\u7528\u30d9\u30af\u30c8\u30eb\u6f14\u7b97\u30af\u30e9\u30b9**<br/>\n                ***Basic vector operation class***\n- **`Vec2` `Vec3` `Vec4`**: **`Vector`\u304b\u3089\u6d3e\u751f\u3057\u305fN\u6b21\u5143\u306e\u51e6\u7406\u306b\u7279\u5316\u3057\u305f\u30af\u30e9\u30b9**<br/>\n                            ***Class specialized in N dimensions***\n\n### positionlib\n- **`Position`**: **\u5ea7\u6a19\u7ba1\u7406\u3092\u88dc\u52a9\u3059\u308b\u30af\u30e9\u30b9**<br/>\n                ***Classes that assist with coordinate management***\n\n## Features (JP)\n- \u5ea7\u6a19\u7ba1\u7406\u304c\u3061\u3087\u3063\u3068\u697d\u306b\u306a\u308b\n- \u7c21\u5358\u306a\u30d9\u30af\u30c8\u30eb\u64cd\u4f5c\u304c\u53ef\u80fd\n- \u8ddd\u96e2\u30fb\u30ce\u30eb\u30e0\u30fb\u6b63\u898f\u5316\u30fb\u5185\u7a4d\u30fb\u5916\u7a4d\u30fb\u5c04\u5f71\u30fb\u53cd\u5c04\u306a\u3069\u306e\u57fa\u672c\u6f14\u7b97\u3092\u30b5\u30dd\u30fc\u30c8\n- \u30b7\u30f3\u30d7\u30eb\u3067\u76f4\u611f\u7684\u306aAPI\n\n## Features (EN)\n- Coordinate management becomes a little easier\n- Simple vector operations are possible\n- Supports basic operations such as distance, norm, normalization, inner product, outer product, projection, and reflection\n- Simple and intuitive API\n\n## Author Links\n- [Twitter](https://x.com/shotadft)\n- [GitHub](https://github.com/shotadft)\n- [Homepage](https://www.shotadft.com/)\n\n<!-- MARKDOWN LINKS & IMAGES -->\n<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->\n[pypi-shield]: https://img.shields.io/pypi/dm/VecPosLib.svg?label=PyPI%20downloads&style=flat-square\n[pypi-url]: https://pypi.org/project/VecPosLib/\n[forks-shield]: https://img.shields.io/github/forks/shotadft/VecPosLib.svg?style=flat-square\n[forks-url]: https://github.com/shotadft/VecPosLib/network/members\n[stars-shield]: https://img.shields.io/github/stars/shotadft/VecPosLib.svg?style=flat-square\n[stars-url]: https://github.com/shotadft/VecPosLib/stargazers\n[issues-shield]: https://img.shields.io/github/issues/shotadft/VecPosLib.svg?style=flat-square\n[issues-url]: https://github.com/shotadft/VecPosLib/issues\n[license-shield]: https://img.shields.io/github/license/shotadft/VecPosLib.svg?style=flat-square\n[license-url]: https://github.com/shotadft/VecPosLib/blob/master/LICENSE.md\n[version-shield]: https://img.shields.io/badge/1.0.4-00c81b?label=version&style=flat-square\n[header-id]: #top\n",
    "bugtrack_url": null,
    "license": "MIT License\n        =====================\n        \n        Copyright (C) 2025 Shotadft\n        \n        Permission is hereby granted, free of charge, to any person\n        obtaining a copy of this software and associated documentation\n        files (the \u201cSoftware\u201d), to deal in the Software without\n        restriction, including without limitation the rights to use,\n        copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the\n        Software is furnished to do so, subject to the following\n        conditions:\n        \n        The above copyright notice and this permission notice shall be\n        included in all copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND,\n        EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\n        OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n        NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\n        HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n        WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n        FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n        OTHER DEALINGS IN THE SOFTWARE.\n        ",
    "summary": "Library for vector calculations in Python",
    "version": "1.0.4",
    "project_urls": {
        "Homepage": "https://github.com/shotadft/VecPosLib",
        "Issues": "https://github.com/shotadft/VecPosLib/issues",
        "Repository": "https://github.com/shotadft/VecPosLib"
    },
    "split_keywords": [
        "vector",
        " math",
        " numpy",
        " cupy",
        " numba",
        " linear algebra",
        " gpu",
        " coordinates",
        " scientific computing"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bc486c2686afa28f9d930d40050bf303d44e4e5fadf7e436cf0405f0e6ddd644",
                "md5": "33885e49ed97c6305d8957ea761bd14b",
                "sha256": "5ed76482f1f8d396fb4969fd1e8b62536475853f1ebb813df30171ef8dcff384"
            },
            "downloads": -1,
            "filename": "vecposlib-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "33885e49ed97c6305d8957ea761bd14b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 13155,
            "upload_time": "2025-07-16T21:46:37",
            "upload_time_iso_8601": "2025-07-16T21:46:37.611230Z",
            "url": "https://files.pythonhosted.org/packages/bc/48/6c2686afa28f9d930d40050bf303d44e4e5fadf7e436cf0405f0e6ddd644/vecposlib-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "22a410b1bc379791ce798c0ceb0f9fe867381d356900180e82ddbd318b82e82d",
                "md5": "c3fecf632f062fd052891f7ab5054cbd",
                "sha256": "0decb74b89dfbcc3dd476488287db1140b68e83bcc1313d37c2f617621949a5b"
            },
            "downloads": -1,
            "filename": "vecposlib-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "c3fecf632f062fd052891f7ab5054cbd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 14509,
            "upload_time": "2025-07-16T21:46:39",
            "upload_time_iso_8601": "2025-07-16T21:46:39.086159Z",
            "url": "https://files.pythonhosted.org/packages/22/a4/10b1bc379791ce798c0ceb0f9fe867381d356900180e82ddbd318b82e82d/vecposlib-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-16 21:46:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shotadft",
    "github_project": "VecPosLib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "2.2.0"
                ],
                [
                    "<",
                    "2.3"
                ]
            ]
        },
        {
            "name": "numba",
            "specs": [
                [
                    ">=",
                    "0.61.2"
                ]
            ]
        }
    ],
    "lcname": "vecposlib"
}
        
Elapsed time: 1.68622s