Metadata-Version: 2.0
Name: ragavi
Version: 0.0.3
Summary: Radio Astronomy Gain and Visibility Inspector
Home-page: https://github.com/ratt-ru/ragavi
Author: Lexy Andati
Author-email: andatilexy@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Dist: Jinja2 (==2.10)
Requires-Dist: MarkupSafe (==1.0)
Requires-Dist: PyYAML (==3.13)
Requires-Dist: backports-abc (==0.5)
Requires-Dist: backports.functools-lru-cache (==1.5)
Requires-Dist: backports.shutil-get-terminal-size (==1.0.0)
Requires-Dist: bokeh (==0.12.16)
Requires-Dist: cycler (==0.10.0)
Requires-Dist: futures (==3.2.0)
Requires-Dist: ipykernel (==4.8.2)
Requires-Dist: ipython (==5.8.0)
Requires-Dist: ipython-genutils (==0.2.0)
Requires-Dist: kiwisolver (==1.0.1)
Requires-Dist: matplotlib (==2.2.3)
Requires-Dist: nodeenv (==1.3.2)
Requires-Dist: notebook (==5.5.0)
Requires-Dist: numpy (==1.15.1)
Requires-Dist: optional-django (==0.1.0)
Requires-Dist: packaging (==17.1)
Requires-Dist: pyparsing (==2.2.0)
Requires-Dist: python-dateutil (==2.7.3)
Requires-Dist: pytz (==2018.5)
Requires-Dist: six (==1.11.0)
Requires-Dist: subprocess32 (==3.5.2)
Requires-Dist: tornado (==5.1)
Requires-Dist: traitlets (==4.3.1)

======
ragavi
======

|Pypi Version|
|Build Version|
|Python Versions|

Radio Astronomy Gain and Visibility Inspector


============
Introduction
============

This library mainly requires
    1. Bokeh
    2. Nodejs>=8
    3. casacore-dev

**- Install build dependencies:**

.. code-block:: bash

    $ apt-get install casacore-dev
    $ curl -sL https://deb.nodesource.com/setup_8.x | bash -
    $ apt-get install -y nodejs

All python requirements are found in requirements.txt

or

To install nodejs in the virtual environment, use: nodeenv, a nodejs virtual environment.
More info can be found here_

Create nodejs virtual environment with:

.. code-block:: bash

    $ nodeenv envName

and

.. code-block:: bash

    $ . envName/bin/activate

to switch to environment. 

============
Installation
============

Installation from source_,
working directory where source is checked out

.. code-block:: bash

    $ pip install .

This package will soon be available on *PYPI*, allowing

.. code-block:: bash

     $ pip install ragavi

=======
License
=======

This project is licensed under the MIT License - see license_ for details.

===========
Contribute
===========

Contributions are always welcome! Please ensure that you adhere to our coding standards pep8_.

.. |Pypi Version| image:: https://img.shields.io/pypi/v/ragavi.svg
                  :target: https://pypi.python.org/pypi/ragavi
                  :alt:
.. |Build Version| image:: https://api.travis-ci.com/ratt-ru/ragavi.svg?token=D5EL86dsmbhnuc9sNiRM&branch=master
                  :target: https://travis-ci.com/ratt-ru/ragavi
                  :alt:

.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/ragavi.svg
                     :target: https://pypi.python.org/pypi/ragavi/
                     :alt:

.. _here: https://pypi.org/project/nodeenv
.. _source: https://github.com/ratt-ru/ragavi
.. _pep8: https://www.python.org/dev/peps/pep-0008
.. _license: https://github.com/ratt-ru/ragavi/blob/master/LICENSE


