Initial commit: Shelly Manager with Textual CLI, Streamlit UI, and comprehensive .gitignore

Shelly device management app with mDNS/subnet discovery, inventory,
configuration, and mass operations for Gen1/Gen2+ devices.

Includes .gitignore excluding runtime data (device DB, user config),
AI conversation history, build artifacts, and common Python/OS patterns.
This commit is contained in:
2026-03-23 21:51:59 +01:00
commit 71803418e5
152 changed files with 23405 additions and 0 deletions
@@ -0,0 +1,12 @@
# DO NOT EDIT — managed by manage.py, edit _templates/pyproject.toml.tmpl instead
[project]
name = "theme-{{slug}}"
version = "1.0.0"
description = "{{title}} theme for Streamlit"
requires-python = ">=3.11"
dependencies = [
"numpy>=1.26.0",
"pandas>=2.2.3",
"snowflake-connector-python>=3.3.0",
"streamlit[snowflake]>=1.54.0",
]