Skip to content

Commit b614e6b

Browse files
committed
Add InstrumentInput
1 parent 0aa8e49 commit b614e6b

11 files changed

Lines changed: 19 additions & 0 deletions

File tree

Data/Index.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,15 @@
733733
"curated": true
734734
}
735735
],
736+
"InstrumentInput": [
737+
{
738+
"repository": "https://codeberg.org/stv0g/InstrumentInput",
739+
"git_ref": "main",
740+
"branch_display_name": "main",
741+
"zip_url": "https://codeberg.org/stv0g/InstrumentInput/archive/main.zip",
742+
"curated": true
743+
}
744+
],
736745
"InventorLoader": [
737746
{
738747
"repository": "https://github.com/jmplonka/InventorLoader",

Data/Python/3.10/Allowed-Packages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ sentry-sdk
9898
shapely
9999
six
100100
streamdeck
101+
sylvac-measure
101102
trimesh
102103
triangle
103104
typing-extensions

Data/Python/3.10/constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ six==1.17.0
117117
sortedcontainers==2.4.0
118118
soupsieve==2.8.1
119119
streamdeck==0.9.8
120+
sylvac-measure==0.2.2
120121
sympy==1.14.0
121122
testtools==2.8.2
122123
threadpoolctl==3.6.0

Data/Python/3.11/Allowed-Packages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ sentry-sdk
9898
shapely
9999
six
100100
streamdeck
101+
sylvac-measure
101102
trimesh
102103
triangle
103104
typing-extensions

Data/Python/3.11/constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ six==1.17.0
118118
sortedcontainers==2.4.0
119119
soupsieve==2.8.3
120120
streamdeck==0.9.8
121+
sylvac-measure==0.2.2
121122
sympy==1.14.0
122123
testtools==2.8.7
123124
threadpoolctl==3.6.0

Data/Python/3.12/Allowed-Packages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ sentry-sdk
9898
shapely
9999
six
100100
streamdeck
101+
sylvac-measure
101102
trimesh
102103
triangle
103104
typing-extensions

Data/Python/3.12/constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ six==1.17.0
117117
sortedcontainers==2.4.0
118118
soupsieve==2.8.3
119119
streamdeck==0.9.8
120+
sylvac-measure==0.2.2
120121
sympy==1.14.0
121122
testtools==2.8.7
122123
threadpoolctl==3.6.0

Data/Python/3.13/Allowed-Packages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ sentry-sdk
9898
shapely
9999
six
100100
streamdeck
101+
sylvac-measure
101102
trimesh
102103
triangle
103104
typing-extensions

Data/Python/3.13/constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ six==1.17.0
113113
sortedcontainers==2.4.0
114114
soupsieve==2.8.3
115115
streamdeck==0.9.8
116+
sylvac-measure==0.2.2
116117
sympy==1.14.0
117118
testtools==2.8.7
118119
threadpoolctl==3.6.0

Data/Python/3.14/Allowed-Packages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ sentry-sdk
9898
shapely
9999
six
100100
streamdeck
101+
sylvac-measure
101102
trimesh
102103
# triangle Not yet available for Python 3.14
103104
typing-extensions

0 commit comments

Comments
 (0)