{"id":37067791,"url":"https://github.com/cleder/pypicount","last_synced_at":"2026-01-14T07:58:09.050Z","repository":{"id":21974917,"uuid":"25299736","full_name":"cleder/pypicount","owner":"cleder","description":"Count downloads on pypi for multiple packages at a time","archived":true,"fork":false,"pushed_at":"2022-10-27T08:06:41.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-22T20:14:14.688Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cleder.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-16T11:48:19.000Z","updated_at":"2023-01-27T19:39:59.000Z","dependencies_parsed_at":"2022-08-20T16:10:51.544Z","dependency_job_id":null,"html_url":"https://github.com/cleder/pypicount","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cleder/pypicount","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleder%2Fpypicount","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleder%2Fpypicount/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleder%2Fpypicount/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleder%2Fpypicount/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cleder","download_url":"https://codeload.github.com/cleder/pypicount/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleder%2Fpypicount/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-14T07:58:08.583Z","updated_at":"2026-01-14T07:58:09.045Z","avatar_url":"https://github.com/cleder.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n============\n\nHave you wondered how many times certain packages were downloaded from pypi\nduring their lifetime? Or how well are your packages doing?\n\nYou can use vanity_ but then you have to get every package name you\nwant to check or you can use this package.\n\nCommand line usage\n-------------------\n\n::\n\n    $ python counter.py name=kotti\n    bobtemplates.kotti : 264 downloads last_month\n    Kotti : 6324 downloads last_month\n    kotti_accounts : 378 downloads last_month\n    kotti_analytics : 93 downloads last_month\n    kotti_blog : 373 downloads last_month\n    kotti_calendar : 403 downloads last_month\n    kotti_contactform : 575 downloads last_month\n    kotti_contentpreview : 139 downloads last_month\n    ...\n    $ python counter.py keywords=plone\n    Products.CMFDynamicViewFTI : 2613 downloads last_month\n    Products.PloneHotfix20131210 : 417 downloads last_month\n    ...\n\nValid keys for search are:\n\n- name\n\n- version\n\n- author\n\n- author_email\n\n- maintainer\n\n- maintainer_email\n\n- home_page\n\n- license\n\n- summary\n\n- description\n\n- keywords\n\n- platform\n\n- download_url\n\nInvalid keys are ignored.\n\nFor your convinience a csv file is created with the name `searchterm.csv`\nso the above searches will create `plone.csv` and `kotti.csv` file.\n\n::\n\n    $ head plone.csv\n    last month,last week,last day,all,num_releases,first_upload,name\n    18073,8187,2021,17191,45,2014-09-26T15:22:57,plonetheme.bootstrapModern\n    8840,1741,315,477798,101,2007-02-11T03:57:30,plone.app.layout\n    ...\n\n\n\nPython\n--------\n\n::\n\n    \u003e\u003e\u003e from pypicount import count_search, count_user, save_csv\n    \u003e\u003e\u003e count_user('christian.ledermann')\n    collective.geo.opensearch : 307 downloads last_month\n    collective.geo.flexitopic : 345 downloads last_month\n    ...\n    \u003e\u003e\u003e count_search(name='collective.geo')\n    collective.geo.behaviour : 286 downloads last_month\n    collective.geo.bundle : 491 downloads last_month\n    ...\n\n\n.. image:: https://api.travis-ci.org/cleder/pypicount.png\n    :target: https://travis-ci.org/cleder/pypicount\n\n.. image:: https://coveralls.io/repos/cleder/pypicount/badge.png?branch=master\n    :target: https://coveralls.io/r/cleder/pypicount?branch=master\n\n.. _vanity: https://pypi.python.org/pypi/vanity\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleder%2Fpypicount","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcleder%2Fpypicount","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleder%2Fpypicount/lists"}