bsm-api-client 1.2.0__tar.gz → 1.2.1__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.
- {bsm_api_client-1.2.0/src/bsm_api_client.egg-info → bsm_api_client-1.2.1}/PKG-INFO +1 -1
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/pyproject.toml +1 -1
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/cli/__main__.py +0 -2
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1/src/bsm_api_client.egg-info}/PKG-INFO +1 -1
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/LICENSE +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/README.md +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/setup.cfg +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/__init__.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/api_client.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/cli/__init__.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/cli/addon.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/cli/allowlist.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/cli/auth.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/cli/backup.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/cli/config.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/cli/decorators.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/cli/main_menus.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/cli/permissions.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/cli/player.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/cli/plugins.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/cli/properties.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/cli/server.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/cli/system.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/cli/world.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/client/__init__.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/client/_content_methods.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/client/_manager_methods.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/client/_plugin_methods.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/client/_server_action_methods.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/client/_server_info_methods.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/client_base.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/exceptions.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/models.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client.egg-info/SOURCES.txt +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client.egg-info/dependency_links.txt +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client.egg-info/entry_points.txt +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client.egg-info/requires.txt +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client.egg-info/top_level.txt +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/test/test_api_client.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/test/test_content_methods.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/test/test_manager_methods.py +0 -0
- {bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/test/test_server_info_methods.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bsm-api-client
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: A Python client library for the Bedrock Server Manager API
|
|
5
5
|
Author-email: DMedina559 <dmedina559-github@outlook.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/DMedina559/bsm-api-client
|
|
@@ -15,7 +15,6 @@ from .auth import auth
|
|
|
15
15
|
from .server import server
|
|
16
16
|
from .addon import addon
|
|
17
17
|
from .backup import backup
|
|
18
|
-
from .cleanup import cleanup
|
|
19
18
|
from .player import player
|
|
20
19
|
from .plugins import plugin
|
|
21
20
|
from .allowlist import allowlist
|
|
@@ -60,7 +59,6 @@ cli.add_command(auth)
|
|
|
60
59
|
cli.add_command(server)
|
|
61
60
|
cli.add_command(addon)
|
|
62
61
|
cli.add_command(backup)
|
|
63
|
-
cli.add_command(cleanup)
|
|
64
62
|
cli.add_command(player)
|
|
65
63
|
cli.add_command(plugin)
|
|
66
64
|
cli.add_command(allowlist)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bsm-api-client
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: A Python client library for the Bedrock Server Manager API
|
|
5
5
|
Author-email: DMedina559 <dmedina559-github@outlook.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/DMedina559/bsm-api-client
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/client/_server_action_methods.py
RENAMED
|
File without changes
|
{bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client/client/_server_info_methods.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bsm_api_client-1.2.0 → bsm_api_client-1.2.1}/src/bsm_api_client.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|