primitive 0.1.8__tar.gz → 0.1.10__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 (43) hide show
  1. {primitive-0.1.8 → primitive-0.1.10}/PKG-INFO +2 -2
  2. {primitive-0.1.8 → primitive-0.1.10}/pyproject.toml +1 -1
  3. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/__about__.py +1 -1
  4. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/agent/actions.py +1 -1
  5. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/hardware/actions.py +0 -6
  6. {primitive-0.1.8 → primitive-0.1.10}/.git-hooks/pre-commit +0 -0
  7. {primitive-0.1.8 → primitive-0.1.10}/.gitattributes +0 -0
  8. {primitive-0.1.8 → primitive-0.1.10}/.github/workflows/lint.yml +0 -0
  9. {primitive-0.1.8 → primitive-0.1.10}/.github/workflows/publish.yml +0 -0
  10. {primitive-0.1.8 → primitive-0.1.10}/.gitignore +0 -0
  11. {primitive-0.1.8 → primitive-0.1.10}/.vscode/settings.json +0 -0
  12. {primitive-0.1.8 → primitive-0.1.10}/LICENSE.txt +0 -0
  13. {primitive-0.1.8 → primitive-0.1.10}/Makefile +0 -0
  14. {primitive-0.1.8 → primitive-0.1.10}/README.md +0 -0
  15. {primitive-0.1.8 → primitive-0.1.10}/linux setup.md +0 -0
  16. {primitive-0.1.8 → primitive-0.1.10}/requirements.txt +0 -0
  17. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/__init__.py +0 -0
  18. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/agent/commands.py +0 -0
  19. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/auth/__init__.py +0 -0
  20. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/auth/actions.py +0 -0
  21. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/auth/commands.py +0 -0
  22. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/cli.py +0 -0
  23. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/client.py +0 -0
  24. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/files/actions.py +0 -0
  25. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/files/commands.py +0 -0
  26. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/graphql/__init__.py +0 -0
  27. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/graphql/sdk.py +0 -0
  28. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/hardware/commands.py +0 -0
  29. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/lint/actions.py +0 -0
  30. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/lint/commands.py +0 -0
  31. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/projects/__init__.py +0 -0
  32. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/projects/actions.py +0 -0
  33. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/simulations/__init__.py +0 -0
  34. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/simulations/actions.py +0 -0
  35. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/utils/actions.py +0 -0
  36. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/utils/config.py +0 -0
  37. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/utils/files.py +0 -0
  38. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/utils/git.py +0 -0
  39. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/utils/memory_size.py +0 -0
  40. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/utils/printer.py +0 -0
  41. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/utils/shell.py +0 -0
  42. {primitive-0.1.8 → primitive-0.1.10}/src/primitive/utils/verible.py +0 -0
  43. {primitive-0.1.8 → primitive-0.1.10}/tests/__init__.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: primitive
3
- Version: 0.1.8
3
+ Version: 0.1.10
4
4
  Project-URL: Documentation, https://github.com//primitivecorp/primitive-cli#readme
5
5
  Project-URL: Issues, https://github.com//primitivecorp/primitive-cli/issues
6
6
  Project-URL: Source, https://github.com//primitivecorp/primitive-cli
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.12
18
18
  Classifier: Programming Language :: Python :: Implementation :: CPython
19
19
  Classifier: Programming Language :: Python :: Implementation :: PyPy
20
- Requires-Python: >=3.12
20
+ Requires-Python: >=3.11
21
21
  Requires-Dist: click
22
22
  Requires-Dist: gql[all]
23
23
  Requires-Dist: ipdb
@@ -7,7 +7,7 @@ name = "primitive"
7
7
  dynamic = ["version"]
8
8
  description = ''
9
9
  readme = "README.md"
10
- requires-python = ">=3.12"
10
+ requires-python = ">=3.11"
11
11
  license = "MIT"
12
12
  keywords = []
13
13
  authors = [
@@ -1,4 +1,4 @@
1
1
  # SPDX-FileCopyrightText: 2024-present Dylan Stein <dylan@steins.studio>
2
2
  #
3
3
  # SPDX-License-Identifier: MIT
4
- __version__ = "0.1.8"
4
+ __version__ = "0.1.10"
@@ -14,7 +14,7 @@ class Agent(BaseAction):
14
14
  logger.info(f" [*] Version: {__version__}")
15
15
 
16
16
  # self.primitive.hardware.update_hardware_system_info()
17
- self.primitive.hardware.check_in_http()
17
+ self.primitive.hardware.check_in_http(is_available=True, is_online=True)
18
18
 
19
19
  try:
20
20
  while True:
@@ -171,12 +171,6 @@ class Hardware(BaseAction):
171
171
 
172
172
  gpu_config.append(gpu_info)
173
173
 
174
- # Raise an error if there is no valid gpu config
175
- if not gpu_config:
176
- message = "No valid gpu configuration"
177
- logger.error(message)
178
- raise NotImplementedError(message)
179
-
180
174
  return gpu_config
181
175
 
182
176
  def _get_windows_computer_service_product_values(self) -> Dict[str, str]:
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes