nonebot-plugin-awsmgmt 0.1.0__tar.gz → 0.1.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.
- {nonebot_plugin_awsmgmt-0.1.0 → nonebot_plugin_awsmgmt-0.1.1}/PKG-INFO +2 -2
- {nonebot_plugin_awsmgmt-0.1.0 → nonebot_plugin_awsmgmt-0.1.1}/pyproject.toml +2 -2
- nonebot_plugin_awsmgmt-0.1.0/src/nonebot_plugin_awsmgmt/__init__.py +0 -2
- {nonebot_plugin_awsmgmt-0.1.0 → nonebot_plugin_awsmgmt-0.1.1}/.gitignore +0 -0
- {nonebot_plugin_awsmgmt-0.1.0 → nonebot_plugin_awsmgmt-0.1.1}/.python-version +0 -0
- {nonebot_plugin_awsmgmt-0.1.0 → nonebot_plugin_awsmgmt-0.1.1}/README.md +0 -0
- {nonebot_plugin_awsmgmt-0.1.0 → nonebot_plugin_awsmgmt-0.1.1}/requirements-dev.lock +0 -0
- {nonebot_plugin_awsmgmt-0.1.0 → nonebot_plugin_awsmgmt-0.1.1}/requirements.lock +0 -0
- {nonebot_plugin_awsmgmt-0.1.0 → nonebot_plugin_awsmgmt-0.1.1/src/nonebot_plugin_awsmgmt}/__init__.py +0 -0
- {nonebot_plugin_awsmgmt-0.1.0 → nonebot_plugin_awsmgmt-0.1.1/src/nonebot_plugin_awsmgmt}/config.py +0 -0
- {nonebot_plugin_awsmgmt-0.1.0 → nonebot_plugin_awsmgmt-0.1.1/src/nonebot_plugin_awsmgmt}/cost_explorer_manager.py +0 -0
- {nonebot_plugin_awsmgmt-0.1.0 → nonebot_plugin_awsmgmt-0.1.1/src/nonebot_plugin_awsmgmt}/ec2_manager.py +0 -0
- {nonebot_plugin_awsmgmt-0.1.0 → nonebot_plugin_awsmgmt-0.1.1/src/nonebot_plugin_awsmgmt}/lightsail_manager.py +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: nonebot-plugin-awsmgmt
|
3
|
-
Version: 0.1.
|
4
|
-
Summary:
|
3
|
+
Version: 0.1.1
|
4
|
+
Summary: A nonebot2 plugin for managing AWS EC2, Lightsail, and Cost Explorer via commands.
|
5
5
|
Author-email: Maximilian Wu <me@maxng.cc>
|
6
6
|
Requires-Python: >=3.8
|
7
7
|
Requires-Dist: aioboto3>=15.0.0
|
@@ -1,7 +1,7 @@
|
|
1
1
|
[project]
|
2
2
|
name = "nonebot-plugin-awsmgmt"
|
3
|
-
version = "0.1.
|
4
|
-
description = "
|
3
|
+
version = "0.1.1"
|
4
|
+
description = "A nonebot2 plugin for managing AWS EC2, Lightsail, and Cost Explorer via commands."
|
5
5
|
authors = [
|
6
6
|
{ name = "Maximilian Wu", email = "me@maxng.cc" }
|
7
7
|
]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{nonebot_plugin_awsmgmt-0.1.0 → nonebot_plugin_awsmgmt-0.1.1/src/nonebot_plugin_awsmgmt}/__init__.py
RENAMED
File without changes
|
{nonebot_plugin_awsmgmt-0.1.0 → nonebot_plugin_awsmgmt-0.1.1/src/nonebot_plugin_awsmgmt}/config.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|