lungo-cli
Advanced tools
+2
-2
| Metadata-Version: 2.1 | ||
| Name: lungo-cli | ||
| Version: 0.5.9 | ||
| Version: 0.5.10 | ||
| Summary: A user-friendly home lab setup designed for small-to-mid-scale on-premises hosting. | ||
@@ -20,3 +20,3 @@ Home-page: https://github.com/raymond-u/lungo | ||
| Requires-Dist: requests (>=2.32.3,<3.0.0) | ||
| Requires-Dist: typer (>=0.12.3,<0.13.0) | ||
| Requires-Dist: typer (>=0.12.4,<0.13.0) | ||
| Project-URL: Documentation, https://raymond-u.github.io/lungo/ | ||
@@ -23,0 +23,0 @@ Project-URL: Repository, https://github.com/raymond-u/lungo |
+4
-4
@@ -6,3 +6,3 @@ [tool.black] | ||
| name = "lungo-cli" | ||
| version = "0.5.9" | ||
| version = "0.5.10" | ||
| description = "A user-friendly home lab setup designed for small-to-mid-scale on-premises hosting." | ||
@@ -26,3 +26,3 @@ authors = ["raymond-u <36328498+raymond-u@users.noreply.github.com>"] | ||
| requests = "^2.32.3" | ||
| typer = "^0.12.3" | ||
| typer = "^0.12.4" | ||
@@ -36,5 +36,5 @@ [tool.poetry.group.dev.dependencies] | ||
| [tool.poetry.group.docs.dependencies] | ||
| mike = "^2.1.2" | ||
| mike = "^2.1.3" | ||
| mkdocs-glightbox = "^0.4.0" | ||
| mkdocs-material = "^9.5.31" | ||
| mkdocs-material = "^9.5.32" | ||
| mkdocs-typer = "^0.0.3" | ||
@@ -41,0 +41,0 @@ |
| from pathlib import Path | ||
| from typing import Annotated, Final, Optional | ||
| from typing import Annotated, Final | ||
@@ -7,3 +7,3 @@ from typer import Option | ||
| ConfigDirType: Final = Annotated[ | ||
| Optional[Path], Option("--config-dir", "-c", help="Path to the configuration directory.", show_default=False) | ||
| Path | None, Option("--config-dir", "-c", help="Path to the configuration directory.", show_default=False) | ||
| ] | ||
@@ -10,0 +10,0 @@ DevType: Final = Annotated[bool, Option("--dev", help="Use the development configuration.", show_default=False)] |
@@ -1,2 +0,2 @@ | ||
| from typing import Annotated, Optional | ||
| from typing import Annotated | ||
@@ -13,3 +13,3 @@ from typer import Option | ||
| container_tool: Annotated[ | ||
| Optional[EContainer], Option("--container-tool", help="Container management tool to use.", show_default=False) | ||
| EContainer | None, Option("--container-tool", help="Container management tool to use.", show_default=False) | ||
| ] = None, | ||
@@ -16,0 +16,0 @@ config_dir: ConfigDirType = None, |
@@ -1,2 +0,2 @@ | ||
| from typing import Annotated, Optional | ||
| from typing import Annotated | ||
@@ -13,3 +13,3 @@ from rich.table import Table | ||
| args: Annotated[ | ||
| Optional[list[str]], | ||
| list[str] | None, | ||
| Argument( | ||
@@ -16,0 +16,0 @@ help="Names of the plugins to list.", |
@@ -1,2 +0,2 @@ | ||
| from typing import Annotated, Optional | ||
| from typing import Annotated | ||
@@ -15,3 +15,3 @@ from typer import Option | ||
| container_tool: Annotated[ | ||
| Optional[EContainer], Option("--container-tool", help="Container management tool to use.", show_default=False) | ||
| EContainer | None, Option("--container-tool", help="Container management tool to use.", show_default=False) | ||
| ] = None, | ||
@@ -18,0 +18,0 @@ render_only: Annotated[ |
@@ -15,3 +15,3 @@ from pathlib import Path | ||
| name="jupyterhub", | ||
| version="0.3.3", | ||
| version="0.3.4", | ||
| descriptive_name="JupyterHub", | ||
@@ -18,0 +18,0 @@ description="JupyterHub as a Lungo plugin.", |
@@ -1,1 +0,1 @@ | ||
| cheerio@1.0.0-rc.12 | ||
| cheerio@1.0.0 |
@@ -15,3 +15,3 @@ from pathlib import Path | ||
| name="rstudio", | ||
| version="0.3.2", | ||
| version="0.3.3", | ||
| descriptive_name="RStudio", | ||
@@ -18,0 +18,0 @@ description="RStudio as a Lungo plugin.", |
@@ -1,1 +0,1 @@ | ||
| cheerio@1.0.0-rc.12 | ||
| cheerio@1.0.0 |
@@ -19,11 +19,11 @@ { | ||
| "devDependencies": { | ||
| "@sveltejs/adapter-node": "^5.2.0", | ||
| "@sveltejs/enhanced-img": "^0.3.1", | ||
| "@sveltejs/kit": "^2.5.20", | ||
| "@sveltejs/adapter-node": "^5.2.2", | ||
| "@sveltejs/enhanced-img": "^0.3.3", | ||
| "@sveltejs/kit": "^2.5.24", | ||
| "@sveltejs/vite-plugin-svelte": "^3.1.1", | ||
| "@tailwindcss/typography": "^0.5.13", | ||
| "@tailwindcss/typography": "^0.5.14", | ||
| "@types/set-cookie-parser": "^2.4.10", | ||
| "autoprefixer": "^10.4.20", | ||
| "daisyui": "^4.12.10", | ||
| "eslint": "^9.8.0", | ||
| "eslint": "^9.9.0", | ||
| "eslint-config-prettier": "^9.1.0", | ||
@@ -34,13 +34,13 @@ "eslint-plugin-svelte": "^2.43.0", | ||
| "openapi-typescript": "^6.7.6", | ||
| "postcss": "^8.4.40", | ||
| "postcss": "^8.4.41", | ||
| "postcss-load-config": "^4.0.2", | ||
| "prettier": "^3.3.3", | ||
| "prettier-plugin-svelte": "^3.2.6", | ||
| "prettier-plugin-tailwindcss": "^0.6.5", | ||
| "prettier-plugin-tailwindcss": "^0.6.6", | ||
| "svelte": "^4.2.18", | ||
| "svelte-check": "^3.8.5", | ||
| "tailwindcss": "^3.4.7", | ||
| "tailwindcss": "^3.4.10", | ||
| "typescript": "^5.5.4", | ||
| "typescript-eslint": "^8.0.0", | ||
| "vite": "^5.3.5" | ||
| "typescript-eslint": "^8.2.0", | ||
| "vite": "^5.4.1" | ||
| }, | ||
@@ -52,3 +52,3 @@ "type": "module", | ||
| }, | ||
| "packageManager": "pnpm@9.6.0" | ||
| "packageManager": "pnpm@9.7.1" | ||
| } |
@@ -50,5 +50,5 @@ <script lang="ts"> | ||
| if (isSameHost(node.href, $page.url.host)) { | ||
| if (node.target === "_top") { | ||
| node.target = "_self" | ||
| } else if (node.target === "_top") { | ||
| } else if (isSameHost(node.href, $page.url.host) && node.target === "_blank") { | ||
| node.target = "_self" | ||
@@ -127,7 +127,7 @@ } | ||
| if (url) { | ||
| if (isSameHost(url, $page.url.host)) { | ||
| if (target === "_top") { | ||
| target = "_self" | ||
| } else if (isSameHost(url, $page.url.host) && target === "_blank" && !windowFeatures) { | ||
| url = getModifiedUrl(url) | ||
| target = "_self" | ||
| } else if (target === "_top") { | ||
| target = "_self" | ||
| } | ||
@@ -134,0 +134,0 @@ |
Sorry, the diff of this file is too big to display
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
1446324
0.01%