Metadata-Version: 2.1
Name: gtrace
Version: 0.2.2
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
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
License-File: LICENSE
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 !

You can also install it from PyPI by,

    pip install gtrace


## Usage

Please refer to the documents at https://gtrace.readthedocs.io/ .

You can also find more information in the Manuals directory.
