minecraft-server-status 0.0.1__py3-none-any.whl → 0.0.2__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.
- {minecraft_server_status-0.0.1.dist-info → minecraft_server_status-0.0.2.dist-info}/METADATA +2 -2
- {minecraft_server_status-0.0.1.dist-info → minecraft_server_status-0.0.2.dist-info}/RECORD +5 -5
- {minecraft_server_status-0.0.1.dist-info → minecraft_server_status-0.0.2.dist-info}/WHEEL +0 -0
- {minecraft_server_status-0.0.1.dist-info → minecraft_server_status-0.0.2.dist-info}/licenses/License +0 -0
- {minecraft_server_status-0.0.1.dist-info → minecraft_server_status-0.0.2.dist-info}/top_level.txt +0 -0
{minecraft_server_status-0.0.1.dist-info → minecraft_server_status-0.0.2.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: minecraft_server_status
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: Python package for fetching Minecraft Java and Bedrock server status, players, version, and plugins.
|
|
5
5
|
Author-email: Arpit Jaiswal <arpitjaiswal9526@gmail.com>
|
|
6
6
|
License: The MIT License (MIT)
|
|
@@ -44,7 +44,7 @@ This package provides simple classes and methods to check whether a server is on
|
|
|
44
44
|
Once published to PyPI:
|
|
45
45
|
|
|
46
46
|
```bash
|
|
47
|
-
pip install
|
|
47
|
+
pip install minecraft-server-status
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
For local development:
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
minecraft_server_status/__init__.py,sha256=mfz8hFdkVVzs_hLhUKF87QTt9hidK0zK5wJHYrW5f18,85
|
|
2
2
|
minecraft_server_status/bedrock.py,sha256=9sII_MIMlLPfy9rpeJXXmkY8ZMkivlfNxKkMvLIAMuk,1834
|
|
3
3
|
minecraft_server_status/java.py,sha256=vVB4L5ZmVgNQ6nKhcrLWBHktBg8jxl6srUNND0WSEes,1770
|
|
4
|
-
minecraft_server_status-0.0.
|
|
5
|
-
minecraft_server_status-0.0.
|
|
6
|
-
minecraft_server_status-0.0.
|
|
7
|
-
minecraft_server_status-0.0.
|
|
8
|
-
minecraft_server_status-0.0.
|
|
4
|
+
minecraft_server_status-0.0.2.dist-info/licenses/License,sha256=HuF-5MUIM5L00Iw7lZNfVwyGzGe087dunonyyn1XdSE,1084
|
|
5
|
+
minecraft_server_status-0.0.2.dist-info/METADATA,sha256=7FVpUt5fTTD663iRXaH9ij9HoJLD_wtHdHFyWxUSn3Q,6697
|
|
6
|
+
minecraft_server_status-0.0.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
7
|
+
minecraft_server_status-0.0.2.dist-info/top_level.txt,sha256=euUTavhTiqGBpgjixixZuikd37LS6YYTwUpo5YFYyXQ,24
|
|
8
|
+
minecraft_server_status-0.0.2.dist-info/RECORD,,
|
|
File without changes
|
{minecraft_server_status-0.0.1.dist-info → minecraft_server_status-0.0.2.dist-info}/licenses/License
RENAMED
|
File without changes
|
{minecraft_server_status-0.0.1.dist-info → minecraft_server_status-0.0.2.dist-info}/top_level.txt
RENAMED
|
File without changes
|