https://github.com/erdogant/pypiplot
Python package to count and plot the number of downloads from Pypi.
https://github.com/erdogant/pypiplot
plot pypi pypi-downloads python statistics
Last synced: about 1 year ago
JSON representation
Python package to count and plot the number of downloads from Pypi.
- Host: GitHub
- URL: https://github.com/erdogant/pypiplot
- Owner: erdogant
- License: other
- Created: 2020-09-06T18:04:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T23:46:04.000Z (over 3 years ago)
- Last Synced: 2025-05-31T07:57:53.520Z (about 1 year ago)
- Topics: plot, pypi, pypi-downloads, python, statistics
- Language: Python
- Homepage: https://erdogant.github.io/pypiplot
- Size: 5.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# pypiplot
[](https://img.shields.io/pypi/pyversions/pypiplot)
[](https://pypi.org/project/pypiplot/)
[](https://github.com/erdogant/pypiplot/blob/master/LICENSE)
[](https://www.buymeacoffee.com/erdogant)
[](https://github.com/erdogant/pypiplot/network)
[](https://github.com/erdogant/pypiplot/issues)
[](http://www.repostatus.org/#active)
[](https://pepy.tech/project/pypiplot/)
[](https://pepy.tech/project/pypiplot)
[](https://zenodo.org/badge/latestdoi/293334020)
[](https://erdogant.github.io/pypiplot/)
* pypiplot is Python package to count and plot the number of downloads from Pypi.
#
**⭐️ Star this repo if you like it ⭐️**
#
#### Install Pypiplot from PyPI
```bash
pip install Pypiplot
```
#### Import Pypiplot package
```python
from pypiplot import Pypiplot
```
#
### [Documentation pages](https://erdogant.github.io/Pypiplot/)
On the [documentation pages](https://erdogant.github.io/Pypiplot/) you can find detailed information about the working of the ``Pypiplot`` with many examples.
### Examples
#
* [Example: Analyze first digit-distribution](https://erdogant.github.io/pypiplot/pages/html/Examples.html#)
#
* [Example: Download Statistics](https://erdogant.github.io/pypiplot/pages/html/Examples.html#download-statistics)
#
* [Example: Top 10 performing repos](https://erdogant.github.io/pypiplot/pages/html/Examples.html#top-10-performing-repos)
#
* [Example: Interactive plot with all repos](https://erdogant.github.io/pypiplot/pages/html/Examples.html#interactive-plot-with-all-repos)
#
* [Example: Run from terminal](https://erdogant.github.io/pypiplot/pages/html/Examples.html#run-pypiplot-from-terminal)
#
* [Example: Calender plot](https://erdogant.github.io/pypiplot/pages/html/Examples.html#calender-plot)
#
* [Example: interactive-heatmap](https://erdogant.github.io/pypiplot/pages/html/Examples.html#interactive-heatmap)
#
* [Example: line-plot](https://erdogant.github.io/pypiplot/pages/html/Examples.html#line-plot)
### Support
This project needs some love! ❤️ You can help in various ways.
* Become a Sponsor!
* Star this repo at the github page.
* Other contributions can be in the form of feature requests, idea discussions, reporting bugs, opening pull requests.
* Read more why becoming an sponsor is important on the Sponsor Github Page.
Cheers Mate.