mcsmapi 0.1.8b3__tar.gz → 0.1.8b4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/PKG-INFO +3 -10
  2. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/README.md +2 -9
  3. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/models/instance.py +2 -0
  4. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi.egg-info/PKG-INFO +3 -10
  5. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/pyproject.toml +1 -1
  6. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/LICENSE +0 -0
  7. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/__init__.py +0 -0
  8. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/apis/__init__.py +0 -0
  9. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/apis/daemon.py +0 -0
  10. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/apis/file.py +0 -0
  11. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/apis/image.py +0 -0
  12. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/apis/instance.py +0 -0
  13. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/apis/overview.py +0 -0
  14. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/apis/user.py +0 -0
  15. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/exceptions.py +0 -0
  16. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/models/__init__.py +0 -0
  17. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/models/common.py +0 -0
  18. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/models/daemon.py +0 -0
  19. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/models/file.py +0 -0
  20. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/models/image.py +0 -0
  21. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/models/overview.py +0 -0
  22. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/models/user.py +0 -0
  23. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/pool.py +0 -0
  24. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi/request.py +0 -0
  25. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi.egg-info/SOURCES.txt +0 -0
  26. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi.egg-info/dependency_links.txt +0 -0
  27. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi.egg-info/requires.txt +0 -0
  28. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/mcsmapi.egg-info/top_level.txt +0 -0
  29. {mcsmapi-0.1.8b3 → mcsmapi-0.1.8b4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcsmapi
3
- Version: 0.1.8b3
3
+ Version: 0.1.8b4
4
4
  Summary: Shortcut the pypi package of MCSM./快捷操作MCSM的pypi包
5
5
  Author-email: molanp <molanpp@outlook.com>
6
6
  License-Expression: MIT
@@ -23,15 +23,8 @@ Dynamic: license-file
23
23
 
24
24
  English|[Chinese Simplified](README_zh-cn.md)
25
25
 
26
- > [!important]
27
- > We need your help, the documentation for this project has not been written yet, if you are willing, please submit pr to help us write the documentation.
28
-
29
26
  ## Documentation
30
27
 
31
- The documentation is not yet complete, if you need it, please visit [deepwiki-mcsmapi](https://deepwiki.com/molanp/mcsmapi)
32
-
33
- You can also find:
34
-
35
28
  📄 Docs: [docs](https://mcsmapi.awkchan.top/en/)
36
29
 
37
30
  💡 Example: [example](example)
@@ -65,8 +58,8 @@ If you need the latest build files, please visit
65
58
  ## Supported MCSM Versions
66
59
 
67
60
  | MCSM Version | Support Status |
68
- | :---: | :---: |
69
- | 10.x | |
61
+ | :----------: | :------------: |
62
+ | 10.x | |
70
63
 
71
64
  ### Quick Example
72
65
 
@@ -7,15 +7,8 @@
7
7
 
8
8
  English|[Chinese Simplified](README_zh-cn.md)
9
9
 
10
- > [!important]
11
- > We need your help, the documentation for this project has not been written yet, if you are willing, please submit pr to help us write the documentation.
12
-
13
10
  ## Documentation
14
11
 
15
- The documentation is not yet complete, if you need it, please visit [deepwiki-mcsmapi](https://deepwiki.com/molanp/mcsmapi)
16
-
17
- You can also find:
18
-
19
12
  📄 Docs: [docs](https://mcsmapi.awkchan.top/en/)
20
13
 
21
14
  💡 Example: [example](example)
@@ -49,8 +42,8 @@ If you need the latest build files, please visit
49
42
  ## Supported MCSM Versions
50
43
 
51
44
  | MCSM Version | Support Status |
52
- | :---: | :---: |
53
- | 10.x | |
45
+ | :----------: | :------------: |
46
+ | 10.x | |
54
47
 
55
48
  ### Quick Example
56
49
 
@@ -119,6 +119,8 @@ class InstanceConfig(BaseModel):
119
119
  """服务器 Ping 监测配置(已弃用)"""
120
120
  runAs: str = ""
121
121
  """运行该实例的系统用户,为空则使用启动面板的系统用户"""
122
+ basePort: int = 0
123
+ """分配的起始端口,这个数字对应 到 的变量,每次新增实例都会递增分配"""
122
124
 
123
125
 
124
126
  class InstanceDetail(BaseModel):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcsmapi
3
- Version: 0.1.8b3
3
+ Version: 0.1.8b4
4
4
  Summary: Shortcut the pypi package of MCSM./快捷操作MCSM的pypi包
5
5
  Author-email: molanp <molanpp@outlook.com>
6
6
  License-Expression: MIT
@@ -23,15 +23,8 @@ Dynamic: license-file
23
23
 
24
24
  English|[Chinese Simplified](README_zh-cn.md)
25
25
 
26
- > [!important]
27
- > We need your help, the documentation for this project has not been written yet, if you are willing, please submit pr to help us write the documentation.
28
-
29
26
  ## Documentation
30
27
 
31
- The documentation is not yet complete, if you need it, please visit [deepwiki-mcsmapi](https://deepwiki.com/molanp/mcsmapi)
32
-
33
- You can also find:
34
-
35
28
  📄 Docs: [docs](https://mcsmapi.awkchan.top/en/)
36
29
 
37
30
  💡 Example: [example](example)
@@ -65,8 +58,8 @@ If you need the latest build files, please visit
65
58
  ## Supported MCSM Versions
66
59
 
67
60
  | MCSM Version | Support Status |
68
- | :---: | :---: |
69
- | 10.x | |
61
+ | :----------: | :------------: |
62
+ | 10.x | |
70
63
 
71
64
  ### Quick Example
72
65
 
@@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"]
4
4
 
5
5
  [project]
6
6
  name = "mcsmapi"
7
- version = "0.1.8.b3"
7
+ version = "0.1.8.b4"
8
8
  description = "Shortcut the pypi package of MCSM./快捷操作MCSM的pypi包"
9
9
  readme = "README.md"
10
10
  authors = [
File without changes
File without changes
File without changes
File without changes
File without changes