rms-polymath


Namerms-polymath JSON
Version 0.0.6 PyPI version JSON
download
home_pageNone
SummaryWrapper for NumPy that adds easy masks and vector computation
upload_time2025-07-13 02:23:13
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords polymath
VCS
bugtrack_url
requirements coverage myst-parser numpy pytest rms-fpzip sphinx sphinxcontrib-napoleon sphinx-rtd-theme
Travis-CI No Travis.
coveralls test coverage
            [![GitHub release; latest by date](https://img.shields.io/github/v/release/SETI/rms-polymath)](https://github.com/SETI/rms-polymath/releases)
[![GitHub Release Date](https://img.shields.io/github/release-date/SETI/rms-polymath)](https://github.com/SETI/rms-polymath/releases)
[![Test Status](https://img.shields.io/github/actions/workflow/status/SETI/rms-polymath/run-tests.yml?branch=main)](https://github.com/SETI/rms-polymath/actions)
[![Documentation Status](https://readthedocs.org/projects/rms-polymath/badge/?version=latest)](https://rms-polymath.readthedocs.io/en/latest/?badge=latest)
[![Code coverage](https://img.shields.io/codecov/c/github/SETI/rms-polymath/main?logo=codecov)](https://codecov.io/gh/SETI/rms-polymath)
<br />
[![PyPI - Version](https://img.shields.io/pypi/v/rms-polymath)](https://pypi.org/project/rms-polymath)
[![PyPI - Format](https://img.shields.io/pypi/format/rms-polymath)](https://pypi.org/project/rms-polymath)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/rms-polymath)](https://pypi.org/project/rms-polymath)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/rms-polymath)](https://pypi.org/project/rms-polymath)
<br />
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/SETI/rms-polymath/latest)](https://github.com/SETI/rms-polymath/commits/main/)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/SETI/rms-polymath)](https://github.com/SETI/rms-polymath/commits/main/)
[![GitHub last commit](https://img.shields.io/github/last-commit/SETI/rms-polymath)](https://github.com/SETI/rms-polymath/commits/main/)
<br />
[![Number of GitHub open issues](https://img.shields.io/github/issues-raw/SETI/rms-polymath)](https://github.com/SETI/rms-polymath/issues)
[![Number of GitHub closed issues](https://img.shields.io/github/issues-closed-raw/SETI/rms-polymath)](https://github.com/SETI/rms-polymath/issues)
[![Number of GitHub open pull requests](https://img.shields.io/github/issues-pr-raw/SETI/rms-polymath)](https://github.com/SETI/rms-polymath/pulls)
[![Number of GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed-raw/SETI/rms-polymath)](https://github.com/SETI/rms-polymath/pulls)
<br />
![GitHub License](https://img.shields.io/github/license/SETI/rms-polymath)
[![Number of GitHub stars](https://img.shields.io/github/stars/SETI/rms-polymath)](https://github.com/SETI/rms-polymath/stargazers)
![GitHub forks](https://img.shields.io/github/forks/SETI/rms-polymath)

# Introduction

`polymath` is a set of classes for performing NumPy-style array operations on matrices.

`polymath` is a product of the [PDS Ring-Moon Systems Node](https://pds-rings.seti.org).

# Installation

The `polymath` module is available via the `polymath` package on PyPI and can be installed with:

```sh
pip install rms-polymath
```

# Getting Started

TBD.

# Contributing

Information on contributing to this package can be found in the
[Contributing Guide](https://github.com/SETI/rms-polymath/blob/main/CONTRIBUTING.md).

# Links

- [Documentation](https://rms-polymath.readthedocs.io)
- [Repository](https://github.com/SETI/rms-polymath)
- [Issue tracker](https://github.com/SETI/rms-polymath/issues)
- [PyPi](https://pypi.org/project/rms-polymath)

# Licensing

This code is licensed under the [Apache License v2.0](https://github.com/SETI/rms-polymath/blob/main/LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rms-polymath",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "\"Robert S. French\" <rfrench@seti.org>",
    "keywords": "polymath",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d4/d3/f8a7440aec333eb33dab906f74ad0dc5a85fbef7b077fb49b79cf3e8eca7/rms_polymath-0.0.6.tar.gz",
    "platform": null,
    "description": "[![GitHub release; latest by date](https://img.shields.io/github/v/release/SETI/rms-polymath)](https://github.com/SETI/rms-polymath/releases)\n[![GitHub Release Date](https://img.shields.io/github/release-date/SETI/rms-polymath)](https://github.com/SETI/rms-polymath/releases)\n[![Test Status](https://img.shields.io/github/actions/workflow/status/SETI/rms-polymath/run-tests.yml?branch=main)](https://github.com/SETI/rms-polymath/actions)\n[![Documentation Status](https://readthedocs.org/projects/rms-polymath/badge/?version=latest)](https://rms-polymath.readthedocs.io/en/latest/?badge=latest)\n[![Code coverage](https://img.shields.io/codecov/c/github/SETI/rms-polymath/main?logo=codecov)](https://codecov.io/gh/SETI/rms-polymath)\n<br />\n[![PyPI - Version](https://img.shields.io/pypi/v/rms-polymath)](https://pypi.org/project/rms-polymath)\n[![PyPI - Format](https://img.shields.io/pypi/format/rms-polymath)](https://pypi.org/project/rms-polymath)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/rms-polymath)](https://pypi.org/project/rms-polymath)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/rms-polymath)](https://pypi.org/project/rms-polymath)\n<br />\n[![GitHub commits since latest release](https://img.shields.io/github/commits-since/SETI/rms-polymath/latest)](https://github.com/SETI/rms-polymath/commits/main/)\n[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/SETI/rms-polymath)](https://github.com/SETI/rms-polymath/commits/main/)\n[![GitHub last commit](https://img.shields.io/github/last-commit/SETI/rms-polymath)](https://github.com/SETI/rms-polymath/commits/main/)\n<br />\n[![Number of GitHub open issues](https://img.shields.io/github/issues-raw/SETI/rms-polymath)](https://github.com/SETI/rms-polymath/issues)\n[![Number of GitHub closed issues](https://img.shields.io/github/issues-closed-raw/SETI/rms-polymath)](https://github.com/SETI/rms-polymath/issues)\n[![Number of GitHub open pull requests](https://img.shields.io/github/issues-pr-raw/SETI/rms-polymath)](https://github.com/SETI/rms-polymath/pulls)\n[![Number of GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed-raw/SETI/rms-polymath)](https://github.com/SETI/rms-polymath/pulls)\n<br />\n![GitHub License](https://img.shields.io/github/license/SETI/rms-polymath)\n[![Number of GitHub stars](https://img.shields.io/github/stars/SETI/rms-polymath)](https://github.com/SETI/rms-polymath/stargazers)\n![GitHub forks](https://img.shields.io/github/forks/SETI/rms-polymath)\n\n# Introduction\n\n`polymath` is a set of classes for performing NumPy-style array operations on matrices.\n\n`polymath` is a product of the [PDS Ring-Moon Systems Node](https://pds-rings.seti.org).\n\n# Installation\n\nThe `polymath` module is available via the `polymath` package on PyPI and can be installed with:\n\n```sh\npip install rms-polymath\n```\n\n# Getting Started\n\nTBD.\n\n# Contributing\n\nInformation on contributing to this package can be found in the\n[Contributing Guide](https://github.com/SETI/rms-polymath/blob/main/CONTRIBUTING.md).\n\n# Links\n\n- [Documentation](https://rms-polymath.readthedocs.io)\n- [Repository](https://github.com/SETI/rms-polymath)\n- [Issue tracker](https://github.com/SETI/rms-polymath/issues)\n- [PyPi](https://pypi.org/project/rms-polymath)\n\n# Licensing\n\nThis code is licensed under the [Apache License v2.0](https://github.com/SETI/rms-polymath/blob/main/LICENSE).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Wrapper for NumPy that adds easy masks and vector computation",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/SETI/rms-polymath",
        "Issues": "https://github.com/SETI/rms-polymath/issues",
        "Repository": "https://github.com/SETI/rms-polymath",
        "Source": "https://github.com/SETI/rms-polymath"
    },
    "split_keywords": [
        "polymath"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3da992a7bb0f5f05e3b06a862959f8d15e60f3104161aed5f247822833b256a5",
                "md5": "77d5ec1ab9f7d150241c84ed6e61af5b",
                "sha256": "f13e23a842b1446494a402a00eb889d3307e9e6ed9dd51556ba16d1ada0cc57e"
            },
            "downloads": -1,
            "filename": "rms_polymath-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "77d5ec1ab9f7d150241c84ed6e61af5b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 135308,
            "upload_time": "2025-07-13T02:23:12",
            "upload_time_iso_8601": "2025-07-13T02:23:12.059588Z",
            "url": "https://files.pythonhosted.org/packages/3d/a9/92a7bb0f5f05e3b06a862959f8d15e60f3104161aed5f247822833b256a5/rms_polymath-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d4d3f8a7440aec333eb33dab906f74ad0dc5a85fbef7b077fb49b79cf3e8eca7",
                "md5": "ba6355607f2f3e80a556e5732995587d",
                "sha256": "391c8382a490e707635647400c923af904f25f48b77e26457d9c50b1bcd9fccd"
            },
            "downloads": -1,
            "filename": "rms_polymath-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "ba6355607f2f3e80a556e5732995587d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 205146,
            "upload_time": "2025-07-13T02:23:13",
            "upload_time_iso_8601": "2025-07-13T02:23:13.364326Z",
            "url": "https://files.pythonhosted.org/packages/d4/d3/f8a7440aec333eb33dab906f74ad0dc5a85fbef7b077fb49b79cf3e8eca7/rms_polymath-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-13 02:23:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SETI",
    "github_project": "rms-polymath",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "coverage",
            "specs": []
        },
        {
            "name": "myst-parser",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "rms-fpzip",
            "specs": []
        },
        {
            "name": "sphinx",
            "specs": []
        },
        {
            "name": "sphinxcontrib-napoleon",
            "specs": []
        },
        {
            "name": "sphinx-rtd-theme",
            "specs": []
        }
    ],
    "lcname": "rms-polymath"
}
        
Elapsed time: 2.62365s