Metadata-Version: 2.1
Name: refidx
Version: 1.0.5
Summary: Refractive index database
Home-page: https://gitlab.com/benvial/refidx
Author: Benjamin Vial
Author-email: benjamin.vial84@gmail.com
License: GPL-3.0-or-later
Project-URL: Code, https://gitlab.com/benvial/refidx
Project-URL: Documentation, https://gitlab.com/benvial/refidx
Project-URL: Issues, https://gitlab.com/benvial/refidx/issues
Keywords: refractive index,optics,electromagnetics
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy (>=1.9)
Requires-Dist: importlib-metadata ; python_version < "3.8"




# refidx


[![](https://img.shields.io/endpoint?url=https://gitlab.com/benvial/refidx/-/jobs/artifacts/main/file/logobadge.json?job=badge&labelColor=8f8f8f)](https://gitlab.com/benvial/refidx/-/releases)
[![](https://img.shields.io/gitlab/pipeline-status/benvial/refidx?branch=main&logo=gitlab&labelColor=dedede&logoColor=ffffff&style=for-the-badge)](https://gitlab.com/benvial/refidx/commits/main)
[![](https://img.shields.io/gitlab/coverage/benvial/refidx/main?logo=python&logoColor=e9d672&style=for-the-badge)](https://benvial.gitlab.io/refidx/coverage.html)

[![](https://img.shields.io/badge/code%20style-black-dedede.svg?logo=python&logoColor=e9d672&style=for-the-badge)](https://black.readthedocs.io/en/stable/)
[![](https://img.shields.io/pypi/v/refidx?logo=python&logoColor=e9d672&style=for-the-badge)](https://pypi.org/project/refidx/)
[![](https://img.shields.io/pypi/dm/refidx?logo=python&logoColor=e9d672&style=for-the-badge)](https://pypi.org/project/refidx/)

[![](https://img.shields.io/badge/license-GPLv3-blue?color=5faa9c&logo=open-access&logoColor=white&style=for-the-badge)](https://gitlab.com/benvial/refidx/-/blob/main/LICENSE.txt)


Retrieve the refractive index of a material at a given wavelength
from the [refractiveindex.info](https://refractiveindex.info/) database.



See documentation at [benvial.gitlab.io/refidx](https://benvial.gitlab.io/refidx).


