Metadata-Version: 2.1
Name: vis-cpu
Version: 0.1.2
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
Provides-Extra: test
Provides-Extra: gpu
Provides-Extra: docs
License-File: LICENSE.txt
License-File: AUTHORS.rst

=======
vis_cpu
=======
.. image:: https://github.com/hera-team/vis_cpu/workflows/Tests/badge.svg
    :target: https://github.com/hera-team/vis_cpu
.. image:: https://badge.fury.io/py/vis_cpu.svg
    :target: https://badge.fury.io/py/vis_cpu
.. image:: https://codecov.io/gh/hera-team/vis_cpu/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/hera-team/vis_cpu
.. image:: https://img.shields.io/pypi/pyversions/vis_cpu.svg
    :target: https://pypi.org/project/vis_cpu/
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black


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]``.

Read the Docs
=============
https://vis-cpu.readthedocs.io/en/latest/


