An HTML dashboard to monitor your pypi projects.
Project description
Unfortunately, due to a pypi bug, download statistics got from the json API are bogus. So some of the data displayed by this program (download badges, and line charts) are bogus too… This will be fixed when the pypi bug itself will be fixed. See for instance #699 and #787.
An HTML dashboard to monitor your PyPI packages. It displays a line charts showing the evolution of downloads across versions, and a set of badges (download statistics, readthedocs badge, continuous integration, etc.). See the example below.
It is available as a command line interface that generates the HTML code, and as a web server, to generate and serve this dashboard.
What’s new?
See changelog.
What’s next?
This package replaces a static page that I manually updated from times to times. It does what I need, so there is little chance that I will develop it further. However, I see two directions this project could take:
break everything, remove every single line of python code, and rewrite everything in javascript, so that this can be served as a static page (from the server point of view) that can be published using gitlab pages or github pages, readthedocs, etc., and conquer the world;
or replace this quick and dirty web server using your favorite web framework, cache requests to the pypi API, publish it somewhere, and conquer the world.
I will do neither. But if you want to, you have my blessing… :)
Download and install
From sources:
Download: https://pypi.python.org/pypi/pypimonitor
Install (in a virtualenv, if you do not want to mess with your distribution installation system):
python3 setup.py install
From pip:
pip install pypimonitor
Quick and dirty Debian (and Ubuntu?) package
This requires stdeb to be installed:
python3 setup.py --command-packages=stdeb.command bdist_deb sudo dpkg -i deb_dist/pypimonitor-<VERSION>_all.deb
Documentation
The compiled documentation is available on readthedocs
To compile it from source, download and run:
cd doc && make html
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
Built Distribution
File details
Details for the file pypimonitor-0.5.0.tar.gz
.
File metadata
- Download URL: pypimonitor-0.5.0.tar.gz
- Upload date:
- Size: 22.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 181f24f1e0176aaebe458a0cbe955ecb33e670db0560a50908d3f3cdb7dc4e12 |
|
MD5 | 73e16e7218a28d6e2892737667785acf |
|
BLAKE2b-256 | cbe41436d5780c110ff9ccba1a322926ee7f803745ac1ff3b4cebcf737d278ec |
File details
Details for the file pypimonitor-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: pypimonitor-0.5.0-py3-none-any.whl
- Upload date:
- Size: 26.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60c4a80e41fa6b71b2228475aefe89fa849ae0aebca6a7bbe3976204716149ff |
|
MD5 | 6d9e9786614b604b408e6c7faab4b056 |
|
BLAKE2b-256 | a91f54a9ebce24d8831f089ff76297ca4a72bb4a12aa5f989d41cb7c0e8f657d |