https://github.com/macagua/streamlit_indico_dashboard
A Streamlit Custom Dashboard for Indico software
https://github.com/macagua/streamlit_indico_dashboard
dashboard events-manager indico streamlit streamlit-dashboard streamlit-webapp
Last synced: 2 months ago
JSON representation
A Streamlit Custom Dashboard for Indico software
- Host: GitHub
- URL: https://github.com/macagua/streamlit_indico_dashboard
- Owner: macagua
- License: agpl-3.0
- Created: 2023-03-03T01:20:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T05:09:58.000Z (about 3 years ago)
- Last Synced: 2025-07-06T16:42:32.774Z (12 months ago)
- Topics: dashboard, events-manager, indico, streamlit, streamlit-dashboard, streamlit-webapp
- Language: Python
- Homepage: https://eventos.scrumlatamcomunidad.com/
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==========================
streamlit_indico_dashboard
==========================
A Streamlit Custom Dashboard for Indico software.
Install
=======
Pre requirements dependencies:
::
sudo apt-get update
sudo apt-get install build-essential pkg-config python3-dev
virtualenv venv
source venv/bin/activate
pip install -U pip
pip install -r requirements/base.txt
Use it
======
For running the Web app, executing the following command:
::
streamlit run app.py
Tested it with
==============
- Debian GNU/Linux 10.
- Python 3.9.16.
- Ubuntu 20.04.6 LTS.
- Python 3.8.16.
Development
===========
Checkout the Development notes at `DEVELOP.rst `_.