kscale 0.3.8__tar.gz → 0.3.9__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 (42) hide show
  1. {kscale-0.3.8/kscale.egg-info → kscale-0.3.9}/PKG-INFO +3 -2
  2. {kscale-0.3.8 → kscale-0.3.9}/kscale/__init__.py +1 -1
  3. {kscale-0.3.8 → kscale-0.3.9}/kscale/web/cli/robot_class.py +1 -6
  4. {kscale-0.3.8 → kscale-0.3.9}/kscale/web/gen/api.py +2 -0
  5. {kscale-0.3.8 → kscale-0.3.9/kscale.egg-info}/PKG-INFO +3 -2
  6. {kscale-0.3.8 → kscale-0.3.9}/LICENSE +0 -0
  7. {kscale-0.3.8 → kscale-0.3.9}/MANIFEST.in +0 -0
  8. {kscale-0.3.8 → kscale-0.3.9}/README.md +0 -0
  9. {kscale-0.3.8 → kscale-0.3.9}/kscale/artifacts/__init__.py +0 -0
  10. {kscale-0.3.8 → kscale-0.3.9}/kscale/artifacts/plane.obj +0 -0
  11. {kscale-0.3.8 → kscale-0.3.9}/kscale/artifacts/plane.urdf +0 -0
  12. {kscale-0.3.8 → kscale-0.3.9}/kscale/cli.py +0 -0
  13. {kscale-0.3.8 → kscale-0.3.9}/kscale/conf.py +0 -0
  14. {kscale-0.3.8 → kscale-0.3.9}/kscale/py.typed +0 -0
  15. {kscale-0.3.8 → kscale-0.3.9}/kscale/requirements-dev.txt +0 -0
  16. {kscale-0.3.8 → kscale-0.3.9}/kscale/requirements.txt +0 -0
  17. {kscale-0.3.8 → kscale-0.3.9}/kscale/utils/__init__.py +0 -0
  18. {kscale-0.3.8 → kscale-0.3.9}/kscale/utils/api_base.py +0 -0
  19. {kscale-0.3.8 → kscale-0.3.9}/kscale/utils/checksum.py +0 -0
  20. {kscale-0.3.8 → kscale-0.3.9}/kscale/utils/cli.py +0 -0
  21. {kscale-0.3.8 → kscale-0.3.9}/kscale/web/__init__.py +0 -0
  22. {kscale-0.3.8 → kscale-0.3.9}/kscale/web/cli/__init__.py +0 -0
  23. {kscale-0.3.8 → kscale-0.3.9}/kscale/web/cli/robot.py +0 -0
  24. {kscale-0.3.8 → kscale-0.3.9}/kscale/web/cli/user.py +0 -0
  25. {kscale-0.3.8 → kscale-0.3.9}/kscale/web/clients/__init__.py +0 -0
  26. {kscale-0.3.8 → kscale-0.3.9}/kscale/web/clients/base.py +0 -0
  27. {kscale-0.3.8 → kscale-0.3.9}/kscale/web/clients/client.py +0 -0
  28. {kscale-0.3.8 → kscale-0.3.9}/kscale/web/clients/robot.py +0 -0
  29. {kscale-0.3.8 → kscale-0.3.9}/kscale/web/clients/robot_class.py +0 -0
  30. {kscale-0.3.8 → kscale-0.3.9}/kscale/web/clients/user.py +0 -0
  31. {kscale-0.3.8 → kscale-0.3.9}/kscale/web/gen/__init__.py +0 -0
  32. {kscale-0.3.8 → kscale-0.3.9}/kscale/web/utils.py +0 -0
  33. {kscale-0.3.8 → kscale-0.3.9}/kscale.egg-info/SOURCES.txt +0 -0
  34. {kscale-0.3.8 → kscale-0.3.9}/kscale.egg-info/dependency_links.txt +0 -0
  35. {kscale-0.3.8 → kscale-0.3.9}/kscale.egg-info/entry_points.txt +0 -0
  36. {kscale-0.3.8 → kscale-0.3.9}/kscale.egg-info/not-zip-safe +0 -0
  37. {kscale-0.3.8 → kscale-0.3.9}/kscale.egg-info/requires.txt +0 -0
  38. {kscale-0.3.8 → kscale-0.3.9}/kscale.egg-info/top_level.txt +0 -0
  39. {kscale-0.3.8 → kscale-0.3.9}/pyproject.toml +0 -0
  40. {kscale-0.3.8 → kscale-0.3.9}/setup.cfg +0 -0
  41. {kscale-0.3.8 → kscale-0.3.9}/setup.py +0 -0
  42. {kscale-0.3.8 → kscale-0.3.9}/tests/test_dummy.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: kscale
3
- Version: 0.3.8
3
+ Version: 0.3.9
4
4
  Summary: The kscale project
5
5
  Home-page: https://github.com/kscalelabs/kscale
6
6
  Author: Benjamin Bolte
@@ -32,6 +32,7 @@ Dynamic: author
32
32
  Dynamic: description
33
33
  Dynamic: description-content-type
34
34
  Dynamic: home-page
35
+ Dynamic: license-file
35
36
  Dynamic: provides-extra
36
37
  Dynamic: requires-dist
37
38
  Dynamic: requires-python
@@ -1,6 +1,6 @@
1
1
  """Defines the common interface for the K-Scale Python API."""
2
2
 
3
- __version__ = "0.3.8"
3
+ __version__ = "0.3.9"
4
4
 
5
5
  from pathlib import Path
6
6
 
@@ -453,12 +453,7 @@ async def run_mujoco(class_name: str, no_cache: bool) -> None:
453
453
  try:
454
454
  import mujoco.viewer
455
455
  except ImportError:
456
- click.echo(
457
- click.style(
458
- "Mujoco and mujoco-python-viewer are required; install with `pip install mujoco`",
459
- fg="red",
460
- )
461
- )
456
+ click.echo(click.style("Mujoco is required; install with `pip install mujoco`", fg="red"))
462
457
  return
463
458
 
464
459
  async with RobotClassClient() as client:
@@ -36,6 +36,7 @@ class JointMetadataInput(BaseModel):
36
36
  friction: Optional[Union[float, str]] = Field(None, title="Friction")
37
37
  offset: Optional[Union[float, str]] = Field(None, title="Offset")
38
38
  flipped: Optional[bool] = Field(None, title="Flipped")
39
+ actuator_type: Optional[str] = Field(None, title="Actuator Type")
39
40
 
40
41
 
41
42
  class JointMetadataOutput(BaseModel):
@@ -46,6 +47,7 @@ class JointMetadataOutput(BaseModel):
46
47
  friction: Optional[str] = Field(None, title="Friction")
47
48
  offset: Optional[str] = Field(None, title="Offset")
48
49
  flipped: Optional[bool] = Field(None, title="Flipped")
50
+ actuator_type: Optional[str] = Field(None, title="Actuator Type")
49
51
 
50
52
 
51
53
  class OICDInfo(BaseModel):
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: kscale
3
- Version: 0.3.8
3
+ Version: 0.3.9
4
4
  Summary: The kscale project
5
5
  Home-page: https://github.com/kscalelabs/kscale
6
6
  Author: Benjamin Bolte
@@ -32,6 +32,7 @@ Dynamic: author
32
32
  Dynamic: description
33
33
  Dynamic: description-content-type
34
34
  Dynamic: home-page
35
+ Dynamic: license-file
35
36
  Dynamic: provides-extra
36
37
  Dynamic: requires-dist
37
38
  Dynamic: requires-python
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes