# archive dir: archive index: archive/.pi-map.index.md ## role Archived/legacy entrypoint and packaging configuration for a Streamlit-based Jellyfin media library browser with SSH remote file inspection capabilities. ## files - app.py | Provides a minimal Streamlit entrypoint that adds the src directory to Python's path and delegates to the actual application in media_library_viewer.app. | dep: sys, pathlib, media_library_viewer.app - pyproject.toml | Defines Python package metadata, dependencies, and tool configurations for a Streamlit-based Jellyfin media library browser with SSH remote file inspection. | dep: hatchling, streamlit, streamlit-aggrid, requests, paramiko, python-dotenv, pandas, ruff, pytest - requirements.txt | Installs the current package in editable/development mode using pip | dep: pip, setuptools ## arch Thin bootstrap layer using path manipulation to delegate to a source module (src/), packaged with standard Python tooling (pyproject.toml) for dependency management and Streamlit deployment. ## tags streamlit, app, python, media, library, package, pyproject, pip ## symbols - ## workflows - change archive behavior read: app.py, pyproject.toml, requirements.txt - change archive config read: pyproject.toml - explore archive subdirectories index: archive/src/.pi-map.index.md, archive/tests/.pi-map.index.md ## dirty -