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-hypernode.com/pypi/vanity
============
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-hypernode.com/pypi/vanity
Project details
Release history Release notifications | RSS feed
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 details)
File details
Details for the file pypicount-0.0dev.tar.gz
.
File metadata
- Download URL: pypicount-0.0dev.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4763b11ccff7d7b9b13324ed8659879d94dec6f8bb5cff864648c1ea787cb65a |
|
MD5 | d5ac63d924104926ed13962140e59729 |
|
BLAKE2b-256 | 03cd2ea06c97650724464d1ed024679112e67bc088f3b515ec168d37f1cc186c |