Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.png

Contributions
===============

Please see http://github.com/cokelaer/pypiview

See the `online `_ documentation for details.