Add method to insert manual samples into the database

Introduce `create_manual_sample` method to handle the creation of manual samples using `SampleShortInfo`. This includes optional handling of data collection parameters and integrates with the existing API for database insertion.
This commit is contained in:
GotthardG
2025-06-25 17:37:44 +02:00
parent a3cc9f29a7
commit 2cca9c52eb
+1 -1
View File
@@ -18,7 +18,7 @@ dependencies = [
"python_multipart==0.0.20",
"websocket-client",
"sseclient-py>=1.8.0",
#"aaredaqlib==0.2.0",
"aaredaqlib==0.2.0",
]
[lint]