Rebrand Pinscope to Periscope across product and codebase.

Rename the core package to periscopex, update UI/docs/Docker/deploy defaults to periscope.michelebigi.it, and keep legacy version/storage key aliases so existing projects keep working.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-13 20:02:04 +02:00
co-authored by Cursor
parent 556306bf4d
commit 8d2b85600f
177 changed files with 869 additions and 766 deletions
+4 -4
View File
@@ -2,8 +2,8 @@
from __future__ import annotations
from backend.pinscopex.antenna_rf import build_antenna_report, build_design_recipe
from backend.pinscopex.models import (
from backend.periscopex.antenna_rf import build_antenna_report, build_design_recipe
from backend.periscopex.models import (
CapacitorSpecs,
Component,
ComponentType,
@@ -187,7 +187,7 @@ def test_design_recipe_ready_with_ant_and_stackup():
def test_geometry_templates_produce_export():
from backend.pinscopex.antenna_geometry import build_geometry
from backend.periscopex.antenna_geometry import build_geometry
for tmpl in ("ifa", "meander", "stub"):
geo = build_geometry(tmpl, f0_mhz=2440.0, w_mm=0.4, er=4.5)
@@ -201,7 +201,7 @@ def test_geometry_templates_produce_export():
def test_geometry_overflow_tiny_zone():
from backend.pinscopex.antenna_geometry import build_geometry
from backend.periscopex.antenna_geometry import build_geometry
geo = build_geometry(
"ifa",