irides


Nameirides JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://gitlab.com/irides-dev/irides
SummaryIrides provides references implementations for select linear time-invariant filters.
upload_time2025-08-03 23:10:11
maintainerNone
docs_urlNone
authorJay Damask
requires_python>=3.7
licenseApache License 2.0
keywords multivariate statistics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <img src="https://gitlab.com/irides-dev/irides/raw/main/images/irides-tile-logo.1500px.png" alt="irides-logo" height="150"> 


# Reference Implementations for LTI Filters

[![pipeline status](https://gitlab.com/irides-dev/irides/badges/main/pipeline.svg)](https://gitlab.com/irides-dev/irides/pipelines)
[![coverage report](https://gitlab.com/irides-dev/irides/badges/main/coverage.svg)](https://gitlab.com/irides-dev/irides/commits/main)
[![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://gitlab.com/irides-dev/irides/blob/main/LICENSE)
[![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![python versions](https://img.shields.io/badge/py-%3E%3D3.7-blue)](https://pypi.python.org/pypi/irides)
[![numpy versions](https://img.shields.io/badge/numpy-%3E%3D1.23-blue)](https://www.numpy.org/)
[![pypi version](https://img.shields.io/pypi/v/irides.svg)](https://pypi.python.org/pypi/irides)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/irides.svg)](https://anaconda.org/conda-forge/irides)


## Overview


## Package Installation

The two package hosts for `irides` are [PyPi]() and [Conda-Forge](). The packages are identical and the only difference is the means of delivery. From PyPi, use `pip`,

```bash
$ pip install irides
```

and from Conda-Forge use `conda`:

```bash
$ conda install -c conda-forge irides
```

Once installed, the package is importable to Python:

```python
>>> import irides
```

## Package Dependency

The only dependencies `irides` has at this time is on [python >= 3.7](https://www.python.org/) and [numpy >= 1.23](https://www.numpy.org/). 


## Buell Lane Press

[Buell Lane Press](https://buell-lane-press.co) is the package sponsor. 


            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/irides-dev/irides",
    "name": "irides",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "multivariate statistics",
    "author": "Jay Damask",
    "author_email": "jaydamask@buell-lane-press.co",
    "download_url": "https://files.pythonhosted.org/packages/e9/b4/5ea89455d52c688d6a2934d9d5d3daeb41ba44aa1117c8177acb08150909/irides-0.0.2.tar.gz",
    "platform": null,
    "description": "<img src=\"https://gitlab.com/irides-dev/irides/raw/main/images/irides-tile-logo.1500px.png\" alt=\"irides-logo\" height=\"150\"> \n\n\n# Reference Implementations for LTI Filters\n\n[![pipeline status](https://gitlab.com/irides-dev/irides/badges/main/pipeline.svg)](https://gitlab.com/irides-dev/irides/pipelines)\n[![coverage report](https://gitlab.com/irides-dev/irides/badges/main/coverage.svg)](https://gitlab.com/irides-dev/irides/commits/main)\n[![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://gitlab.com/irides-dev/irides/blob/main/LICENSE)\n[![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![python versions](https://img.shields.io/badge/py-%3E%3D3.7-blue)](https://pypi.python.org/pypi/irides)\n[![numpy versions](https://img.shields.io/badge/numpy-%3E%3D1.23-blue)](https://www.numpy.org/)\n[![pypi version](https://img.shields.io/pypi/v/irides.svg)](https://pypi.python.org/pypi/irides)\n[![Conda Version](https://img.shields.io/conda/vn/conda-forge/irides.svg)](https://anaconda.org/conda-forge/irides)\n\n\n## Overview\n\n\n## Package Installation\n\nThe two package hosts for `irides` are [PyPi]() and [Conda-Forge](). The packages are identical and the only difference is the means of delivery. From PyPi, use `pip`,\n\n```bash\n$ pip install irides\n```\n\nand from Conda-Forge use `conda`:\n\n```bash\n$ conda install -c conda-forge irides\n```\n\nOnce installed, the package is importable to Python:\n\n```python\n>>> import irides\n```\n\n## Package Dependency\n\nThe only dependencies `irides` has at this time is on [python >= 3.7](https://www.python.org/) and [numpy >= 1.23](https://www.numpy.org/). \n\n\n## Buell Lane Press\n\n[Buell Lane Press](https://buell-lane-press.co) is the package sponsor. \n\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Irides provides references implementations for select linear time-invariant filters.",
    "version": "0.0.2",
    "project_urls": {
        "Changelog": "https://gitlab.com/irides-dev/irides/",
        "Documentation": "https://gitlab.com/irides-dev/irides/",
        "Homepage": "https://gitlab.com/irides-dev/irides",
        "Issue Tracker": "https://gitlab.com/irides-dev/irides/issues"
    },
    "split_keywords": [
        "multivariate",
        "statistics"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3d543aa8cec02fb8fe9ee41b49da0657cc5c32a4eba25e572c6040f849ed9098",
                "md5": "15b6ceb9361226a8bf14b9f30b5112ab",
                "sha256": "f55bc736704242ac47238004985d640cf8c1ded0a7aa620b92744065f8c4bc4d"
            },
            "downloads": -1,
            "filename": "irides-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "15b6ceb9361226a8bf14b9f30b5112ab",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 6838,
            "upload_time": "2025-08-03T23:10:09",
            "upload_time_iso_8601": "2025-08-03T23:10:09.891851Z",
            "url": "https://files.pythonhosted.org/packages/3d/54/3aa8cec02fb8fe9ee41b49da0657cc5c32a4eba25e572c6040f849ed9098/irides-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e9b45ea89455d52c688d6a2934d9d5d3daeb41ba44aa1117c8177acb08150909",
                "md5": "d5fa1f49cb8ef345aca46ebdedd4a165",
                "sha256": "8529bc08b795af3d2a2baa50ee664903ee9d033a6a02322f631ab9cd922a7474"
            },
            "downloads": -1,
            "filename": "irides-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d5fa1f49cb8ef345aca46ebdedd4a165",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8019,
            "upload_time": "2025-08-03T23:10:11",
            "upload_time_iso_8601": "2025-08-03T23:10:11.028464Z",
            "url": "https://files.pythonhosted.org/packages/e9/b4/5ea89455d52c688d6a2934d9d5d3daeb41ba44aa1117c8177acb08150909/irides-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-03 23:10:11",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "irides-dev",
    "gitlab_project": "irides",
    "lcname": "irides"
}
        
Elapsed time: 1.98481s