pylinalg


Namepylinalg JSON
Version 0.6.6 PyPI version JSON
download
home_pageNone
SummaryLinear algebra utilities for Python
upload_time2025-02-23 14:07:46
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/8e/9f/911ae74bdaa3d8cbba2a4f76df3e9691e5c0dc90f9d1c853cbc7fbdd5275/pylinalg-0.6.6.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.6",
    "project_urls": {
        "Repository": "https://github.com/pygfx/pylinalg"
    },
    "split_keywords": [
        "graphics",
        " 3d",
        " linear algebra"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "478110ab9b10e339329e851e7eec9c11a90f69c4afb0b1a3b12a247a65d168d1",
                "md5": "0095c840d944716673aa1cce4a8d541b",
                "sha256": "cb26f862e46a4e475e03f3d8658a629571a29a04a684dc648e2f935c10233b08"
            },
            "downloads": -1,
            "filename": "pylinalg-0.6.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0095c840d944716673aa1cce4a8d541b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 18661,
            "upload_time": "2025-02-23T14:07:45",
            "upload_time_iso_8601": "2025-02-23T14:07:45.008559Z",
            "url": "https://files.pythonhosted.org/packages/47/81/10ab9b10e339329e851e7eec9c11a90f69c4afb0b1a3b12a247a65d168d1/pylinalg-0.6.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8e9f911ae74bdaa3d8cbba2a4f76df3e9691e5c0dc90f9d1c853cbc7fbdd5275",
                "md5": "607bfe17506c42bc105eaa29861c67f8",
                "sha256": "61b7f01662b7c6686e6ef02935fc0aac4748fd49b46425aa1c792695d15c5827"
            },
            "downloads": -1,
            "filename": "pylinalg-0.6.6.tar.gz",
            "has_sig": false,
            "md5_digest": "607bfe17506c42bc105eaa29861c67f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 16240,
            "upload_time": "2025-02-23T14:07:46",
            "upload_time_iso_8601": "2025-02-23T14:07:46.205495Z",
            "url": "https://files.pythonhosted.org/packages/8e/9f/911ae74bdaa3d8cbba2a4f76df3e9691e5c0dc90f9d1c853cbc7fbdd5275/pylinalg-0.6.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-23 14:07:46",
    "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: 0.43997s