cert-host-scraper 0.7.5__py3-none-any.whl → 0.7.6__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 cert-host-scraper might be problematic. Click here for more details.

cert_host_scraper/cli.py CHANGED
@@ -22,7 +22,7 @@ def validate_status_code(
22
22
  status_code = int(value)
23
23
  if not (100 <= status_code <= 599):
24
24
  raise click.BadParameter("status code must be between 100 and 599")
25
-
25
+
26
26
  return status_code
27
27
  except ValueError:
28
28
  raise click.BadParameter("must be an integer")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cert-host-scraper
3
- Version: 0.7.5
3
+ Version: 0.7.6
4
4
  Summary:
5
5
  Home-page: https://github.com/inverse/cert-host-scraper
6
6
  License: MIT
@@ -0,0 +1,9 @@
1
+ cert_host_scraper/__init__.py,sha256=BUkbAFUgGLjxexWjDqSMZA-YAY55fxoD-lym6D6yDHw,142
2
+ cert_host_scraper/cli.py,sha256=XnOh2AYQdc2Wjcp4ouIwyT_8jURfAkPmndpZ42Z5dNU,3069
3
+ cert_host_scraper/scraper.py,sha256=U-9n2WU6d8Q-5wyloEbK9b9AO_EeaTfv0VQo_CXAGYA,1723
4
+ cert_host_scraper/utils.py,sha256=SDtmBCgcuwoX-MlhAQRL5ekSZO3iUSx7lFX0pmfWaVw,337
5
+ cert_host_scraper-0.7.6.dist-info/LICENSE,sha256=x2zGqcA4IWCXX5UKMH144zM_rK2NMXSXHN5Qn8cg6yY,1070
6
+ cert_host_scraper-0.7.6.dist-info/METADATA,sha256=or22otVb-IEDZowmTY_3uIDsb00dPisZOhicc_PgHIs,1884
7
+ cert_host_scraper-0.7.6.dist-info/WHEEL,sha256=WGfLGfLX43Ei_YORXSnT54hxFygu34kMpcQdmgmEwCQ,88
8
+ cert_host_scraper-0.7.6.dist-info/entry_points.txt,sha256=GlQNSNbnSjw_MDZrOzhqcATBJ7C4otv7Adrz2yaeK0w,63
9
+ cert_host_scraper-0.7.6.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.4.0
2
+ Generator: poetry-core 1.6.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,9 +0,0 @@
1
- cert_host_scraper/__init__.py,sha256=BUkbAFUgGLjxexWjDqSMZA-YAY55fxoD-lym6D6yDHw,142
2
- cert_host_scraper/cli.py,sha256=MXC8Jt0xttjiZTUEzNX1qjor8PtEWwvGtTlAKZfm-LQ,3077
3
- cert_host_scraper/scraper.py,sha256=U-9n2WU6d8Q-5wyloEbK9b9AO_EeaTfv0VQo_CXAGYA,1723
4
- cert_host_scraper/utils.py,sha256=SDtmBCgcuwoX-MlhAQRL5ekSZO3iUSx7lFX0pmfWaVw,337
5
- cert_host_scraper-0.7.5.dist-info/entry_points.txt,sha256=GlQNSNbnSjw_MDZrOzhqcATBJ7C4otv7Adrz2yaeK0w,63
6
- cert_host_scraper-0.7.5.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
7
- cert_host_scraper-0.7.5.dist-info/LICENSE,sha256=x2zGqcA4IWCXX5UKMH144zM_rK2NMXSXHN5Qn8cg6yY,1070
8
- cert_host_scraper-0.7.5.dist-info/METADATA,sha256=Vm5P92ggp3PTSjOQ4XwLQzb0-vhBSPmqtAbeR64cSXE,1884
9
- cert_host_scraper-0.7.5.dist-info/RECORD,,