diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index 4be7969..0b083dd 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -1,3 +1,4 @@ { - "theme": "obsidian" + "theme": "obsidian", + "translucency": true } \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index f1cd2ef..9dc57bb 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -7,36 +7,41 @@ "id": "624e62386f373d9e", "type": "tabs", "children": [ - { - "id": "7c4cab38f4c5cbfe", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "組織/EverfortuneAI/{Note} Nox.md", - "mode": "source", - "source": false - }, - "icon": "lucide-file", - "title": "{Note} Nox" - } - }, { "id": "23dfe70ddddd299f", "type": "leaf", "state": { "type": "markdown", "state": { - "file": "組織/EverfortuneAI/{Note} Nox.md", + "file": "組織/EverfortuneAI/{Note} Poetry.md", + "mode": "source", + "source": true + }, + "icon": "lucide-file", + "title": "{Note} Poetry" + } + } + ] + }, + { + "id": "97c43f9093922695", + "type": "tabs", + "children": [ + { + "id": "af6b09cc3121e190", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "組織/EverfortuneAI/{Note} Poetry.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "{Note} Nox" + "title": "{Note} Poetry" } } - ], - "currentTab": 1 + ] } ], "direction": "vertical" @@ -108,7 +113,7 @@ "state": { "type": "backlink", "state": { - "file": "組織/EverfortuneAI/{Note} Nox.md", + "file": "組織/EverfortuneAI/{Note} Poetry.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -118,7 +123,7 @@ "unlinkedCollapsed": true }, "icon": "links-coming-in", - "title": "{Note} Nox 的反向連結" + "title": "{Note} Poetry 的反向連結" } }, { @@ -127,12 +132,12 @@ "state": { "type": "outgoing-link", "state": { - "file": "組織/EverfortuneAI/{Note} Nox.md", + "file": "組織/EverfortuneAI/{Note} Poetry.md", "linksCollapsed": false, "unlinkedCollapsed": true }, "icon": "links-going-out", - "title": "{Note} Nox 的對外連結" + "title": "{Note} Poetry 的對外連結" } }, { @@ -154,10 +159,10 @@ "state": { "type": "outline", "state": { - "file": "組織/EverfortuneAI/{Note} Nox.md" + "file": "組織/EverfortuneAI/{Note} Poetry.md" }, "icon": "lucide-list", - "title": "{Note} Nox 的大綱" + "title": "{Note} Poetry 的大綱" } }, { @@ -190,8 +195,10 @@ }, "active": "23dfe70ddddd299f", "lastOpenFiles": [ - "組織/EverfortuneAI/{Note} Packaging Python Project.md", "組織/EverfortuneAI/{Note} Nox.md", + "組織/EverfortuneAI/{Note} Poetry.md", + "組織/EverfortuneAI/{Note} Packaging Python Project.md", + "組織/EverfortuneAI/resources/poetry.png", "README.md", "組織/EverfortuneAI/resources/should_setup_py_be_deleted.png", "組織/EverfortuneAI/resources/nox.png", diff --git a/組織/EverfortuneAI/resources/poetry.png b/組織/EverfortuneAI/resources/poetry.png new file mode 100644 index 0000000..23b7bdc Binary files /dev/null and b/組織/EverfortuneAI/resources/poetry.png differ diff --git a/組織/EverfortuneAI/{Note} Poetry.md b/組織/EverfortuneAI/{Note} Poetry.md new file mode 100644 index 0000000..6ae8d8b --- /dev/null +++ b/組織/EverfortuneAI/{Note} Poetry.md @@ -0,0 +1,16 @@ +--- +author: deng +date: "20250116" +category: Note +tags: + - Python + - Poetry + - VEnv + - Note +--- + +![cover](resources/poetry.png) + +- Abstract + - 新時代的Python環境管理器,支援Python3.9+、多平台以及[pyproject.toml](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/) +- Note \ No newline at end of file