Metadata-Version: 2.1
Name: refidx
Version: 1.0.3
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 :: 4 - Beta
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/badge/dynamic/json.svg?label=release&url=https://gitlab.com/benvial/refidx/-/jobs/artifacts/main/file/badges.json?job=badge&query=release_tag&color=aa0044&labelColor=dedede&style=for-the-badge&logo=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEyLjcgMTIuNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CjxtZXRhZGF0YT4KPHJkZjpSREY+CjxjYzpXb3JrIHJkZjphYm91dD0iIj4KPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+CjxkYzp0eXBlIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiLz4KPC9jYzpXb3JrPgo8L3JkZjpSREY+CjwvbWV0YWRhdGE+CjxnIHN0cm9rZS13aWR0aD0iMCI+CjxwYXRoIHRyYW5zZm9ybT0ic2NhbGUoLjI2NDU4KSIgZD0ibTQuMDgwMSAyLjU5Nzd2MjkuODY5bDE4LjIyNy0xNC4yMDMgMC4wNTg1OTMtMC4wMTU2MjV2LTE1LjY1aC0xOC4yODV6bTE4LjI4NSAxOC41OTgtMTguMjg1IDE0LjI1MnYxMC4zNzdoMTguMjg1di0yNC42Mjl6IiBmaWxsPSIjZTZlNmU2Ii8+CjxwYXRoIHRyYW5zZm9ybT0ic2NhbGUoLjI2NDU4KSIgZD0ibTIyLjM2NSAyLjU5Nzd2MTUuNjVsMjEuNjE5LTUuODY3MnYtOS43ODMyaC0yMS42MTl6bTIxLjYxOSAxMi4yMTctMjAuNjA0IDUuNTg5OC0xLjAxNTYgMC43OTEwMnYyNC42MjloMjEuNjE5di0zMS4wMXoiIGZpbGw9IiNhMDQiLz4KPC9nPgo8L3N2Zz4K)](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/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).


