Skip to main content

Count download pypi packages

Project description

Introduction
============

Have you wondered how many times certain packages were downloaded from pypi
during their lifetime? Or how well are your packages doing?

You can use vanity_ but then you have to get every package name you
want to check or you can use this package.

Command line usage
-------------------

::

$ python counter.py name=kotti
bobtemplates.kotti : 264 downloads last_month
Kotti : 6324 downloads last_month
kotti_accounts : 378 downloads last_month
kotti_analytics : 93 downloads last_month
kotti_blog : 373 downloads last_month
kotti_calendar : 403 downloads last_month
kotti_contactform : 575 downloads last_month
kotti_contentpreview : 139 downloads last_month
...

Valid keys for search are:

- name

- version

- author

- author_email

- maintainer

- maintainer_email

- home_page

- license

- summary

- description

- keywords

- platform

- download_url

Invalid keys are ignored.

Python
--------

::

>>> from pypicount import count_search, count_user, save_csv
>>> count_user('christian.ledermann')
collective.geo.opensearch : 307 downloads last_month
collective.geo.flexitopic : 345 downloads last_month
...
>>> count_search(name='collective.geo')
collective.geo.behaviour : 286 downloads last_month
collective.geo.bundle : 491 downloads last_month
...


.. image:: https://api.travis-ci.org/cleder/pypicount.png
:target: https://travis-ci.org/cleder/pypicount

.. image:: https://coveralls.io/repos/cleder/pypicount/badge.png?branch=master
:target: https://coveralls.io/r/cleder/pypicount?branch=master

.. _vanity: https://pypi.python.org/pypi/vanity

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

pypicount-0.0dev.tar.gz (3.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page