plexus-python 0.6.3__tar.gz → 0.7.1__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 (52) hide show
  1. {plexus_python-0.6.3 → plexus_python-0.7.1}/CHANGELOG.md +1 -1
  2. {plexus_python-0.6.3 → plexus_python-0.7.1}/PKG-INFO +1 -1
  3. {plexus_python-0.6.3 → plexus_python-0.7.1}/plexus/__init__.py +1 -1
  4. {plexus_python-0.6.3 → plexus_python-0.7.1}/pyproject.toml +1 -1
  5. {plexus_python-0.6.3 → plexus_python-0.7.1}/uv.lock +1 -1
  6. {plexus_python-0.6.3 → plexus_python-0.7.1}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  7. {plexus_python-0.6.3 → plexus_python-0.7.1}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  8. {plexus_python-0.6.3 → plexus_python-0.7.1}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  9. {plexus_python-0.6.3 → plexus_python-0.7.1}/.github/workflows/ci.yml +0 -0
  10. {plexus_python-0.6.3 → plexus_python-0.7.1}/.github/workflows/publish.yml +0 -0
  11. {plexus_python-0.6.3 → plexus_python-0.7.1}/.gitignore +0 -0
  12. {plexus_python-0.6.3 → plexus_python-0.7.1}/AGENTS.md +0 -0
  13. {plexus_python-0.6.3 → plexus_python-0.7.1}/API.md +0 -0
  14. {plexus_python-0.6.3 → plexus_python-0.7.1}/CODE_OF_CONDUCT.md +0 -0
  15. {plexus_python-0.6.3 → plexus_python-0.7.1}/CONTRIBUTING.md +0 -0
  16. {plexus_python-0.6.3 → plexus_python-0.7.1}/LICENSE +0 -0
  17. {plexus_python-0.6.3 → plexus_python-0.7.1}/README.md +0 -0
  18. {plexus_python-0.6.3 → plexus_python-0.7.1}/SECURITY.md +0 -0
  19. {plexus_python-0.6.3 → plexus_python-0.7.1}/TODO.md +0 -0
  20. {plexus_python-0.6.3 → plexus_python-0.7.1}/examples/.python-version +0 -0
  21. {plexus_python-0.6.3 → plexus_python-0.7.1}/examples/README.md +0 -0
  22. {plexus_python-0.6.3 → plexus_python-0.7.1}/examples/basic.py +0 -0
  23. {plexus_python-0.6.3 → plexus_python-0.7.1}/examples/can.py +0 -0
  24. {plexus_python-0.6.3 → plexus_python-0.7.1}/examples/i2c_bme280.py +0 -0
  25. {plexus_python-0.6.3 → plexus_python-0.7.1}/examples/mac_metrics.py +0 -0
  26. {plexus_python-0.6.3 → plexus_python-0.7.1}/examples/mavlink.py +0 -0
  27. {plexus_python-0.6.3 → plexus_python-0.7.1}/examples/mqtt.py +0 -0
  28. {plexus_python-0.6.3 → plexus_python-0.7.1}/examples/pyproject.toml +0 -0
  29. {plexus_python-0.6.3 → plexus_python-0.7.1}/examples/thermal_camera.py +0 -0
  30. {plexus_python-0.6.3 → plexus_python-0.7.1}/examples/uv.lock +0 -0
  31. {plexus_python-0.6.3 → plexus_python-0.7.1}/plexus/_log.py +0 -0
  32. {plexus_python-0.6.3 → plexus_python-0.7.1}/plexus/buffer.py +0 -0
  33. {plexus_python-0.6.3 → plexus_python-0.7.1}/plexus/cameras/__init__.py +0 -0
  34. {plexus_python-0.6.3 → plexus_python-0.7.1}/plexus/cameras/thermal.py +0 -0
  35. {plexus_python-0.6.3 → plexus_python-0.7.1}/plexus/cli.py +0 -0
  36. {plexus_python-0.6.3 → plexus_python-0.7.1}/plexus/client.py +0 -0
  37. {plexus_python-0.6.3 → plexus_python-0.7.1}/plexus/config.py +0 -0
  38. {plexus_python-0.6.3 → plexus_python-0.7.1}/plexus/ws.py +0 -0
  39. {plexus_python-0.6.3 → plexus_python-0.7.1}/scripts/plexus.service +0 -0
  40. {plexus_python-0.6.3 → plexus_python-0.7.1}/scripts/release.sh +0 -0
  41. {plexus_python-0.6.3 → plexus_python-0.7.1}/scripts/scan_buses.py +0 -0
  42. {plexus_python-0.6.3 → plexus_python-0.7.1}/scripts/setup.sh +0 -0
  43. {plexus_python-0.6.3 → plexus_python-0.7.1}/skills/plexus/SKILL.md +0 -0
  44. {plexus_python-0.6.3 → plexus_python-0.7.1}/skills/plexus/references/api.md +0 -0
  45. {plexus_python-0.6.3 → plexus_python-0.7.1}/skills/plexus/references/sdk.md +0 -0
  46. {plexus_python-0.6.3 → plexus_python-0.7.1}/tests/test_basic.py +0 -0
  47. {plexus_python-0.6.3 → plexus_python-0.7.1}/tests/test_buffer.py +0 -0
  48. {plexus_python-0.6.3 → plexus_python-0.7.1}/tests/test_config.py +0 -0
  49. {plexus_python-0.6.3 → plexus_python-0.7.1}/tests/test_retry.py +0 -0
  50. {plexus_python-0.6.3 → plexus_python-0.7.1}/tests/test_thermal.py +0 -0
  51. {plexus_python-0.6.3 → plexus_python-0.7.1}/tests/test_video.py +0 -0
  52. {plexus_python-0.6.3 → plexus_python-0.7.1}/tests/test_ws.py +0 -0
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## [0.6.3] - 2026-06-02 - Remove install_id / source_id auto-suffix
3
+ ## [0.7.1] - 2026-06-02 - Remove install_id / source_id auto-suffix
4
4
 
5
5
  ### Changed
6
6
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plexus-python
3
- Version: 0.6.3
3
+ Version: 0.7.1
4
4
  Summary: Thin Python SDK for Plexus — send telemetry in one line
5
5
  Project-URL: Homepage, https://plexus.dev
6
6
  Project-URL: Documentation, https://docs.plexus.dev
@@ -10,5 +10,5 @@ Plexus — thin Python SDK for sending telemetry to the Plexus gateway.
10
10
  from plexus.client import Plexus, PlexusError, AuthenticationError, read_mjpeg_frames
11
11
  from plexus.config import RetryConfig
12
12
 
13
- __version__ = "0.6.3"
13
+ __version__ = "0.7.1"
14
14
  __all__ = ["Plexus", "PlexusError", "AuthenticationError", "RetryConfig", "read_mjpeg_frames"]
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "plexus-python"
7
- version = "0.6.3"
7
+ version = "0.7.1"
8
8
  description = "Thin Python SDK for Plexus — send telemetry in one line"
9
9
  readme = "README.md"
10
10
  license = "Apache-2.0"
@@ -429,7 +429,7 @@ wheels = [
429
429
 
430
430
  [[package]]
431
431
  name = "plexus-python"
432
- version = "0.6.3"
432
+ version = "0.7.1"
433
433
  source = { editable = "." }
434
434
  dependencies = [
435
435
  { name = "websocket-client" },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes