Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cokelaer/pypiview
Utility to visualise the number of downloads of a package available on Pypi website
https://github.com/cokelaer/pypiview
Last synced: 15 days ago
JSON representation
Utility to visualise the number of downloads of a package available on Pypi website
- Host: GitHub
- URL: https://github.com/cokelaer/pypiview
- Owner: cokelaer
- Created: 2014-08-15T23:05:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-04T12:51:49.000Z (almost 9 years ago)
- Last Synced: 2024-12-01T10:12:30.385Z (about 1 month ago)
- Language: Python
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
PYPIView
#########.. image:: https://badge.fury.io/py/pypiview.svg
:target: https://pypi.python.org/pypi/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**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).. image:: http://pythonhosted.org//pypiview/_images/index-1.png
:target: http://pythonhosted.org//pypiview/_images/index-1.pngContributions
===============Please see http://github.com/cokelaer/pypiview
See the `online `_ documentation for details.