pygooglecloud 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.
- {pygooglecloud-0.0.1 → pygooglecloud-0.0.2}/PKG-INFO +2 -2
- {pygooglecloud-0.0.1 → pygooglecloud-0.0.2}/README.rst +1 -1
- {pygooglecloud-0.0.1 → pygooglecloud-0.0.2}/pygooglecloud/static.py +1 -1
- {pygooglecloud-0.0.1 → pygooglecloud-0.0.2}/pygooglecloud.egg-info/PKG-INFO +2 -2
- {pygooglecloud-0.0.1 → pygooglecloud-0.0.2}/setup.py +1 -1
- {pygooglecloud-0.0.1 → pygooglecloud-0.0.2}/LICENSE +0 -0
- {pygooglecloud-0.0.1 → pygooglecloud-0.0.2}/pygooglecloud/__init__.py +0 -0
- {pygooglecloud-0.0.1 → pygooglecloud-0.0.2}/pygooglecloud/configs.py +0 -0
- {pygooglecloud-0.0.1 → pygooglecloud-0.0.2}/pygooglecloud/main.py +1 -1
- {pygooglecloud-0.0.1 → pygooglecloud-0.0.2}/pygooglecloud.egg-info/SOURCES.txt +0 -0
- {pygooglecloud-0.0.1 → pygooglecloud-0.0.2}/pygooglecloud.egg-info/dependency_links.txt +0 -0
- {pygooglecloud-0.0.1 → pygooglecloud-0.0.2}/pygooglecloud.egg-info/entry_points.txt +0 -0
- {pygooglecloud-0.0.1 → pygooglecloud-0.0.2}/pygooglecloud.egg-info/requires.txt +0 -0
- {pygooglecloud-0.0.1 → pygooglecloud-0.0.2}/pygooglecloud.egg-info/top_level.txt +0 -0
- {pygooglecloud-0.0.1 → pygooglecloud-0.0.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pygooglecloud
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: pygooglecloud helps you with command line interaction with gcp
|
|
5
5
|
Home-page: https://veltzer.github.io/pygooglecloud
|
|
6
6
|
Download-URL: https://github.com/veltzer/pygooglecloud
|
|
@@ -40,6 +40,6 @@ project website: https://veltzer.github.io/pygooglecloud
|
|
|
40
40
|
|
|
41
41
|
author: Mark Veltzer
|
|
42
42
|
|
|
43
|
-
version: 0.0.
|
|
43
|
+
version: 0.0.2
|
|
44
44
|
|
|
45
45
|
Mark Veltzer <mark.veltzer@gmail.com>, Copyright © 2024
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pygooglecloud
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: pygooglecloud helps you with command line interaction with gcp
|
|
5
5
|
Home-page: https://veltzer.github.io/pygooglecloud
|
|
6
6
|
Download-URL: https://github.com/veltzer/pygooglecloud
|
|
@@ -40,6 +40,6 @@ project website: https://veltzer.github.io/pygooglecloud
|
|
|
40
40
|
|
|
41
41
|
author: Mark Veltzer
|
|
42
42
|
|
|
43
|
-
version: 0.0.
|
|
43
|
+
version: 0.0.2
|
|
44
44
|
|
|
45
45
|
Mark Veltzer <mark.veltzer@gmail.com>, Copyright © 2024
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -3,9 +3,9 @@ The default group of operations that pygooglecloud has
|
|
|
3
3
|
"""
|
|
4
4
|
import pylogconf.core
|
|
5
5
|
from pytconf import register_endpoint, register_main, config_arg_parse_and_launch
|
|
6
|
+
import google.auth
|
|
6
7
|
|
|
7
8
|
from pygooglecloud.static import APP_NAME, DESCRIPTION, VERSION_STR
|
|
8
|
-
import google.auth
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
@register_endpoint(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|