Metadata-Version: 1.1
Name: ragavi
Version: 0.0.4
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
Description: ======
        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
        
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
