Pinak-Datta / PypiMeter

PypiMeter is a web application built using Streamlit that provides statistics and insights about Python packages from PyPI (Python Package Index). It fetches data from the PyPI Stats API and displays various statistics including recent downloads, overall downloads, system stats, and Python version stats for a given Python package.
https://pypimeter.streamlit.app/
MIT License
0 stars 1 forks source link

[FEATURE] Footer Enhancements #12

Open Pinak-Datta opened 3 months ago

Pinak-Datta commented 3 months ago

Description Some additional information can be added to the footer of the webpage, like Release Version, Open Issues, etc.

Probable Solution This can be achieved by embedding a markdown code for the badges we need in the streamlit app itself. We just need to take care of its dynamic nature, i.e., it should change when the values of the respective field (like Issue numbers, Release version) change.

adiltamboli12 commented 3 months ago

hey can you provide more information like screen-shot of UI elements of footer how you want. so it is easier to understand and build