Metadata-Version: 2.1
Name: pypi-stats-timeline
Version: 1.0.0
Summary: Fetch, maintain and query a timeline of downloads from Python's PyPI Package indexes used by pip
Home-page: https://github.com/talwrii/pypi-stats-timeline
Author: @readwithai
Author-email: talwrii@gmail.com
License: MIT
Keywords: python,cli,PyPI,timeline
Description-Content-Type: text/markdown

# pypi-stats-timeline
Fetch and maintain timelines of downloads from pypi. Query your data offline.

This uses the [pypi stats api](https://pypistats.org/api/). There is a library called [pypistats](https://github.com/hugovk/pypistats) provided by PyPI stats which queries this API but does not provide timeline data. Perhaps if this project is broadly used the author of that package will merge these features.




# Some related tools
If you like this tool you might be interested in the following similar tools:

* [gh-views](https://github.com/talwrii/gh-views) fetches, maintains and queries the number of views and downloads for a github repo
* [gh-star-timeline](https://github.com/talwrii/gh-star-timeline) fetches, maintains and queries the number of stars for a github repo
* [obsidian-plugin-stats](https://github.com/talwrii/obsidian-plugin-stats) fetches, maintains and queries the number of downloads for a plugin from Obsidian.
