Metadata-Version: 2.1
Name: vis-cpu
Version: 0.1.0
Summary: Fast visibility simulator with interface to CPU and GPU
Home-page: https://github.com/hera-team/vis_cpu
Author: HERA-Team
Author-email: steven.g.murray@asu.edu
License: mit
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: astropy
Provides-Extra: gpu
Requires-Dist: pycuda ; extra == 'gpu'
Requires-Dist: skcuda ; extra == 'gpu'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

=======
vis_cpu
=======


Fast visibility simulator with interface to CPU and GPU


Description
===========

A longer description of your project goes here...

Installation
============
Merely do ``pip install vis_cpu``. If you want to use the GPU functions, install
with ``pip install vis_cpu.[gpu]``.


