minecraft-server-status 0.0.1__tar.gz → 0.0.2__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.
- {minecraft_server_status-0.0.1/src/minecraft_server_status.egg-info → minecraft_server_status-0.0.2}/PKG-INFO +2 -2
- {minecraft_server_status-0.0.1 → minecraft_server_status-0.0.2}/README.md +1 -1
- {minecraft_server_status-0.0.1 → minecraft_server_status-0.0.2}/pyproject.toml +1 -1
- {minecraft_server_status-0.0.1 → minecraft_server_status-0.0.2/src/minecraft_server_status.egg-info}/PKG-INFO +2 -2
- {minecraft_server_status-0.0.1 → minecraft_server_status-0.0.2}/License +0 -0
- {minecraft_server_status-0.0.1 → minecraft_server_status-0.0.2}/setup.cfg +0 -0
- {minecraft_server_status-0.0.1 → minecraft_server_status-0.0.2}/src/minecraft_server_status/__init__.py +0 -0
- {minecraft_server_status-0.0.1 → minecraft_server_status-0.0.2}/src/minecraft_server_status/bedrock.py +0 -0
- {minecraft_server_status-0.0.1 → minecraft_server_status-0.0.2}/src/minecraft_server_status/java.py +0 -0
- {minecraft_server_status-0.0.1 → minecraft_server_status-0.0.2}/src/minecraft_server_status.egg-info/SOURCES.txt +0 -0
- {minecraft_server_status-0.0.1 → minecraft_server_status-0.0.2}/src/minecraft_server_status.egg-info/dependency_links.txt +0 -0
- {minecraft_server_status-0.0.1 → minecraft_server_status-0.0.2}/src/minecraft_server_status.egg-info/requires.txt +0 -0
- {minecraft_server_status-0.0.1 → minecraft_server_status-0.0.2}/src/minecraft_server_status.egg-info/top_level.txt +0 -0
|
@@ -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:
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "minecraft_server_status"
|
|
7
|
-
version = "0.0.
|
|
7
|
+
version = "0.0.2"
|
|
8
8
|
description = "Python package for fetching Minecraft Java and Bedrock server status, players, version, and plugins."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
@@ -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:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{minecraft_server_status-0.0.1 → minecraft_server_status-0.0.2}/src/minecraft_server_status/java.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|