Metadata-Version: 2.1
Name: gtrace
Version: 0.2.1
Summary: 2D ray tracing package for Gaussian beams
Home-page: https://github.com/asoy01/gtrace
Author: Yoichi Aso
Author-email: yoichi.aso@nao.ac.jp
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.5.0)
Requires-Dist: scipy (>=0.1.0)
Requires-Dist: traits (>=4.0.0)

# gtrace - A Gaussian beam ray-tracing package in python.


## Installation

Just run the setup.py script as follows:


    python setup.py install


That's it !


## Usage

Please refer to the documents in docs/build directory.

