{"id":31890122,"url":"https://github.com/multiomics-analytics-group/streamlit_demo","last_synced_at":"2025-10-13T07:19:38.506Z","repository":{"id":317342368,"uuid":"1066365145","full_name":"Multiomics-Analytics-Group/streamlit_demo","owner":"Multiomics-Analytics-Group","description":"Streamlit demo for the MONA group meeting on the 2nd of November 2025","archived":false,"fork":false,"pushed_at":"2025-09-30T10:23:00.000Z","size":2759,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-30T10:28:08.834Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://multiomics-analytics-group.github.io/streamlit_demo/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Multiomics-Analytics-Group.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"Contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-29T11:39:51.000Z","updated_at":"2025-09-30T10:21:09.000Z","dependencies_parsed_at":"2025-09-30T10:28:11.621Z","dependency_job_id":null,"html_url":"https://github.com/Multiomics-Analytics-Group/streamlit_demo","commit_stats":null,"previous_names":["multiomics-analytics-group/streamlit_demo"],"tags_count":null,"template":false,"template_full_name":"biosustain/python_package","purl":"pkg:github/Multiomics-Analytics-Group/streamlit_demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Multiomics-Analytics-Group%2Fstreamlit_demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Multiomics-Analytics-Group%2Fstreamlit_demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Multiomics-Analytics-Group%2Fstreamlit_demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Multiomics-Analytics-Group%2Fstreamlit_demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Multiomics-Analytics-Group","download_url":"https://codeload.github.com/Multiomics-Analytics-Group/streamlit_demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Multiomics-Analytics-Group%2Fstreamlit_demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014109,"owners_count":26085463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-13T07:19:37.401Z","updated_at":"2025-10-13T07:19:38.499Z","avatar_url":"https://github.com/Multiomics-Analytics-Group.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Streamlit demo\n\nInstall the app and further dependencies with:\n\n```bash\npip install -r requirements.txt # also used for deployment on Streamlit Cloud\nstreamlit run streamlit_app.py\n```\n\n## Example Python package (from template)\n\nAll design principles are explained in the [developing.md](developing.md) file.\nThe Python package template was created by Jakob Nybo Nissen and Henry Webel.\n\n## How to use\n\nCan be used as GitHub template repository,\nsee [GitHub documentation](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).\n\nYou will need to find and replace occurences of\n\n- `python_package` -\u003e `your_package_name`\n  - also the folder `src/python_package`\n- `RasmussenLab` -\u003e `GitHub_user_name` (or `organization`)\n  with the name of your package and GitHub user name (or organization).\n\n- look for `First Last` to see where to replace with your name\n- choose a license, see [GitHub documentation](https://docs.github.com/en/repositories/creating-and-managing-repositories/licensing-a-repository)\n  and [Creative Commons](https://creativecommons.org/chooser/).\n  Replace [`LICENSE`](LICENSE) file with the license you choose.\n- Update the `CITATION.cff` file with your information.\n\n## Development environment\n\nInstall package so that new code is picked up in a restared python interpreter:\n\n```\npip install -e \".[dev]\"\n```\n\n## Basic usage\n\n\u003e works using this template\n\n```python\nfrom python_package import hello_world\nprint (python_package.__version__)\nprint(hello_world(4))\n```\n\n## Readthedocs\n\nThe documentation can be build using readthedocs automatically. See\n[project on Readthedocs](https://readthedocs.org/projects/rasmussenlab-python-package/)\nfor the project based on this template. A new project needs\nto [be registered on ReadTheDocs](https://docs.readthedocs.com/platform/stable/intro/add-project.html).\n\n- make sure to enable build from PRs in the settings (advanded settings)\n- checkout configuration file: [`.readthedocs.yaml`](.readthedocs.yaml)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultiomics-analytics-group%2Fstreamlit_demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmultiomics-analytics-group%2Fstreamlit_demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultiomics-analytics-group%2Fstreamlit_demo/lists"}