mcsmapi 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl
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.
- {mcsmapi-0.1.0.dist-info → mcsmapi-0.1.1.dist-info}/METADATA +6 -6
- {mcsmapi-0.1.0.dist-info → mcsmapi-0.1.1.dist-info}/RECORD +5 -5
- {mcsmapi-0.1.0.dist-info → mcsmapi-0.1.1.dist-info}/LICENSE +0 -0
- {mcsmapi-0.1.0.dist-info → mcsmapi-0.1.1.dist-info}/WHEEL +0 -0
- {mcsmapi-0.1.0.dist-info → mcsmapi-0.1.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: mcsmapi
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: A Pypi package based on MCSManager, designed to simplify interaction with MCSM API.
|
5
5
|
Home-page: https://github.com/molanp/mcsmapi
|
6
6
|
Author: molanp
|
@@ -16,29 +16,29 @@ Requires-Dist: aiohttp
|
|
16
16
|
|
17
17
|

|
18
18
|

|
19
|
-

|
20
20
|
|
21
21
|
English|[简体中文](README_zh-cn.md)
|
22
22
|
|
23
23
|
## Introduction
|
24
24
|
|
25
|
-
`mcsmapi
|
25
|
+
`mcsmapi` is a Pypi package based on [MCSManager](https://github.com/MCSManager/MCSManager), designed to simplify interaction with MCSM API.
|
26
26
|
|
27
27
|
Through this library, you can easily access and operate various functions provided by MCSM.
|
28
28
|
|
29
29
|
## Installation
|
30
30
|
|
31
|
-
You can use `pip` to install `mcsmapi
|
31
|
+
You can use `pip` to install `mcsmapi`:
|
32
32
|
|
33
33
|
```bash
|
34
|
-
pip install
|
34
|
+
pip install mcsmapi
|
35
35
|
```
|
36
36
|
|
37
37
|
## Usage method
|
38
38
|
|
39
39
|
### Example code
|
40
40
|
|
41
|
-
Here are some examples of how to use `mcsmapi
|
41
|
+
Here are some examples of how to use `mcsmapi`:
|
42
42
|
|
43
43
|
```python
|
44
44
|
from mcsmapi import overview
|
@@ -6,8 +6,8 @@ mcsmapi/image.py,sha256=aqgR5UZCqc-tfL-HXQk-KFTqkhXk75ordYf_F-Q23pY,3202
|
|
6
6
|
mcsmapi/instance.py,sha256=jNGwtDJ-L636ouB2HkDwazXF5BtjkjK48lIg_KL3LRs,15296
|
7
7
|
mcsmapi/overview.py,sha256=vzJFzE5DEmbhqSXqPk_X7kuR8mSQGEQPjuYy45BgRBE,980
|
8
8
|
mcsmapi/users.py,sha256=BQT3dG8IVmstzJHCArv7Hfvpzw0HDj2JQ3AmvtvwVb8,2958
|
9
|
-
mcsmapi-0.1.
|
10
|
-
mcsmapi-0.1.
|
11
|
-
mcsmapi-0.1.
|
12
|
-
mcsmapi-0.1.
|
13
|
-
mcsmapi-0.1.
|
9
|
+
mcsmapi-0.1.1.dist-info/LICENSE,sha256=kn0yZGn5uLIJtr2aAXy8pz_wJqal15ZGnynTU1fCnLQ,1063
|
10
|
+
mcsmapi-0.1.1.dist-info/METADATA,sha256=SXCBVsVmcXMQE7LOtLDrBNg2NTxnkAHFqY_D8AQaK24,2446
|
11
|
+
mcsmapi-0.1.1.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
12
|
+
mcsmapi-0.1.1.dist-info/top_level.txt,sha256=8MUYHd1Or4cbSCd93IaqLA72w0weEuKieopVwIfVlWo,8
|
13
|
+
mcsmapi-0.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|