pylinalg


Namepylinalg JSON
Version 0.6.8 PyPI version JSON
download
home_pageNone
SummaryLinear algebra utilities for Python
upload_time2025-10-28 10:17:03
maintainerNone
docs_urlNone
authorAlmar Klein, Korijn van Golen
requires_python>=3.9
licenseNone
keywords graphics 3d linear algebra
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pylinalg

[![CI](https://github.com/pygfx/pylinalg/actions/workflows/ci.yml/badge.svg)](https://github.com/pygfx/pylinalg/actions/workflows/ci.yml)
[![Documentation Status
](https://readthedocs.org/projects/pylinalg/badge/?version=latest)
](https://pylinalg.readthedocs.io/en/latest/?badge=latest)
[![PyPI version ](https://badge.fury.io/py/pylinalg.svg)
](https://badge.fury.io/py/pylinalg)

Linear algebra utilities for Python.

<p align="center">
[<a href="https://pylinalg.readthedocs.io/en/latest/reference.html">API Reference</a>]
</p>

## Installation

```bash
pip install pylinalg
```

### Development Install
To get a working dev install of pylinalg you can use the following steps:

```bash
# Click the Fork button on GitHub and navigate to your fork
git clone <address_of_your_fork>
cd pylinalg
# if you use a venv, create and activate it
pip install -e ".[dev,docs,examples]"
pytest tests
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pylinalg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "graphics, 3d, linear algebra",
    "author": "Almar Klein, Korijn van Golen",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/61/34/2b97967f987de7de3dfb519b1f97437d5e9f53f4826c3cb7f177c812f962/pylinalg-0.6.8.tar.gz",
    "platform": null,
    "description": "# pylinalg\n\n[![CI](https://github.com/pygfx/pylinalg/actions/workflows/ci.yml/badge.svg)](https://github.com/pygfx/pylinalg/actions/workflows/ci.yml)\n[![Documentation Status\n](https://readthedocs.org/projects/pylinalg/badge/?version=latest)\n](https://pylinalg.readthedocs.io/en/latest/?badge=latest)\n[![PyPI version ](https://badge.fury.io/py/pylinalg.svg)\n](https://badge.fury.io/py/pylinalg)\n\nLinear algebra utilities for Python.\n\n<p align=\"center\">\n[<a href=\"https://pylinalg.readthedocs.io/en/latest/reference.html\">API Reference</a>]\n</p>\n\n## Installation\n\n```bash\npip install pylinalg\n```\n\n### Development Install\nTo get a working dev install of pylinalg you can use the following steps:\n\n```bash\n# Click the Fork button on GitHub and navigate to your fork\ngit clone <address_of_your_fork>\ncd pylinalg\n# if you use a venv, create and activate it\npip install -e \".[dev,docs,examples]\"\npytest tests\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Linear algebra utilities for Python",
    "version": "0.6.8",
    "project_urls": {
        "Repository": "https://github.com/pygfx/pylinalg"
    },
    "split_keywords": [
        "graphics",
        " 3d",
        " linear algebra"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "74cb3027a83504373499adb52656b23fad19fc1c534517fe8c0780b70da8b899",
                "md5": "de5535940cfd848e94a56e948d852835",
                "sha256": "b8e1c5f03384d5e72e59808eac413ff91e415b5284d93b684dd3397f9a8d0f44"
            },
            "downloads": -1,
            "filename": "pylinalg-0.6.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "de5535940cfd848e94a56e948d852835",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 18531,
            "upload_time": "2025-10-28T10:17:02",
            "upload_time_iso_8601": "2025-10-28T10:17:02.926714Z",
            "url": "https://files.pythonhosted.org/packages/74/cb/3027a83504373499adb52656b23fad19fc1c534517fe8c0780b70da8b899/pylinalg-0.6.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "61342b97967f987de7de3dfb519b1f97437d5e9f53f4826c3cb7f177c812f962",
                "md5": "0f203b869dfbedfaa08dd04390c34d25",
                "sha256": "1689d658dac078102c4df5efedfaf840c882fb434612216e29ba64852fa0d2dc"
            },
            "downloads": -1,
            "filename": "pylinalg-0.6.8.tar.gz",
            "has_sig": false,
            "md5_digest": "0f203b869dfbedfaa08dd04390c34d25",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 16114,
            "upload_time": "2025-10-28T10:17:03",
            "upload_time_iso_8601": "2025-10-28T10:17:03.984540Z",
            "url": "https://files.pythonhosted.org/packages/61/34/2b97967f987de7de3dfb519b1f97437d5e9f53f4826c3cb7f177c812f962/pylinalg-0.6.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-28 10:17:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pygfx",
    "github_project": "pylinalg",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pylinalg"
}
        
Elapsed time: 3.55766s