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: 3 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T05:09:58.000Z (about 2 years ago)
- Last Synced: 2025-01-09T10:49:29.141Z (4 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.txtUse 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 `_.