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.
Type the name of the Python package you want to analyze in the text input field.
The app will fetch the historical download data for the specified package from the PyPI Stats API.
An interactive line chart will be displayed, showing the download trends over time for the specified package.