AllenNeuralDynamics / AllenNeuralDynamics/one-liner
Support Loading from Config
- Lenguaje dominante
- Python
- Estrellas
- 3
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
We'd like to configure RouterServer Streamer feature solely from a config if the function arguments are all literal types. Bonus: if we can use a similar schema structure returned when we call `get_stream_configurations`.
Something like:
```python
periodic_streams': {'prototome_stage_positions': {'enabled': True,
'encoding': 'pickle',
'instance': 'prototome_cd',
'callable': 'get_positions',
'args': [],
'kwds': {},
'frequency_hz': 10.0}
```
We also want to be able to configure the client via config.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.