vault backup: 2025-01-10 08:01:26
This commit is contained in:
parent
6f0e082413
commit
6f1a9d3321
|
@ -1 +1,3 @@
|
|||
{}
|
||||
{
|
||||
"promptDelete": false
|
||||
}
|
|
@ -20,8 +20,23 @@
|
|||
"icon": "lucide-file",
|
||||
"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"
|
||||
|
@ -73,8 +88,7 @@
|
|||
"title": "書籤"
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 1
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
|
@ -94,7 +108,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "組織/EverfortuneAI/{Note} Packaging Python Project.md",
|
||||
"file": "組織/EverfortuneAI/{Note} Nox.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -104,7 +118,7 @@
|
|||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-coming-in",
|
||||
"title": "{Note} Packaging Python Project 的反向連結"
|
||||
"title": "{Note} Nox 的反向連結"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -113,12 +127,12 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "組織/EverfortuneAI/{Note} Packaging Python Project.md",
|
||||
"file": "組織/EverfortuneAI/{Note} Nox.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-going-out",
|
||||
"title": "{Note} Packaging Python Project 的對外連結"
|
||||
"title": "{Note} Nox 的對外連結"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -140,10 +154,10 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "組織/EverfortuneAI/{Note} Packaging Python Project.md"
|
||||
"file": "組織/EverfortuneAI/{Note} Nox.md"
|
||||
},
|
||||
"icon": "lucide-list",
|
||||
"title": "{Note} Packaging Python Project 的大綱"
|
||||
"title": "{Note} Nox 的大綱"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -174,12 +188,15 @@
|
|||
"obsidian-git:Open Git source control": false
|
||||
}
|
||||
},
|
||||
"active": "25b91dfb1bd3313c",
|
||||
"active": "23dfe70ddddd299f",
|
||||
"lastOpenFiles": [
|
||||
"README.md",
|
||||
"組織/EverfortuneAI/{Note} Packaging Python Project.md",
|
||||
"Test.md",
|
||||
"組織/EverfortuneAI/{Note} Nox.md",
|
||||
"組織/EverfortuneAI/resources/should_setup_py_be_deleted.png",
|
||||
"組織/EverfortuneAI/resources/nox.png",
|
||||
"組織/EverfortuneAI/resources/nox 1.png",
|
||||
"README.md",
|
||||
"Test.md",
|
||||
"組織/EverfortuneAI/resources",
|
||||
"組織/EverfortuneAI",
|
||||
"組織",
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 657 KiB |
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
author: deng
|
||||
date: "20250109"
|
||||
category: Note
|
||||
tags:
|
||||
- Python
|
||||
- Nox
|
||||
- FlexibleTest
|
||||
- Versioning
|
||||
---
|
||||
|
||||

|
||||
[image resource](https://nox.thea.codes/en/stable/index.html)
|
||||
|
||||
- Abstract
|
||||
- 在將Python專案打包時會遇到填寫依賴套件及其版本的問題,開發者必須逐一測試Python版本與依賴套件版本之間(甚至是跨平台)不同組合的可運行性,而Nox正是為了可以將此流程自動化而生
|
||||
- Concept
|
||||
- Steps
|
||||
- Note
|
Loading…
Reference in New Issue