Python Package Download Trends App

This app allows users to visualize the download trends of any Python package over time. By entering the name of a Python package, users can fetch and display the historical download data in an interactive line chart. The app uses data from PyPI Stats API and visualizes it using Altair charts in a Streamlit interface.

Please login to use this app.

How to use

Enter Package Name

Type the name of the Python package you want to analyze in the text input field.

Fetch Data

The app will fetch the historical download data for the specified package from the PyPI Stats API.

View Chart

An interactive line chart will be displayed, showing the download trends over time for the specified package.

FAQ