Metadata-Version: 1.1
Name: vturra
Version: v1.1
Summary: Downloads results from VTU website and analyzes the result
Home-page: UNKNOWN
Author: Muhammed Thaha
Author-email: mthaha1989@gmail.com
License: MIT Software License
Download-URL: https://github.com/stormvirux/vturra
Description: vturra-cli
        ==========
        
        |Build Status|
        
        Command line Interface for vturra that retrieves result from vtu and
        analyzes it.
        
        Pre-Requesities
        ---------------
        
        The following packages should be installed using the operating system
        packet manager for ``linux``. These packages are required for compiling
        and building ``numpy`` and ``scipy``.
        
        -  ``libatlas-base-dev``
        -  ``liblapack-dev``
        -  ``gfortran``
        
        For Windows ``libatlas-base-dev`` and ``liblapack-dev`` are available at
        `ATLAS <http://math-atlas.sourceforge.net/>`__ and
        `LAPACK <http://www.netlib.org/lapack/>`__ websites.You can follow this
        `guide <http://icl.cs.utk.edu/lapack-for-windows/lapack/#running>`__.
        
        ``numpy``,\ ``scipy`` and ``pandas`` take quite time to build and
        install. So instaed of installing the above pre-requesites installing
        the packages ``python-scipy``,\ ``python-numpy`` directly using the
        operating system packet manager would reduce the compile,build time and
        it will satisfy the above dependencies.
        
        Installation
        ------------
        
        Run ``python setup.py install`` from the package directory ``vturra``
        
        Execution
        ---------
        
        ``vturra [year] [stream]``
        
        For example
        -----------
        
        ``vturra 11 cs`` would retrieve the results of ``computer science``
        stream of year ``2011``
        
        .. |Build Status| image:: https://travis-ci.org/stormvirux/vturra-cli.svg?branch=master
           :target: https://travis-ci.org/stormvirux/vturra-cli
        
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Information Analysis
