antioch-py 2.0.4__tar.gz → 2.0.5__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.
Potentially problematic release.
This version of antioch-py might be problematic. Click here for more details.
- {antioch_py-2.0.4/antioch_py.egg-info → antioch_py-2.0.5}/PKG-INFO +1 -1
- {antioch_py-2.0.4 → antioch_py-2.0.5}/README.md +22 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5/antioch_py.egg-info}/PKG-INFO +1 -1
- {antioch_py-2.0.4 → antioch_py-2.0.5}/pyproject.toml +1 -1
- {antioch_py-2.0.4 → antioch_py-2.0.5}/MANIFEST.in +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/README.pypi.md +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/__init__.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/message.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/module/__init__.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/module/clock.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/module/execution.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/module/input.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/module/module.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/module/node.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/module/token.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/__init__.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/ark.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/asset.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/error.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/record.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/scene.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/session.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/task.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/views/__init__.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/views/animation.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/views/articulation.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/views/basis_curve.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/views/camera.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/views/collision.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/views/geometry.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/views/ground_plane.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/views/imu.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/views/joint.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/views/light.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/views/pir_sensor.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/views/radar.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/views/rigid_body.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch/session/views/xform.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch_py.egg-info/SOURCES.txt +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch_py.egg-info/dependency_links.txt +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch_py.egg-info/entry_points.txt +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch_py.egg-info/requires.txt +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/antioch_py.egg-info/top_level.txt +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/__init__.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/ark/__init__.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/ark/ark.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/ark/hardware.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/ark/kinematics.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/ark/module.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/ark/node.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/ark/scheduler.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/ark/sim.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/assets/__init__.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/constants.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/core/__init__.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/core/agent.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/core/auth.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/core/registry.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/core/task.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/__init__.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/annotation.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/array.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/base.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/camera.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/color.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/frame.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/image.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/imu.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/joint.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/log.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/pir.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/point.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/point_cloud.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/pose.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/quaternion.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/radar.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/types.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/message/vector.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/rome/__init__.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/rome/client.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/rome/error.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/__init__.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/environment.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/sim.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/views/__init__.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/views/animation.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/views/articulation.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/views/basis_curve.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/views/camera.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/views/collision.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/views/geometry.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/views/ground_plane.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/views/imu.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/views/joint.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/views/light.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/views/pir_sensor.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/views/radar.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/views/rigid_body.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/views/viewport.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/session/views/xform.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/utils/__init__.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/utils/comms.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/utils/logger.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/utils/time.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/common/utils/usd.py +0 -0
- {antioch_py-2.0.4 → antioch_py-2.0.5}/setup.cfg +0 -0
|
@@ -30,3 +30,25 @@ Install the pre-commit hooks to auto-run `uv sync` and `ruff format` on Git comm
|
|
|
30
30
|
```bash
|
|
31
31
|
uv run pre-commit install
|
|
32
32
|
```
|
|
33
|
+
|
|
34
|
+
## Releasing to PyPI
|
|
35
|
+
|
|
36
|
+
The package is published to PyPI as `antioch-py`. To release a new version:
|
|
37
|
+
|
|
38
|
+
1. **Bump the version** in `pyproject.toml` on a feature branch:
|
|
39
|
+
|
|
40
|
+
```toml
|
|
41
|
+
version = "2.1.0"
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
2. **Merge to main** via pull request
|
|
45
|
+
|
|
46
|
+
That's it! The GitHub Action automatically detects the version bump and publishes to PyPI.
|
|
47
|
+
|
|
48
|
+
### Versioning
|
|
49
|
+
|
|
50
|
+
Follow [semantic versioning](https://semver.org/):
|
|
51
|
+
|
|
52
|
+
- **MAJOR** (2.x.x → 3.0.0): Breaking API changes
|
|
53
|
+
- **MINOR** (2.0.x → 2.1.0): New features, backward compatible
|
|
54
|
+
- **PATCH** (2.0.0 → 2.0.1): Bug fixes, backward compatible
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|