Metadata-Version: 2.1
Name: rms-tabulation
Version: 0.0.2
Summary: A class that performs linear interpolation
Maintainer-email: "Robert S. French" <rfrench@seti.org>
License: Apache-2.0
Project-URL: Homepage, https://github.com/SETI/rms-tabulation
Project-URL: Repository, https://github.com/SETI/rms-tabulation
Project-URL: Source, https://github.com/SETI/rms-tabulation
Project-URL: Issues, https://github.com/SETI/rms-tabulation/issues
Keywords: interpolation
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy

| 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=master)](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.
