Metadata-Version: 1.1
Name: drasticali
Version: 0.0.9
Summary: Diverse Radio Astronomy Software Tools for Imaging and Calibration
Home-page: https://github.com/Athanaseus/drasticali
Author: Athanaseus Ramaila
Author-email: aramaila@ska.ac.za
License: GNU GPL 3
Description: ==========
        drasticali
        ==========
        
        |Pypi Version|
        |Build Version|
        |Python Versions|
        |Project License|
        
        Diverse Radio Astronomy Software Tools for Imaging and Calibration
        
        Main website: https://github.com/Athanaseus/drasticali/wiki
        
        ==============
        Introduction
        ==============
        
        Radio astronomy reduction tools for the next generation radio telescope.
        
        ==============
        Installation
        ==============
        
        Installation from source_,
        working directory where source is checked out
        
        .. code-block:: bash
          
            $ pip install .
        
        This package is available on *PYPI*, allowing
        
        .. code-block:: bash
          
            $ pip install drasticali
        
        =======
        License
        =======
        
        This project is licensed under the GNU General Public License v3.0 - 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/drasticali.svg
                          :target: https://pypi.python.org/pypi/drasticali
                          :alt:
        .. |Build Version| image:: https://travis-ci.org/Athanaseus/drasticali.svg?branch=master
                          :target: https://travis-ci.org/Athanaseus/drasticali
                          :alt:
        
        .. |Python Versions| image:: https://img.shields.io/pypi/pyversions/drasticali.svg
                             :target: https://pypi.python.org/pypi/drasticali/
                             :alt:
        
        .. |Project License| image:: https://img.shields.io/badge/license-GPL-blue.svg
                             :target: https://github.com/Athanaseus/drasticali/blob/master/LICENSE
                             :alt:
        
        .. _source: https://github.com/Athanaseus/Drastic
        .. _license: https://github.com/Athanaseus/Drastic/blob/master/LICENSE
        .. _pep8: https://www.python.org/dev/peps/pep-0008
        
Platform: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
