Following to the [Documentation](https://hub.pages.pasteur.fr/shiny-k8s/), please adapt this folder to needs of your Python Shiny app.\
# Project
## Definition
This project is a satellite project containing example(s) on how to use components developped in [hub/shiny-k8s](https://gitlab.pasteur.fr/hub/shiny-k8s).
* The base example with R language is the branch [base-r](https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/tree/base-r?ref_type=heads)
* The base example with Python is the branch [base-python](https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/tree/base-python?ref_type=heads)
- The base example with R language is the branch [base-r](https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/tree/base-r?ref_type=heads)
- The base example with Python is the branch [base-python](https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/tree/base-python?ref_type=heads)
For more information, see [Documentation](https://hub.pages.pasteur.fr/shiny-k8s/).
# Developpers
## Project structure
The branch [base-common](https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/tree/base-common?ref_type=heads) contains material common to base-r and base-python.
This project use orphan branch concept [^1] to manage the different ressources using according to the usage.
# Scripts
```ini
shiny-k8s
├──main
├──base-common
│├──base-r
│└──base-python
├──advanced-scripts
└──doc-trigger
```
Scripts for different category of users can be found in branch [advanced-scripts](https://gitlab.pasteur.fr/hub/shiny-k8s-example/-/tree/advanced-scripts).