Utility to visualise the number of downloads of package(s) available on Pypi website
Project description
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 package. The plotting is performed with the Pandas package.
Installation
pip install pypiview
Usage
from pypiview import PYPIView p = PYPIView("requests") p.plot(logy=True)
Contributions
Please see http://github.com/cokelaer/pypiview
See the online documentation for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pypiview-1.0.0.tar.gz
(2.6 kB
view hashes)