vault backup: 2025-01-10 08:01:26

This commit is contained in:
deng 2025-01-10 08:01:26 +08:00
parent 6f0e082413
commit 6f1a9d3321
4 changed files with 51 additions and 13 deletions

4
.obsidian/app.json vendored
View File

@ -1 +1,3 @@
{} {
"promptDelete": false
}

View File

@ -20,8 +20,23 @@
"icon": "lucide-file", "icon": "lucide-file",
"title": "{Note} Packaging Python Project" "title": "{Note} Packaging Python Project"
} }
},
{
"id": "23dfe70ddddd299f",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "組織/EverfortuneAI/{Note} Nox.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "{Note} Nox"
}
} }
] ],
"currentTab": 1
} }
], ],
"direction": "vertical" "direction": "vertical"
@ -73,8 +88,7 @@
"title": "書籤" "title": "書籤"
} }
} }
], ]
"currentTab": 1
} }
], ],
"direction": "horizontal", "direction": "horizontal",
@ -94,7 +108,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "組織/EverfortuneAI/{Note} Packaging Python Project.md", "file": "組織/EverfortuneAI/{Note} Nox.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -104,7 +118,7 @@
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-coming-in", "icon": "links-coming-in",
"title": "{Note} Packaging Python Project 的反向連結" "title": "{Note} Nox 的反向連結"
} }
}, },
{ {
@ -113,12 +127,12 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "組織/EverfortuneAI/{Note} Packaging Python Project.md", "file": "組織/EverfortuneAI/{Note} Nox.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-going-out", "icon": "links-going-out",
"title": "{Note} Packaging Python Project 的對外連結" "title": "{Note} Nox 的對外連結"
} }
}, },
{ {
@ -140,10 +154,10 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "組織/EverfortuneAI/{Note} Packaging Python Project.md" "file": "組織/EverfortuneAI/{Note} Nox.md"
}, },
"icon": "lucide-list", "icon": "lucide-list",
"title": "{Note} Packaging Python Project 的大綱" "title": "{Note} Nox 的大綱"
} }
}, },
{ {
@ -174,12 +188,15 @@
"obsidian-git:Open Git source control": false "obsidian-git:Open Git source control": false
} }
}, },
"active": "25b91dfb1bd3313c", "active": "23dfe70ddddd299f",
"lastOpenFiles": [ "lastOpenFiles": [
"README.md",
"組織/EverfortuneAI/{Note} Packaging Python Project.md", "組織/EverfortuneAI/{Note} Packaging Python Project.md",
"Test.md", "組織/EverfortuneAI/{Note} Nox.md",
"組織/EverfortuneAI/resources/should_setup_py_be_deleted.png", "組織/EverfortuneAI/resources/should_setup_py_be_deleted.png",
"組織/EverfortuneAI/resources/nox.png",
"組織/EverfortuneAI/resources/nox 1.png",
"README.md",
"Test.md",
"組織/EverfortuneAI/resources", "組織/EverfortuneAI/resources",
"組織/EverfortuneAI", "組織/EverfortuneAI",
"組織", "組織",

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 KiB

View File

@ -0,0 +1,19 @@
---
author: deng
date: "20250109"
category: Note
tags:
- Python
- Nox
- FlexibleTest
- Versioning
---
![cover](resources/nox.png)
[image resource](https://nox.thea.codes/en/stable/index.html)
- Abstract
- 在將Python專案打包時會遇到填寫依賴套件及其版本的問題開發者必須逐一測試Python版本與依賴套件版本之間甚至是跨平台不同組合的可運行性而Nox正是為了可以將此流程自動化而生
- Concept
- Steps
- Note