{"id":17464997,"url":"https://github.com/erdogant/pypiplot","last_synced_at":"2025-06-23T09:35:12.879Z","repository":{"id":62582573,"uuid":"293334020","full_name":"erdogant/pypiplot","owner":"erdogant","description":"Python package to count and plot the number of downloads from Pypi.","archived":false,"fork":false,"pushed_at":"2023-02-21T23:46:04.000Z","size":5557,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-31T07:57:53.520Z","etag":null,"topics":["plot","pypi","pypi-downloads","python","statistics"],"latest_commit_sha":null,"homepage":"https://erdogant.github.io/pypiplot","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erdogant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["erdogant"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2020-09-06T18:04:26.000Z","updated_at":"2022-03-14T08:01:38.000Z","dependencies_parsed_at":"2024-12-07T12:41:34.993Z","dependency_job_id":"2d1984f6-356a-41d2-9dac-4b6552102242","html_url":"https://github.com/erdogant/pypiplot","commit_stats":{"total_commits":76,"total_committers":2,"mean_commits":38.0,"dds":0.1842105263157895,"last_synced_commit":"2016cca3d0b4022cda1806c2c4b8c4eb2d31ee19"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/erdogant/pypiplot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdogant%2Fpypiplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdogant%2Fpypiplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdogant%2Fpypiplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdogant%2Fpypiplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erdogant","download_url":"https://codeload.github.com/erdogant/pypiplot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erdogant%2Fpypiplot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261453274,"owners_count":23160478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["plot","pypi","pypi-downloads","python","statistics"],"created_at":"2024-10-18T11:08:17.295Z","updated_at":"2025-06-23T09:35:07.868Z","avatar_url":"https://github.com/erdogant.png","language":"Python","funding_links":["https://github.com/sponsors/erdogant","https://www.buymeacoffee.com/erdogant"],"categories":[],"sub_categories":[],"readme":"# pypiplot\n\n[![Python](https://img.shields.io/pypi/pyversions/pypiplot)](https://img.shields.io/pypi/pyversions/pypiplot)\n[![PyPI Version](https://img.shields.io/pypi/v/pypiplot)](https://pypi.org/project/pypiplot/)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/erdogant/pypiplot/blob/master/LICENSE)\n[![BuyMeCoffee](https://img.shields.io/badge/buymea-coffee-yellow.svg)](https://www.buymeacoffee.com/erdogant)\n[![Github Forks](https://img.shields.io/github/forks/erdogant/pypiplot.svg)](https://github.com/erdogant/pypiplot/network)\n[![GitHub Open Issues](https://img.shields.io/github/issues/erdogant/pypiplot.svg)](https://github.com/erdogant/pypiplot/issues)\n[![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)\n[![Downloads](https://pepy.tech/badge/pypiplot/month)](https://pepy.tech/project/pypiplot/)\n[![Downloads](https://pepy.tech/badge/pypiplot)](https://pepy.tech/project/pypiplot)\n[![DOI](https://zenodo.org/badge/293334020.svg)](https://zenodo.org/badge/latestdoi/293334020)\n[![Sphinx](https://img.shields.io/badge/Sphinx-Docs-Green)](https://erdogant.github.io/pypiplot/)\n\u003c!---[![Coffee](https://img.shields.io/badge/coffee-black-grey.svg)](https://erdogant.github.io/donate/?currency=USD\u0026amount=5)--\u003e\n\n* pypiplot is Python package to count and plot the number of downloads from Pypi.\n\n# \n**⭐️ Star this repo if you like it ⭐️**\n#\n\n#### Install Pypiplot from PyPI\n\n```bash\npip install Pypiplot\n```\n\n#### Import Pypiplot package\n\n```python\nfrom pypiplot import Pypiplot\n```\n# \n\n\n### [Documentation pages](https://erdogant.github.io/Pypiplot/)\n\nOn the [documentation pages](https://erdogant.github.io/Pypiplot/) you can find detailed information about the working of the ``Pypiplot`` with many examples. \n\n\u003chr\u003e \n\n### Examples\n\n# \n* [Example: Analyze first digit-distribution](https://erdogant.github.io/pypiplot/pages/html/Examples.html#)\n# \n* [Example: Download Statistics](https://erdogant.github.io/pypiplot/pages/html/Examples.html#download-statistics)\n# \n* [Example: Top 10 performing repos](https://erdogant.github.io/pypiplot/pages/html/Examples.html#top-10-performing-repos)\n# \n* [Example: Interactive plot with all repos](https://erdogant.github.io/pypiplot/pages/html/Examples.html#interactive-plot-with-all-repos)\n# \n* [Example: Run from terminal](https://erdogant.github.io/pypiplot/pages/html/Examples.html#run-pypiplot-from-terminal)\n# \n* [Example: Calender plot](https://erdogant.github.io/pypiplot/pages/html/Examples.html#calender-plot)\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://erdogant.github.io/pypiplot/pages/html/Examples.html#calender-plot\"\u003e\n  \u003cimg src=\"https://github.com/erdogant/pypiplot/blob/master/docs/figs/calender.png\" width=\"600\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# \n* [Example: interactive-heatmap](https://erdogant.github.io/pypiplot/pages/html/Examples.html#interactive-heatmap)\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://erdogant.github.io/pypiplot/pages/html/Examples.html#interactive-heatmap\"\u003e\n  \u003cimg src=\"https://github.com/erdogant/pypiplot/blob/master/docs/figs/plot_default.png\" width=\"600\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# \n* [Example: line-plot](https://erdogant.github.io/pypiplot/pages/html/Examples.html#line-plot)\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://erdogant.github.io/pypiplot/pages/html/Examples.html#line-plot\"\u003e\n  \u003cimg src=\"https://github.com/erdogant/pypiplot/blob/master/docs/figs/lineplot.png\" width=\"600\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003chr\u003e\n\n### Support\n\n\tThis project needs some love! ❤️ You can help in various ways.\n\n\t* Become a Sponsor!\n\t* Star this repo at the github page.\n\t* Other contributions can be in the form of feature requests, idea discussions, reporting bugs, opening pull requests.\n\t* Read more why becoming an sponsor is important on the Sponsor Github Page.\n\t\n\tCheers Mate.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferdogant%2Fpypiplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferdogant%2Fpypiplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferdogant%2Fpypiplot/lists"}