gam7 7.3.7__py3-none-any.whl → 7.3.8__py3-none-any.whl

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 gam7 might be problematic. Click here for more details.

gam/__init__.py CHANGED
@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
25
25
  """
26
26
 
27
27
  __author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
28
- __version__ = '7.03.07'
28
+ __version__ = '7.03.08'
29
29
  __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
30
30
 
31
31
  #pylint: disable=wrong-import-position
@@ -1,14 +1,22 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gam7
3
- Version: 7.3.7
3
+ Version: 7.3.8
4
4
  Summary: CLI tool to manage Google Workspace
5
5
  Project-URL: Homepage, https://github.com/GAM-team/GAM
6
6
  Project-URL: Issues, https://github.com/GAM-team/GAM/issues
7
+ Project-URL: Discussion, https://groups.google.com/group/google-apps-manager
8
+ Project-URL: Chat, https://git.io/gam-chat
7
9
  Author-email: Jay Lee <jay0lee@gmail.com>, Ross Scroggs <Ross.Scroggs@gmail.com>
8
10
  License: Apache License (2.0)
9
11
  License-File: LICENSE
10
12
  Classifier: Operating System :: OS Independent
11
13
  Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3 :: Only
15
+ Classifier: Programming Language :: Python :: 3.9
16
+ Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Classifier: Programming Language :: Python :: 3.13
12
20
  Requires-Python: >=3.9
13
21
  Requires-Dist: chardet
14
22
  Requires-Dist: cryptography
@@ -23,7 +31,8 @@ Requires-Dist: lxml
23
31
  Requires-Dist: passlib>=1.7.2
24
32
  Requires-Dist: pathvalidate
25
33
  Requires-Dist: python-dateutil
26
- Requires-Dist: yubikey-manager[yubikey]>=5.0
34
+ Provides-Extra: yubikey
35
+ Requires-Dist: yubikey-manager>=5.0; extra == 'yubikey'
27
36
  Description-Content-Type: text/markdown
28
37
 
29
38
  GAM is a command line tool for Google Workspace admins to manage domain and user settings quickly and easily.
@@ -1,4 +1,4 @@
1
- gam/__init__.py,sha256=2VBf91YeR9iI_38msB2GzWeGgMExdBUVreXHI2L-5G8,3499483
1
+ gam/__init__.py,sha256=hz1zyYpqeCDbxtKmF4G9Td5EfivpMBBaF8Sq1-siNZk,3499483
2
2
  gam/__main__.py,sha256=amz0-959ph6zkZKqjaar4n60yho-T37w6qWI36qx0CA,1049
3
3
  gam/cacerts.pem,sha256=nJuWha0xm5dHw_5ptGphwRoO-r36Ccpqiww9pCEDbSc,67484
4
4
  gam/cbcm-v1.1beta1.json,sha256=xO5XloCQQULmPbFBx5bckdqmbLFQ7sJ2TImhE1ysDIY,19439
@@ -66,8 +66,8 @@ gam/googleapiclient/discovery_cache/base.py,sha256=yCDPtxnbNN-p5_9fzBacC6P3wcUPl
66
66
  gam/googleapiclient/discovery_cache/file_cache.py,sha256=sim3Mg4HgRYo3vX75jvcKy_aV568EvIrtBfvfbw-044,4774
67
67
  gam/iso8601/__init__.py,sha256=Z2PsYbXgAH5a5xzUvgczCboPzqWpm65kRcIngCnhViU,1218
68
68
  gam/iso8601/iso8601.py,sha256=Li2FHZ4sBTWuthuQhyCvmvj0j6At8JbGzkSv2fc2RHU,4384
69
- gam7-7.3.7.dist-info/METADATA,sha256=hph0QiuYPyu-EJcvZd4CHoM_tmDhwbuCCyKg58SEhfc,2423
70
- gam7-7.3.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
71
- gam7-7.3.7.dist-info/entry_points.txt,sha256=HVUM5J7dA8YwvJfG30jiLefR19ExMs387TWugWd9sf4,42
72
- gam7-7.3.7.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
73
- gam7-7.3.7.dist-info/RECORD,,
69
+ gam7-7.3.8.dist-info/METADATA,sha256=PMTbL1KsNl1T38UXo1ntVAawtL7KvyzYj9wzoCzUngI,2888
70
+ gam7-7.3.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
71
+ gam7-7.3.8.dist-info/entry_points.txt,sha256=HVUM5J7dA8YwvJfG30jiLefR19ExMs387TWugWd9sf4,42
72
+ gam7-7.3.8.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
73
+ gam7-7.3.8.dist-info/RECORD,,
File without changes