LICENSE
MANIFEST.in
README.md
pyproject.toml
src/scitex_cloud/__init__.py
src/scitex_hub/__init__.py
src/scitex_hub/__main__.py
src/scitex_hub/_api.py
src/scitex_hub/_mcp_server.py
src/scitex_hub.egg-info/PKG-INFO
src/scitex_hub.egg-info/SOURCES.txt
src/scitex_hub.egg-info/dependency_links.txt
src/scitex_hub.egg-info/entry_points.txt
src/scitex_hub.egg-info/requires.txt
src/scitex_hub.egg-info/top_level.txt
src/scitex_hub/_cli/__init__.py
src/scitex_hub/_cli/_gitea_auth.py
src/scitex_hub/_cli/_gitea_collab.py
src/scitex_hub/_cli/_gitea_repo.py
src/scitex_hub/_cli/_gitea_utils.py
src/scitex_hub/_cli/_skills.py
src/scitex_hub/_cli/_sync_engine.py
src/scitex_hub/_cli/_workspace_auth.py
src/scitex_hub/_cli/_workspace_cmds.py
src/scitex_hub/_cli/app.py
src/scitex_hub/_cli/completion.py
src/scitex_hub/_cli/context.py
src/scitex_hub/_cli/deploy.py
src/scitex_hub/_cli/docker.py
src/scitex_hub/_cli/gitea.py
src/scitex_hub/_cli/main.py
src/scitex_hub/_cli/mcp.py
src/scitex_hub/_cli/project.py
src/scitex_hub/_cli/sdk.py
src/scitex_hub/_cli/setup.py
src/scitex_hub/_cli/ssh.py
src/scitex_hub/_cli/status.py
src/scitex_hub/_cli/sync.py
src/scitex_hub/_cli/workspace.py
src/scitex_hub/_config/__init__.py
src/scitex_hub/_config/_environments.py
src/scitex_hub/_config/_loader.py
src/scitex_hub/_mcp_tools/__init__.py
src/scitex_hub/_mcp_tools/api.py
src/scitex_hub/_mcp_tools/app.py
src/scitex_hub/_mcp_tools/gitea.py
src/scitex_hub/_mcp_tools/onsite.py
src/scitex_hub/_mcp_tools/project_crud.py
src/scitex_hub/_mcp_tools/sdk.py
src/scitex_hub/_skills/scitex-hub/01_installation.md
src/scitex_hub/_skills/scitex-hub/02_quick-start.md
src/scitex_hub/_skills/scitex-hub/03_python-api.md
src/scitex_hub/_skills/scitex-hub/04_cli-reference.md
src/scitex_hub/_skills/scitex-hub/05_mcp-tools.md
src/scitex_hub/_skills/scitex-hub/06_python-api.md
src/scitex_hub/_skills/scitex-hub/07_sdk.md
src/scitex_hub/_skills/scitex-hub/08_project-management.md
src/scitex_hub/_skills/scitex-hub/09_app-management.md
src/scitex_hub/_skills/scitex-hub/10_sync-architecture.md
src/scitex_hub/_skills/scitex-hub/11_deployment-staging.md
src/scitex_hub/_skills/scitex-hub/12_deployment-production.md
src/scitex_hub/_skills/scitex-hub/13_scitex-deploy-staging.md
src/scitex_hub/_skills/scitex-hub/14_scitex-deploy-prod.md
src/scitex_hub/_skills/scitex-hub/15_version-management.md
src/scitex_hub/_skills/scitex-hub/16_scitex-versions.md
src/scitex_hub/_skills/scitex-hub/17_scitex-versions-workflow.md
src/scitex_hub/_skills/scitex-hub/18_scitex-versions-release.md
src/scitex_hub/_skills/scitex-hub/19_gitea-cli.md
src/scitex_hub/_skills/scitex-hub/20_env-vars.md
src/scitex_hub/_skills/scitex-hub/21_refactoring-rules.md
src/scitex_hub/_skills/scitex-hub/22_hub-refactor.md
src/scitex_hub/_skills/scitex-hub/23_mobile-testing.md
src/scitex_hub/_skills/scitex-hub/24_django-conventions.md
src/scitex_hub/_skills/scitex-hub/30_infrastructure.md
src/scitex_hub/_skills/scitex-hub/31_development-environment.md
src/scitex_hub/_skills/scitex-hub/32_vite-frontend.md
src/scitex_hub/_skills/scitex-hub/SKILL.md
src/scitex_hub/_skills/scitex-hub-cloud/01_availability.md
src/scitex_hub/_skills/scitex-hub-cloud/02_health-and-version.md
src/scitex_hub/_skills/scitex-hub-cloud/03_context.md
src/scitex_hub/_skills/scitex-hub-cloud/04_browser-control.md
src/scitex_hub/_skills/scitex-hub-cloud/05_matplotlib-hook.md
src/scitex_hub/_skills/scitex-hub-cloud/SKILL.md
src/scitex_hub/_skills/scitex-hub-module/01_module-decorator.md
src/scitex_hub/_skills/scitex-hub-module/SKILL.md
src/scitex_hub/_skills/scitex-hub-project/01_mcp-file-ops.md
src/scitex_hub/_skills/scitex-hub-project/SKILL.md
src/scitex_hub/_utils/__init__.py
src/scitex_hub/_utils/_docker.py
src/scitex_hub/_utils/_project_nav.py
src/scitex_hub/appmaker/__init__.py
src/scitex_hub/appmaker/_api.py
src/scitex_hub/appmaker/_components.py
src/scitex_hub/appmaker/_deps.py
src/scitex_hub/appmaker/_launcher.py
src/scitex_hub/appmaker/_license.py
src/scitex_hub/appmaker/_prefs.py
src/scitex_hub/appmaker/_publish.py
src/scitex_hub/appmaker/_scaffold.py
src/scitex_hub/appmaker/_scaffold_agent_context.py
src/scitex_hub/appmaker/_scaffold_docs.py
src/scitex_hub/appmaker/_scaffold_html.py
src/scitex_hub/appmaker/_scaffold_react.py
src/scitex_hub/appmaker/_ui.py
src/scitex_hub/appmaker/_validate.py
src/scitex_hub/module/__init__.py
src/scitex_hub/module/_decorator.py
src/scitex_hub/module/_manifest.py
src/scitex_hub/module/_output.py
src/scitex_hub/module/_renderer.py
src/scitex_hub/module/_runner.py
src/scitex_hub/project/__init__.py
src/scitex_hub/project/_mcp/__init__.py
src/scitex_hub/project/_mcp/handlers.py
src/scitex_hub/sdk/__init__.py