zlepy


Namezlepy JSON
Version 0.3.2 PyPI version JSON
download
home_pageNone
SummaryToolkit for integer-linear-eigenvalue matrix generation and evaluation.
upload_time2024-10-14 19:29:26
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords eigenvalue integer-linear eigenvalues interpretable spectra linear algebra matrix
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ZLE (Symbolic Integer-Linear Matrix Toolkit)

[![PyPI - Version](https://img.shields.io/pypi/v/zlepy)](https://pypi.org/project/zlepy)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/zlepy)](https://pypi.org/project/zlepy)

-----

A Python package to aid in integer-linear eigenvalue matrix generation and symbolic evaluation. Part of the [symeig](https://github.com/symeig) project.

## Table of Contents

- [Installation](#installation)
- [Testing](#testing)
- [License](#license)

## Installation
From PyPI
```console
pip install zlepy
```

For local development:
```console
pip install -e path/to/zlepy
```

## Testing

All tests:
```
hatch test
```

Specific test file:
```
hatch test tests/test_batch_sizes.py
```

## License

This package is OSI approved under the Apache License Version 2.0.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "zlepy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "eigenvalue, integer-linear eigenvalues, interpretable spectra, linear algebra, matrix",
    "author": null,
    "author_email": "Abraham Miller <abraham.r.m@gmail.com>, Jonny Luntzel <jonny9860@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/3b/55/0cbe75e8904039b27aaed3f64f3d08fab5adb7c579a0727b292dfdc2a7c1/zlepy-0.3.2.tar.gz",
    "platform": null,
    "description": "# ZLE (Symbolic Integer-Linear Matrix Toolkit)\n\n[![PyPI - Version](https://img.shields.io/pypi/v/zlepy)](https://pypi.org/project/zlepy)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/zlepy)](https://pypi.org/project/zlepy)\n\n-----\n\nA Python package to aid in integer-linear eigenvalue matrix generation and symbolic evaluation. Part of the [symeig](https://github.com/symeig) project.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Testing](#testing)\n- [License](#license)\n\n## Installation\nFrom PyPI\n```console\npip install zlepy\n```\n\nFor local development:\n```console\npip install -e path/to/zlepy\n```\n\n## Testing\n\nAll tests:\n```\nhatch test\n```\n\nSpecific test file:\n```\nhatch test tests/test_batch_sizes.py\n```\n\n## License\n\nThis package is OSI approved under the Apache License Version 2.0.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Toolkit for integer-linear-eigenvalue matrix generation and evaluation.",
    "version": "0.3.2",
    "project_urls": {
        "Homepage": "https://github.com/symeig/zle-py",
        "Issues": "https://github.com/symeig/zle-py/issues"
    },
    "split_keywords": [
        "eigenvalue",
        " integer-linear eigenvalues",
        " interpretable spectra",
        " linear algebra",
        " matrix"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a11b34cf8ccc510d660179946fd591472ec6dddac72871d6f9315b23e3d2ed2",
                "md5": "423347021c2a2d0d4a668699215e3f3c",
                "sha256": "fa846aa2f1e80bd6adee579bdbb7630bb06a977a3376d7be04fde65769bd2fa6"
            },
            "downloads": -1,
            "filename": "zlepy-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "423347021c2a2d0d4a668699215e3f3c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 20762,
            "upload_time": "2024-10-14T19:29:24",
            "upload_time_iso_8601": "2024-10-14T19:29:24.079690Z",
            "url": "https://files.pythonhosted.org/packages/7a/11/b34cf8ccc510d660179946fd591472ec6dddac72871d6f9315b23e3d2ed2/zlepy-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b550cbe75e8904039b27aaed3f64f3d08fab5adb7c579a0727b292dfdc2a7c1",
                "md5": "786318684b66cfef5da96007b5dc281b",
                "sha256": "2f6d520bb87ae5c38dc1f69714b5481e17d1630f2ee16d4401d4e501a82c4951"
            },
            "downloads": -1,
            "filename": "zlepy-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "786318684b66cfef5da96007b5dc281b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 41435,
            "upload_time": "2024-10-14T19:29:26",
            "upload_time_iso_8601": "2024-10-14T19:29:26.806144Z",
            "url": "https://files.pythonhosted.org/packages/3b/55/0cbe75e8904039b27aaed3f64f3d08fab5adb7c579a0727b292dfdc2a7c1/zlepy-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-14 19:29:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "symeig",
    "github_project": "zle-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "zlepy"
}
        
Elapsed time: 1.79686s