Commit graph

3 commits

Author SHA1 Message Date
Jonas L
cba905e367
refactor(analyzer): improve analyzer pipeline module (#1542)
* rename steps to pipeline module

* move pipeline entrypoint to pipeline module

* rename steps test module to pipeline

* fix paths after renames

* move step protocol to pipeline

* create pipeline status enum

* use Protocol from typing extensions

* Fix linting
2022-01-28 07:09:19 +02:00
jo
2cae31a97a refactor(analyzer): redefine *_analyzer into steps
- update imports and names
- define step as a protocol
- extract analyzer function from classes
2022-01-18 11:18:19 +02:00
jo
f6a52c8324 refactor(analyzer): rename analyzer files 2022-01-18 11:18:19 +02:00
Renamed from analyzer/libretime_analyzer/analyzer_pipeline.py (Browse further)