Metadata-Version: 1.1
Name: pypiview
Version: 0.9.1
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
        
        
        **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
