mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-10 20:28:28 +03:00
* Add implementation tests for orchestrator + logging tests * Standardise method/class vars for extractors to see if they are suitable * Fix bugs with removing default loguru logger (allows further customisation) * Fix bug loading required fields from file *
11 lines
414 B
Python
11 lines
414 B
Python
{
|
|
"name": "Example Module",
|
|
"type": ["extractor", "feeder", "formatter", "storage", "enricher", "database"],
|
|
"requires_setup": False,
|
|
"dependencies": {"python": ["loguru"]
|
|
},
|
|
"configs": {
|
|
"csv_file": {"default": "db.csv", "help": "CSV file name"},
|
|
"required_field": {"required": True, "help": "required field in the CSV file"},
|
|
},
|
|
} |