Metadata-Version: 2.1
Name: optika
Version: 0.0.1
Summary: A Python library for simulating optical systems, similar to Zemax
Author-email: "Roy T. Smart" <roytsmart@gmail.com>
Project-URL: Homepage, https://github.com/byrdie/optika
Project-URL: Documentation, https://optika.readthedocs.io/en/latest
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: astropy
Requires-Dist: named-arrays
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: doc
Requires-Dist: pytest; extra == "doc"
Requires-Dist: matplotlib; extra == "doc"
Requires-Dist: graphviz; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints; extra == "doc"
Requires-Dist: pydata-sphinx-theme; extra == "doc"
Requires-Dist: ipykernel; extra == "doc"
Requires-Dist: jupyter-sphinx; extra == "doc"
Requires-Dist: sphinx-favicon; extra == "doc"

# optika

[![tests](https://github.com/byrdie/optika/actions/workflows/tests.yml/badge.svg)](https://github.com/byrdie/optika/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/byrdie/optika/graph/badge.svg?token=P91YBOT47O)](https://codecov.io/gh/byrdie/optika)
[![Black](https://github.com/byrdie/optika/actions/workflows/black.yml/badge.svg)](https://github.com/byrdie/optika/actions/workflows/black.yml)
[![Documentation Status](https://readthedocs.org/projects/optika/badge/?version=latest)](https://optika.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/optika.svg)](https://badge.fury.io/py/optika)

A Python library for simulating optical systems, similar to Zemax
