snapctl 1.0.0__py3-none-any.whl → 1.0.2__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.

@@ -3,7 +3,7 @@ Constants used by snapctl
3
3
  """
4
4
  COMPANY_NAME = 'Snapser'
5
5
  VERSION_PREFIX = ''
6
- VERSION = '0.53.1'
6
+ VERSION = '1.0.2'
7
7
  CONFIG_FILE_MAC = '~/.snapser/config'
8
8
  CONFIG_FILE_WIN = '%homepath%\\.snapser\\config'
9
9
 
@@ -1,21 +1,22 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: snapctl
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: Snapser CLI Tool
5
5
  Author: Ajinkya Apte
6
6
  Author-email: aj@snapser.com
7
- Requires-Python: >=3.10,<4.0
7
+ Requires-Python: >=3.10,<3.13
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.10
10
10
  Classifier: Programming Language :: Python :: 3.11
11
11
  Classifier: Programming Language :: Python :: 3.12
12
- Requires-Dist: configparser (>=6.0.0,<7.0.0)
12
+ Provides-Extra: all
13
+ Requires-Dist: configparser (>=6,<7)
13
14
  Requires-Dist: pyfiglet (>=1.0.2,<2.0.0)
14
- Requires-Dist: pytest (>=8.2.2,<9.0.0)
15
- Requires-Dist: pytest-mock (>=3.14.0,<4.0.0)
16
15
  Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
17
16
  Requires-Dist: requests (>=2.28.2,<3.0.0)
18
- Requires-Dist: typer[all] (>=0.12.3,<0.13.0)
17
+ Requires-Dist: rich (>=13) ; extra == "all"
18
+ Requires-Dist: shellingham (>=1.5) ; extra == "all"
19
+ Requires-Dist: typer (>=0.18,<1.0)
19
20
  Description-Content-Type: text/markdown
20
21
 
21
22
  export const description = 'CLI'
@@ -10,7 +10,7 @@ snapctl/commands/release_notes.py,sha256=EMl-NK9-MSdRxiVyA0MLX4CBG0zijOctddEODQa
10
10
  snapctl/commands/snapend.py,sha256=Fxaf-oy_EX_MYzjR1OVibeClr0UUM53PZllyh28WAEU,40015
11
11
  snapctl/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
12
  snapctl/config/app.py,sha256=U9Mm0BbGJoqcmBBam2tN7F-oTf_u9dK6EJsiB-yVvKg,888
13
- snapctl/config/constants.py,sha256=UOVdr_aCoGeQhOWtZIge8k1OWWh8KZ5pfCOzcBj0eS8,3844
13
+ snapctl/config/constants.py,sha256=trN5WMORszkeLffMhDHx_D5uMfgox-8JGUDU5szDY3M,3843
14
14
  snapctl/config/endpoints.py,sha256=jD0n5ocJBbIkrb97F2_r9hqAHzUuddAqzqqBAPUKDTI,477
15
15
  snapctl/config/hashes.py,sha256=3OKAyOxQPnn--_hvPIzFJnhC8NVfQK4WT-RH4PHEV1w,5242
16
16
  snapctl/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -40,8 +40,8 @@ snapctl/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
40
  snapctl/utils/echo.py,sha256=9fxrPW9kNJwiJvJBFy9RlAP4qGRcPTOHfQb3pQh3CMg,1446
41
41
  snapctl/utils/helper.py,sha256=5c5jfAYD4WsvPpuCLMCz3tPvji28786_pD9TZkRSFIs,7179
42
42
  snapctl/utils/telemetry.py,sha256=_VntKXUrKgJoLKCskH0Z5VhthiVo8CP572U0mcZIH4k,5028
43
- snapctl-1.0.0.dist-info/LICENSE,sha256=6AcXm54KFSpmUI1ji9NIBd4Xl-DtjTqiyjBzfVb_CEk,2804
44
- snapctl-1.0.0.dist-info/METADATA,sha256=nKmUTmbGrkJbu_WeY2HpA-mVdOeLypk6p3RSdjqi6n4,36274
45
- snapctl-1.0.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
46
- snapctl-1.0.0.dist-info/entry_points.txt,sha256=tkKW9MzmFdRs6Bgkv29G78i9WEBK4WIOWunPfe3t2Wg,44
47
- snapctl-1.0.0.dist-info/RECORD,,
43
+ snapctl-1.0.2.dist-info/LICENSE,sha256=6AcXm54KFSpmUI1ji9NIBd4Xl-DtjTqiyjBzfVb_CEk,2804
44
+ snapctl-1.0.2.dist-info/METADATA,sha256=vZqEeGK5vRBxjZFjnm9C380J1Jk1PBjFSZRuJPMhAQY,36289
45
+ snapctl-1.0.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
46
+ snapctl-1.0.2.dist-info/entry_points.txt,sha256=tkKW9MzmFdRs6Bgkv29G78i9WEBK4WIOWunPfe3t2Wg,44
47
+ snapctl-1.0.2.dist-info/RECORD,,