squidcloud-client 1.0.485__tar.gz → 1.0.486__tar.gz

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.
Files changed (17) hide show
  1. {squidcloud_client-1.0.485 → squidcloud_client-1.0.486}/PKG-INFO +22 -22
  2. {squidcloud_client-1.0.485 → squidcloud_client-1.0.486}/pyproject.toml +1 -1
  3. {squidcloud_client-1.0.485 → squidcloud_client-1.0.486}/setup.cfg +4 -4
  4. {squidcloud_client-1.0.485 → squidcloud_client-1.0.486}/squidcloud/http.py +0 -1
  5. {squidcloud_client-1.0.485 → squidcloud_client-1.0.486}/squidcloud_client.egg-info/PKG-INFO +22 -22
  6. {squidcloud_client-1.0.485 → squidcloud_client-1.0.486}/squidcloud/__init__.py +0 -0
  7. {squidcloud_client-1.0.485 → squidcloud_client-1.0.486}/squidcloud/ai.py +0 -0
  8. {squidcloud_client-1.0.485 → squidcloud_client-1.0.486}/squidcloud/client.py +0 -0
  9. {squidcloud_client-1.0.485 → squidcloud_client-1.0.486}/squidcloud/extraction.py +0 -0
  10. {squidcloud_client-1.0.485 → squidcloud_client-1.0.486}/squidcloud/matchmaking.py +0 -0
  11. {squidcloud_client-1.0.485 → squidcloud_client-1.0.486}/squidcloud/py.typed +0 -0
  12. {squidcloud_client-1.0.485 → squidcloud_client-1.0.486}/squidcloud/types.py +0 -0
  13. {squidcloud_client-1.0.485 → squidcloud_client-1.0.486}/squidcloud/web.py +0 -0
  14. {squidcloud_client-1.0.485 → squidcloud_client-1.0.486}/squidcloud_client.egg-info/SOURCES.txt +0 -0
  15. {squidcloud_client-1.0.485 → squidcloud_client-1.0.486}/squidcloud_client.egg-info/dependency_links.txt +0 -0
  16. {squidcloud_client-1.0.485 → squidcloud_client-1.0.486}/squidcloud_client.egg-info/requires.txt +0 -0
  17. {squidcloud_client-1.0.485 → squidcloud_client-1.0.486}/squidcloud_client.egg-info/top_level.txt +0 -0
@@ -1,22 +1,22 @@
1
- Metadata-Version: 2.4
2
- Name: squidcloud-client
3
- Version: 1.0.485
4
- Summary: Squid Cloud Python client SDK
5
- Author-email: Squid Cloud <support@squid.cloud>
6
- License: MIT
7
- Project-URL: Homepage, https://squid.cloud
8
- Project-URL: Documentation, https://docs.squid.cloud
9
- Project-URL: Repository, https://github.com/squid-cloud/squid-cloud
10
- Classifier: Programming Language :: Python :: 3
11
- Classifier: Programming Language :: Python :: 3.11
12
- Classifier: Programming Language :: Python :: 3.12
13
- Classifier: Programming Language :: Python :: 3.13
14
- Classifier: License :: OSI Approved :: MIT License
15
- Classifier: Operating System :: OS Independent
16
- Classifier: Typing :: Typed
17
- Requires-Python: >=3.11
18
- Requires-Dist: httpx>=0.27.0
19
- Provides-Extra: dev
20
- Requires-Dist: pytest>=7.0; extra == "dev"
21
- Requires-Dist: pytest-asyncio>=0.21; extra == "dev"
22
- Requires-Dist: ruff>=0.11.0; extra == "dev"
1
+ Metadata-Version: 2.4
2
+ Name: squidcloud-client
3
+ Version: 1.0.486
4
+ Summary: Squid Cloud Python client SDK
5
+ Author-email: Squid Cloud <support@squid.cloud>
6
+ License: MIT
7
+ Project-URL: Homepage, https://squid.cloud
8
+ Project-URL: Documentation, https://docs.squid.cloud
9
+ Project-URL: Repository, https://github.com/squid-cloud/squid-cloud
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.11
12
+ Classifier: Programming Language :: Python :: 3.12
13
+ Classifier: Programming Language :: Python :: 3.13
14
+ Classifier: License :: OSI Approved :: MIT License
15
+ Classifier: Operating System :: OS Independent
16
+ Classifier: Typing :: Typed
17
+ Requires-Python: >=3.11
18
+ Requires-Dist: httpx>=0.27.0
19
+ Provides-Extra: dev
20
+ Requires-Dist: pytest>=7.0; extra == "dev"
21
+ Requires-Dist: pytest-asyncio>=0.21; extra == "dev"
22
+ Requires-Dist: ruff>=0.11.0; extra == "dev"
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "squidcloud-client"
7
- version = "1.0.485"
7
+ version = "1.0.486"
8
8
  description = "Squid Cloud Python client SDK"
9
9
  requires-python = ">=3.11"
10
10
  license = {text = "MIT"}
@@ -1,4 +1,4 @@
1
- [egg_info]
2
- tag_build =
3
- tag_date = 0
4
-
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -20,7 +20,6 @@ _KOTLIN_CONTROLLERS = frozenset(
20
20
  "mutation",
21
21
  "native-query",
22
22
  "query",
23
- "queue",
24
23
  ]
25
24
  )
26
25
 
@@ -1,22 +1,22 @@
1
- Metadata-Version: 2.4
2
- Name: squidcloud-client
3
- Version: 1.0.485
4
- Summary: Squid Cloud Python client SDK
5
- Author-email: Squid Cloud <support@squid.cloud>
6
- License: MIT
7
- Project-URL: Homepage, https://squid.cloud
8
- Project-URL: Documentation, https://docs.squid.cloud
9
- Project-URL: Repository, https://github.com/squid-cloud/squid-cloud
10
- Classifier: Programming Language :: Python :: 3
11
- Classifier: Programming Language :: Python :: 3.11
12
- Classifier: Programming Language :: Python :: 3.12
13
- Classifier: Programming Language :: Python :: 3.13
14
- Classifier: License :: OSI Approved :: MIT License
15
- Classifier: Operating System :: OS Independent
16
- Classifier: Typing :: Typed
17
- Requires-Python: >=3.11
18
- Requires-Dist: httpx>=0.27.0
19
- Provides-Extra: dev
20
- Requires-Dist: pytest>=7.0; extra == "dev"
21
- Requires-Dist: pytest-asyncio>=0.21; extra == "dev"
22
- Requires-Dist: ruff>=0.11.0; extra == "dev"
1
+ Metadata-Version: 2.4
2
+ Name: squidcloud-client
3
+ Version: 1.0.486
4
+ Summary: Squid Cloud Python client SDK
5
+ Author-email: Squid Cloud <support@squid.cloud>
6
+ License: MIT
7
+ Project-URL: Homepage, https://squid.cloud
8
+ Project-URL: Documentation, https://docs.squid.cloud
9
+ Project-URL: Repository, https://github.com/squid-cloud/squid-cloud
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.11
12
+ Classifier: Programming Language :: Python :: 3.12
13
+ Classifier: Programming Language :: Python :: 3.13
14
+ Classifier: License :: OSI Approved :: MIT License
15
+ Classifier: Operating System :: OS Independent
16
+ Classifier: Typing :: Typed
17
+ Requires-Python: >=3.11
18
+ Requires-Dist: httpx>=0.27.0
19
+ Provides-Extra: dev
20
+ Requires-Dist: pytest>=7.0; extra == "dev"
21
+ Requires-Dist: pytest-asyncio>=0.21; extra == "dev"
22
+ Requires-Dist: ruff>=0.11.0; extra == "dev"