Metadata-Version: 1.1
Name: pypiview
Version: 0.9.0
Summary: Utility to visualise the number 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
        #########
        
        **PYPIView** package provides a simple class to plot the number of downloads of a Pypi package (or several). The download counting is perfomed by 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:: example.png
        
        
        See the documentation for details.
        
        
Platform: Linux
Platform: Unix
Platform: MacOsX
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
