kotharcomputing 0.92.0__tar.gz → 0.94.0__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 (35) hide show
  1. {kotharcomputing-0.92.0/src/kotharcomputing.egg-info → kotharcomputing-0.94.0}/PKG-INFO +5 -5
  2. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/pyproject.toml +3 -3
  3. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0/src/kotharcomputing.egg-info}/PKG-INFO +5 -5
  4. kotharcomputing-0.94.0/src/kotharcomputing.egg-info/requires.txt +6 -0
  5. kotharcomputing-0.92.0/src/kotharcomputing.egg-info/requires.txt +0 -6
  6. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/LICENSE +0 -0
  7. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/README.md +0 -0
  8. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/setup.cfg +0 -0
  9. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/__init__.py +0 -0
  10. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/agents.py +0 -0
  11. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/ai.py +0 -0
  12. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/aleph_language_server.py +0 -0
  13. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/api_tokens.py +0 -0
  14. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/client.py +0 -0
  15. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/common.py +0 -0
  16. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/credits.py +0 -0
  17. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/errors.py +0 -0
  18. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/executions.py +0 -0
  19. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/fetch.py +0 -0
  20. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/files.py +0 -0
  21. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/jobs.py +0 -0
  22. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/py.typed +0 -0
  23. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/runtimes.py +0 -0
  24. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/service_prices.py +0 -0
  25. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/subscribe_user.py +0 -0
  26. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/subscribe_workspace.py +0 -0
  27. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/subscriptions.py +0 -0
  28. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/users.py +0 -0
  29. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing/workspaces.py +0 -0
  30. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing.egg-info/SOURCES.txt +0 -0
  31. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing.egg-info/dependency_links.txt +0 -0
  32. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/src/kotharcomputing.egg-info/top_level.txt +0 -0
  33. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/tests/test_fetch_auth_headers.py +0 -0
  34. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/tests/test_fetch_url_building.py +0 -0
  35. {kotharcomputing-0.92.0 → kotharcomputing-0.94.0}/tests/test_public_api.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kotharcomputing
3
- Version: 0.92.0
3
+ Version: 0.94.0
4
4
  Summary: Python SDK for the Kothar API
5
5
  Author: Kothar Computing
6
6
  License-Expression: Apache-2.0
@@ -14,10 +14,10 @@ Requires-Python: >=3.11
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE
16
16
  Provides-Extra: dev
17
- Requires-Dist: poethepoet>=0.30; extra == "dev"
18
- Requires-Dist: ruff>=0.9; extra == "dev"
19
- Requires-Dist: pytest>=8; extra == "dev"
20
- Requires-Dist: build>=1.2; extra == "dev"
17
+ Requires-Dist: poethepoet>=0.46.0; extra == "dev"
18
+ Requires-Dist: ruff>=0.15.14; extra == "dev"
19
+ Requires-Dist: pytest>=9.0.3; extra == "dev"
20
+ Requires-Dist: build>=1.5.0; extra == "dev"
21
21
  Dynamic: license-file
22
22
 
23
23
  # kotharcomputing
@@ -1,10 +1,10 @@
1
1
  [build-system]
2
- requires = ["setuptools>=69", "wheel"]
2
+ requires = ["setuptools>=82.0.1", "wheel>=0.47.0"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "kotharcomputing"
7
- version = "0.92.0"
7
+ version = "0.94.0"
8
8
  description = "Python SDK for the Kothar API"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
@@ -12,7 +12,7 @@ license = "Apache-2.0"
12
12
  license-files = ["LICENSE"]
13
13
  authors = [{ name = "Kothar Computing" }]
14
14
  dependencies = []
15
- optional-dependencies = { dev = ["poethepoet>=0.30", "ruff>=0.9", "pytest>=8", "build>=1.2"] }
15
+ optional-dependencies = { dev = ["poethepoet>=0.46.0", "ruff>=0.15.14", "pytest>=9.0.3", "build>=1.5.0"] }
16
16
  keywords = ["kothar", "api", "sdk"]
17
17
  classifiers = [
18
18
  "Programming Language :: Python :: 3",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kotharcomputing
3
- Version: 0.92.0
3
+ Version: 0.94.0
4
4
  Summary: Python SDK for the Kothar API
5
5
  Author: Kothar Computing
6
6
  License-Expression: Apache-2.0
@@ -14,10 +14,10 @@ Requires-Python: >=3.11
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE
16
16
  Provides-Extra: dev
17
- Requires-Dist: poethepoet>=0.30; extra == "dev"
18
- Requires-Dist: ruff>=0.9; extra == "dev"
19
- Requires-Dist: pytest>=8; extra == "dev"
20
- Requires-Dist: build>=1.2; extra == "dev"
17
+ Requires-Dist: poethepoet>=0.46.0; extra == "dev"
18
+ Requires-Dist: ruff>=0.15.14; extra == "dev"
19
+ Requires-Dist: pytest>=9.0.3; extra == "dev"
20
+ Requires-Dist: build>=1.5.0; extra == "dev"
21
21
  Dynamic: license-file
22
22
 
23
23
  # kotharcomputing
@@ -0,0 +1,6 @@
1
+
2
+ [dev]
3
+ poethepoet>=0.46.0
4
+ ruff>=0.15.14
5
+ pytest>=9.0.3
6
+ build>=1.5.0
@@ -1,6 +0,0 @@
1
-
2
- [dev]
3
- poethepoet>=0.30
4
- ruff>=0.9
5
- pytest>=8
6
- build>=1.2