You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename distribution retina-sdk -> trio-retina (import stays 'retina')
PyPI blocks 'retina-sdk' as too similar to the existing 'retina' project, so
the published package is 'trio-retina' (matches the repo + brand). The import
name is unchanged: 'import retina'. Updates pyproject name, all README/docs
install commands, and the install hints in error messages / examples.
Also lands the DX fixes from the usability test:
- non-ML on-ramp at the top of the README
- examples/rtsp_to_webhook.py + examples/from_supervision.py (runnable, no model)
- honest 'no model/GPU' scoping for the forecast/video demos
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
3
3
build-backend = "hatchling.build"
4
4
5
5
[project]
6
-
name = "retina-sdk"
6
+
name = "trio-retina"
7
7
version = "0.1.0"
8
8
description = "Model-agnostic computer-vision pipeline: turn any detector (YOLO, VLM, Grounding DINO) into structured tracking events — zone intrusion, line-crossing, dwell, counting — over video or RTSP. The state layer for world models."
0 commit comments