snapctl 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.
Potentially problematic release.
This version of snapctl might be problematic. Click here for more details.
- {snapctl-0.1.0 → snapctl-0.1.1}/PKG-INFO +1 -4
- snapctl-0.1.1/README.md +2 -0
- {snapctl-0.1.0 → snapctl-0.1.1}/pyproject.toml +1 -1
- snapctl-0.1.0/README.md +0 -5
- {snapctl-0.1.0 → snapctl-0.1.1}/snapctl/__init__.py +0 -0
- {snapctl-0.1.0 → snapctl-0.1.1}/snapctl/__main__.py +0 -0
- {snapctl-0.1.0 → snapctl-0.1.1}/snapctl/echo.py +0 -0
- {snapctl-0.1.0 → snapctl-0.1.1}/snapctl/main.py +0 -0
- {snapctl-0.1.0 → snapctl-0.1.1}/snapctl/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: snapctl
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Snapser CLI Tool
|
|
5
5
|
Author: Ajinkya Apte
|
|
6
6
|
Author-email: aj@snapser.com
|
|
@@ -14,6 +14,3 @@ Description-Content-Type: text/markdown
|
|
|
14
14
|
# Snapser CLI Tool
|
|
15
15
|
Snapser CLI Tool
|
|
16
16
|
|
|
17
|
-
## Documentation
|
|
18
|
-
https://typer.tiangolo.com/tutorial/package/
|
|
19
|
-
|
snapctl-0.1.1/README.md
ADDED
snapctl-0.1.0/README.md
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|