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
This commit is contained in:
parent
74c8d20284
commit
cba905e367
18 changed files with 34 additions and 26 deletions
|
@ -21,7 +21,7 @@ setup(
|
|||
license="AGPLv3",
|
||||
packages=[
|
||||
"libretime_analyzer",
|
||||
"libretime_analyzer.steps",
|
||||
"libretime_analyzer.pipeline",
|
||||
],
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
|
@ -34,6 +34,7 @@ setup(
|
|||
"pika>=1.0.0",
|
||||
"file-magic",
|
||||
"requests>=2.7.0",
|
||||
"typing_extensions",
|
||||
],
|
||||
extras_require={
|
||||
"dev": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue