groundx 2.5.3__py3-none-any.whl → 2.5.5__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 groundx might be problematic. Click here for more details.

@@ -14,10 +14,10 @@ class BaseClientWrapper:
14
14
 
15
15
  def get_headers(self) -> typing.Dict[str, str]:
16
16
  headers: typing.Dict[str, str] = {
17
- "User-Agent": "groundx/2.5.3",
17
+ "User-Agent": "groundx/2.5.5",
18
18
  "X-Fern-Language": "Python",
19
19
  "X-Fern-SDK-Name": "groundx",
20
- "X-Fern-SDK-Version": "2.5.3",
20
+ "X-Fern-SDK-Version": "2.5.5",
21
21
  }
22
22
  headers["X-API-Key"] = self.api_key
23
23
  return headers
@@ -64,7 +64,6 @@ class Logger:
64
64
  self,
65
65
  api_key: str,
66
66
  callback_url: str,
67
- result_url: str,
68
67
  req: typing.Dict[str, typing.Any],
69
68
  ):
70
69
  import requests
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: groundx
3
- Version: 2.5.3
3
+ Version: 2.5.5
4
4
  Summary:
5
5
  License: MIT
6
6
  Requires-Python: >=3.8,<4.0
@@ -35,6 +35,7 @@ Requires-Dist: httpx (>=0.21.2)
35
35
  Requires-Dist: minio ; extra == "extract"
36
36
  Requires-Dist: pydantic (>=1.9.2)
37
37
  Requires-Dist: pydantic-core (>=2.18.2,<3.0.0)
38
+ Requires-Dist: pytest ; extra == "extract"
38
39
  Requires-Dist: redis ; extra == "extract"
39
40
  Requires-Dist: requests (>=2.4.0)
40
41
  Requires-Dist: tqdm (>=4.60.0)
@@ -5,7 +5,7 @@ groundx/buckets/raw_client.py,sha256=T2Ty5obN7eHbaxHGAimzjM8MGOmSOQEckhciyZkzcjE
5
5
  groundx/client.py,sha256=FsVhPSZ1kd70pOVv37zTbNSwBM7XdttSx4aEPobPoew,6412
6
6
  groundx/core/__init__.py,sha256=lTcqUPXcx4112yLDd70RAPeqq6tu3eFMe1pKOqkW9JQ,1562
7
7
  groundx/core/api_error.py,sha256=44vPoTyWN59gonCIZMdzw7M1uspygiLnr3GNFOoVL2Q,614
8
- groundx/core/client_wrapper.py,sha256=AIYhs0vCUUwToj7AwS0KAOY4lpLjhSc4grhS2LBH5UQ,1822
8
+ groundx/core/client_wrapper.py,sha256=jJSR7nrVOnP5WuQozfF6rOzVZ_2w-oWs8JqnREaM4JI,1822
9
9
  groundx/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
10
10
  groundx/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
11
11
  groundx/core/force_multipart.py,sha256=awxh5MtcRYe74ehY8U76jzv6fYM_w_D3Rur7KQQzSDk,429
@@ -47,7 +47,7 @@ groundx/extract/post_process/post_process.py,sha256=K558NRMBYSfxfrAQrCYw9Ay5p57A
47
47
  groundx/extract/services/.DS_Store,sha256=1lFlJ5EFymdzGAUAaI30vcaaLHt3F1LwpG7xILf9jsM,6148
48
48
  groundx/extract/services/__init__.py,sha256=Zf-PjjmUo5Nv1BaEQOjaFhI3QtOn7xSZo0Mccf9DOg0,249
49
49
  groundx/extract/services/csv.py,sha256=9ugPXvJYioM42wE2o4uXWyIlHMqkK_F6dCDpL_kyCzU,2132
50
- groundx/extract/services/logger.py,sha256=RdVu-eceDNZXEEbio_t8Vw3Ayjq9SaH3IXZJmBuZotA,3226
50
+ groundx/extract/services/logger.py,sha256=yuQ4eBs5eiHVZhlWlrROKNLuJ72G9hlJCcbT93lQO0o,3201
51
51
  groundx/extract/services/logging_cfg.py,sha256=pg-DZRNc751m-tjvHqZf9PbMPVVnHN6az7AiytCDstU,1603
52
52
  groundx/extract/services/ratelimit.py,sha256=PU-9YV9dhzyci0A5knlGEJvi4Jdyl9-hguI0v_DFnYA,3206
53
53
  groundx/extract/services/sheets_client.py,sha256=0Sgy6dKYnjwdZ1He3m489D3mQ1038k5xBzbvgKO4BSs,4859
@@ -126,7 +126,7 @@ groundx/types/subscription_detail.py,sha256=GEEivqyiLsZtd8Ow7mqqwF1y0m0tHD-t9r9d
126
126
  groundx/types/subscription_detail_meters.py,sha256=vGqiR2uupVh5177DfOghjoe5mwzVhoWljKzPF-twUc0,794
127
127
  groundx/types/website_source.py,sha256=53jWDBtSrJVOsBVtVbZbjhEAsd0QGkXa7IuKO4AooLs,1542
128
128
  groundx/version.py,sha256=1yVogKaq260fQfckM2RYN2144SEw0QROsZW8ICtkG4U,74
129
- groundx-2.5.3.dist-info/LICENSE,sha256=dFE6nY1bHnSn6NqmdlghlU1gQqLqYNphrceGVehSa7o,1065
130
- groundx-2.5.3.dist-info/METADATA,sha256=z_h0WlBgFU7CU2wzQarsyv9USScm8oUaNgqIZB6O9VA,5833
131
- groundx-2.5.3.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
132
- groundx-2.5.3.dist-info/RECORD,,
129
+ groundx-2.5.5.dist-info/LICENSE,sha256=dFE6nY1bHnSn6NqmdlghlU1gQqLqYNphrceGVehSa7o,1065
130
+ groundx-2.5.5.dist-info/METADATA,sha256=qtBL0oFAMEcMFG8gbUIl5-1aCec-t3Kr6Czadf035Yo,5876
131
+ groundx-2.5.5.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
132
+ groundx-2.5.5.dist-info/RECORD,,