Metadata-Version: 1.1
Name: scipyplot
Version: 0.0.2.dev0
Summary: A Python Toolbox for Creating Scientific Article Figures
Home-page: https://github.com/robertocalandra/scipyplot
Author: Roberto Calandra
Author-email: roberto.calandra@berkeley.edu
License: LICENSE.txt
Description: 
        
        SciPyPlot
        =========
        A Python Toolbox for Creating Scientific Article's Figures
        
        
        Master Branch
        -------------
        
        .. image:: https://travis-ci.org/robertocalandra/scipyplot.svg?branch=master
            :target: https://travis-ci.org/robertocalandra/scipyplot
        
        .. image:: https://coveralls.io/repos/github/robertocalandra/scipyplot/badge.svg?branch=master
            :target: https://coveralls.io/github/robertocalandra/scipyplot?branch=master
        
        .. image:: https://landscape.io/github/robertocalandra/scipyplot/master/landscape.svg?style=flat
            :target: https://landscape.io/github/robertocalandra/scipyplot/master
            :alt: Code Health
        
        .. image:: https://badge.fury.io/py/scipyplot.svg
            :target: https://badge.fury.io/py/scipyplot.svg
        
        ============
        Install
        ============
        To install the last stable build we recommend to use::
        
           pip install scipyplot
        
        Development Branch
        ------------------
        
        .. image:: https://travis-ci.org/robertocalandra/scipyplot.svg?branch=development
            :target: https://travis-ci.org/robertocalandra/scipyplot
        
        .. image:: https://coveralls.io/repos/github/robertocalandra/scipyplot/badge.svg?branch=development
            :target: https://coveralls.io/github/robertocalandra/scipyplot?branch=development
        
        .. image:: https://landscape.io/github/robertocalandra/scipyplot/development/landscape.svg?style=flat
            :target: https://landscape.io/github/robertocalandra/scipyplot/development
            :alt: Code Health
        
Keywords: visualization,science
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
