Metadata-Version: 1.1
Name: pypiview
Version: 0.9.2
Summary: Utility to visualise the number of downloads of a package available on Pypi website
Home-page: ['http://pythonhosted.org/pypiview/']
Author: Thomas Cokelaer
Author-email: cokelaer@gmail.com
License: GPL
Download-URL: ['http://pypi.python.org/pypi/pypiview']
Description: PYPIView
        #########
        
        .. image:: https://badge.fury.io/py/pypiview.svg
            :target: https://badge.fury.io/py/pypiview.svg
        
        .. image:: https://pypip.in/d/pypiview/badge.png
            :target: https://crate.io/packages/pypiview/
        
        .. image:: https://secure.travis-ci.org/cokelaer/pypiview.png
            :target: http://travis-ci.org/cokelaer/pypiview
        
        .. image:: https://coveralls.io/repos/cokelaer/pypiview/badge.png?branch=master 
            :target: https://coveralls.io/r/cokelaer/pypiview?branch=master 
        
        .. image:: https://landscape.io/github/cokelaer/pypiview/master/landscape.png
           :target: https://landscape.io/github/cokelaer/pypiview/master
        
        .. image:: https://badge.waffle.io/cokelaer/pypiview.png?label=ready&title=Ready 
           :target: https://waffle.io/cokelaer/pypiview
        
        
        
        
        
        **PYPIView** package provides a simple class to visualise the number of downloads of a Pypi package (or several packages). The information of downloads is retrieved via the `vanity <https://pypi.python.org/pypi/vanity/2.0.3>`_ package. The plotting is performed with the  `Pandas <http://pandas.pydata.org/>`_ package.
        
        Installation
        ==============
        
        ::
        
            pip install pypiview
        
        
        Usage
        ========
        
        ::
        
            from pypiview import PYPIView
            p = PYPIView("requests")
            p.plot(logy=True)
        
        
        
        .. image:: http://pythonhosted.org//pypiview/_images/index-1_00.png
            :target: http://pythonhosted.org//pypiview/_images/index-1_00.png
        
        
        
        See the `online <http://pythonhosted.org//pypiview/>`_ documentation for details.
        
        
Platform: Linux
Platform: Unix
Platform: MacOsX
Platform: Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
