snapctl 0.48.1__py3-none-any.whl → 0.49.0__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 snapctl might be problematic. Click here for more details.
- snapctl/commands/byosnap.py +23 -12
- snapctl/commands/byows.py +421 -0
- snapctl/commands/game.py +1 -1
- snapctl/commands/release_notes.py +12 -18
- snapctl/commands/snapend.py +11 -9
- snapctl/config/constants.py +5 -2
- snapctl/config/endpoints.py +5 -0
- snapctl/config/hashes.py +5 -1
- snapctl/data/__init__.py +0 -0
- snapctl/data/profiles/__init__.py +0 -0
- snapctl/data/releases/__init__.py +0 -0
- snapctl/data/releases/beta-0.49.0.mdx +12 -0
- snapctl/main.py +67 -1
- snapctl/utils/helper.py +9 -0
- {snapctl-0.48.1.dist-info → snapctl-0.49.0.dist-info}/METADATA +150 -94
- {snapctl-0.48.1.dist-info → snapctl-0.49.0.dist-info}/RECORD +19 -14
- {snapctl-0.48.1.dist-info → snapctl-0.49.0.dist-info}/LICENSE +0 -0
- {snapctl-0.48.1.dist-info → snapctl-0.49.0.dist-info}/WHEEL +0 -0
- {snapctl-0.48.1.dist-info → snapctl-0.49.0.dist-info}/entry_points.txt +0 -0
|
@@ -2,32 +2,37 @@ snapctl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
2
2
|
snapctl/__main__.py,sha256=43jKoTk8b85hk_MT6499N3ruHdEfM8WBImd_-3VzjI8,116
|
|
3
3
|
snapctl/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
snapctl/commands/byogs.py,sha256=WumLZRriCVF0SSnMn8TUL--iWhh3Yub3yQ-jz30faI0,19486
|
|
5
|
-
snapctl/commands/byosnap.py,sha256=
|
|
6
|
-
snapctl/commands/
|
|
5
|
+
snapctl/commands/byosnap.py,sha256=9Xe75VAi-KPFALSleUyMJsrvDJEG6cxBiGiF267PSJA,76897
|
|
6
|
+
snapctl/commands/byows.py,sha256=T6SjB0PpYDYDVDI6c3nhZ4dUY_TGQKbtzMmgqB6i6GM,16714
|
|
7
|
+
snapctl/commands/game.py,sha256=lAABIWIibrwcqvpKvTy_7UzzLtbiP6gdk4_qPBHFKOI,5248
|
|
7
8
|
snapctl/commands/generate.py,sha256=9-NlZVQllBT2LZT_t9S3ztwtHzTbM-C8_x0f6z70U3g,5606
|
|
8
|
-
snapctl/commands/release_notes.py,sha256=
|
|
9
|
-
snapctl/commands/snapend.py,sha256=
|
|
9
|
+
snapctl/commands/release_notes.py,sha256=QlhBlywLiRTKBs3SlaxHf-0E0OEU_47Xjld9gGtj4Zw,1943
|
|
10
|
+
snapctl/commands/snapend.py,sha256=4hY4ffLtZ2mxbKRgwDPi8erc78nGl-6kxmCf56HODpk,39382
|
|
10
11
|
snapctl/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
snapctl/config/constants.py,sha256=
|
|
12
|
-
snapctl/config/endpoints.py,sha256=
|
|
13
|
-
snapctl/config/hashes.py,sha256=
|
|
12
|
+
snapctl/config/constants.py,sha256=AZPwrRdh3rT4H7M08uI7PqOyUlm1yJS9rKX1PadoApA,3653
|
|
13
|
+
snapctl/config/endpoints.py,sha256=jD0n5ocJBbIkrb97F2_r9hqAHzUuddAqzqqBAPUKDTI,477
|
|
14
|
+
snapctl/config/hashes.py,sha256=3OKAyOxQPnn--_hvPIzFJnhC8NVfQK4WT-RH4PHEV1w,5242
|
|
15
|
+
snapctl/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
+
snapctl/data/profiles/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
17
|
snapctl/data/profiles/snapser-byosnap-profile.json,sha256=c7oIzMJewVQaoLaXCBPXlH-k5cL9DCz6q4IixsWWD9c,2404
|
|
15
18
|
snapctl/data/profiles/snapser-byosnap-profile.yaml,sha256=vK5JqHa1f1_jlcW0m7qg-sKN9njE8PURJHzaRdvfEOY,3600
|
|
16
19
|
snapctl/data/profiles/snapser-byosnap-profile.yml,sha256=vK5JqHa1f1_jlcW0m7qg-sKN9njE8PURJHzaRdvfEOY,3600
|
|
20
|
+
snapctl/data/releases/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
21
|
snapctl/data/releases/beta-0.46.0.mdx,sha256=_MJA7TnnJjAnNm_EOvoBiz7FjHwl4c49sYtZ9r4KZQE,2386
|
|
18
22
|
snapctl/data/releases/beta-0.46.4.mdx,sha256=3-ojdCyvax27sdd8nKmcP0zfCWEzi_edPbSlkFqla4o,173
|
|
19
23
|
snapctl/data/releases/beta-0.47.0.mdx,sha256=p-bp0NUVcSKELHXtHJaq884_O4yTZDTCUbWtwLxRUS8,724
|
|
20
24
|
snapctl/data/releases/beta-0.47.1.mdx,sha256=YqQ7ncHDW9pCbQNnQic1o_xQt3DinOFEo3YW0hJVUAk,645
|
|
21
25
|
snapctl/data/releases/beta-0.47.2.mdx,sha256=9FQuJj6ntu0gG5Mf-d8lgCRqmzkuFyESqI_Gf5jLNmo,135
|
|
22
26
|
snapctl/data/releases/beta-0.48.0.mdx,sha256=b9Dz-a2FAaZx2BnFTyle7PgJ2RuNv6Zj1KsT2TfaNH8,1244
|
|
23
|
-
snapctl/
|
|
27
|
+
snapctl/data/releases/beta-0.49.0.mdx,sha256=U0GvmiwJFfhJWihyNGHY4p-cgqc0OFldfS9qg2fvhaA,459
|
|
28
|
+
snapctl/main.py,sha256=TT3osIBAJJLYERevPSNt-OxLwF0Rsxxu3GMzu72niPM,25203
|
|
24
29
|
snapctl/types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
30
|
snapctl/types/definitions.py,sha256=EQzLeiXkJ8ISRlCqHMviNVsWWpmhWjpKaOBLdlvOTmY,644
|
|
26
31
|
snapctl/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
32
|
snapctl/utils/echo.py,sha256=V0qgjqqGXRiueMkq31enmNmdqciC8S90qGRcK8UupXA,1090
|
|
28
|
-
snapctl/utils/helper.py,sha256=
|
|
29
|
-
snapctl-0.
|
|
30
|
-
snapctl-0.
|
|
31
|
-
snapctl-0.
|
|
32
|
-
snapctl-0.
|
|
33
|
-
snapctl-0.
|
|
33
|
+
snapctl/utils/helper.py,sha256=7ugGs1GE7Rywf1-tQxrgqXUU97EQYFjS3JUDpk9SX_Q,6850
|
|
34
|
+
snapctl-0.49.0.dist-info/LICENSE,sha256=6AcXm54KFSpmUI1ji9NIBd4Xl-DtjTqiyjBzfVb_CEk,2804
|
|
35
|
+
snapctl-0.49.0.dist-info/METADATA,sha256=1ALedesLOoQ31uxMWipWlL9W8kagIgCK_hqY8FwOs74,35965
|
|
36
|
+
snapctl-0.49.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
37
|
+
snapctl-0.49.0.dist-info/entry_points.txt,sha256=tkKW9MzmFdRs6Bgkv29G78i9WEBK4WIOWunPfe3t2Wg,44
|
|
38
|
+
snapctl-0.49.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|