Metadata-Version: 2.1
Name: paraxial
Version: 0.9.1
Summary: A library for nontrivial paraxial optics calculations
Project-URL: Documentation, https://github.com/danieldmulkey/paraxial#readme
Project-URL: Issues, https://github.com/danieldmulkey/paraxial/issues
Project-URL: Source, https://github.com/danieldmulkey/paraxial
Author-email: danieldmulkey <danieldmulkey@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: numpy
Requires-Dist: sympy
Description-Content-Type: text/markdown

# paraxial

[![PyPI - Version](https://img.shields.io/pypi/v/paraxial.svg)](https://pypi.org/project/paraxial)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/paraxial.svg)](https://pypi.org/project/paraxial)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install paraxial
```

## License

`paraxial` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
