rms-tabulation


Namerms-tabulation JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummaryA class that performs linear interpolation
upload_time2024-01-24 22:15:29
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache-2.0
keywords interpolation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            | PyPI Release | Test Status | Code Coverage |
| ------------ | ----------- | ------------- |
| [![PyPI version](https://badge.fury.io/py/rms-tabulation.svg)](https://badge.fury.io/py/rms-tabulation) | [![Build status](https://img.shields.io/github/actions/workflow/status/SETI/rms-tabulation/run-tests.yml?branch=main)](https://github.com/SETI/rms-tabulation/actions) | [![Code coverage](https://img.shields.io/codecov/c/github/SETI/rms-tabulation/main?logo=codecov)](https://codecov.io/gh/SETI/rms-tabulation) |

# rms-tabulation

PDS Ring-Moon Systems Node, SETI Institute

Supported versions: Python >= 3.7

The Tabulation class represents a function by a sequence of linear
interpolations between points defined by arrays of x and y coordinates.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "rms-tabulation",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "\"Robert S. French\" <rfrench@seti.org>",
    "keywords": "interpolation",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/94/5c/2f2f5b3715254dbfec9488ae9cc47b47cab5d06aa9680b91119afd8c4b42/rms-tabulation-0.0.3.tar.gz",
    "platform": null,
    "description": "| PyPI Release | Test Status | Code Coverage |\n| ------------ | ----------- | ------------- |\n| [![PyPI version](https://badge.fury.io/py/rms-tabulation.svg)](https://badge.fury.io/py/rms-tabulation) | [![Build status](https://img.shields.io/github/actions/workflow/status/SETI/rms-tabulation/run-tests.yml?branch=main)](https://github.com/SETI/rms-tabulation/actions) | [![Code coverage](https://img.shields.io/codecov/c/github/SETI/rms-tabulation/main?logo=codecov)](https://codecov.io/gh/SETI/rms-tabulation) |\n\n# rms-tabulation\n\nPDS Ring-Moon Systems Node, SETI Institute\n\nSupported versions: Python >= 3.7\n\nThe Tabulation class represents a function by a sequence of linear\ninterpolations between points defined by arrays of x and y coordinates.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A class that performs linear interpolation",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/SETI/rms-tabulation",
        "Issues": "https://github.com/SETI/rms-tabulation/issues",
        "Repository": "https://github.com/SETI/rms-tabulation",
        "Source": "https://github.com/SETI/rms-tabulation"
    },
    "split_keywords": [
        "interpolation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0562347f71bfc0655907b0d7f3284c020afc6a5443832242acc2ad8a81ee2fa8",
                "md5": "b41882fdaa6fb80b99300039d5f48c39",
                "sha256": "228cbe5f94ffa387618a1adfd215252a57cf6fbdc39d353e92c32c36689cbc47"
            },
            "downloads": -1,
            "filename": "rms_tabulation-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b41882fdaa6fb80b99300039d5f48c39",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 9907,
            "upload_time": "2024-01-24T22:15:27",
            "upload_time_iso_8601": "2024-01-24T22:15:27.590885Z",
            "url": "https://files.pythonhosted.org/packages/05/62/347f71bfc0655907b0d7f3284c020afc6a5443832242acc2ad8a81ee2fa8/rms_tabulation-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "945c2f2f5b3715254dbfec9488ae9cc47b47cab5d06aa9680b91119afd8c4b42",
                "md5": "9577332c751c9952e152bac9d25df2b7",
                "sha256": "caf44bffe8fc5b0a5fae48c7b36f3e5b4733c2d380db36194ab5b55968c91fc1"
            },
            "downloads": -1,
            "filename": "rms-tabulation-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9577332c751c9952e152bac9d25df2b7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 14041,
            "upload_time": "2024-01-24T22:15:29",
            "upload_time_iso_8601": "2024-01-24T22:15:29.357148Z",
            "url": "https://files.pythonhosted.org/packages/94/5c/2f2f5b3715254dbfec9488ae9cc47b47cab5d06aa9680b91119afd8c4b42/rms-tabulation-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-24 22:15:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SETI",
    "github_project": "rms-tabulation",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "rms-tabulation"
}
        
Elapsed time: 0.19303s