Implements configurables and options to create cleaner transformation classes, and ease documentation of available options.

This commit is contained in:
Romain Dorgueil
2017-01-16 16:22:13 +01:00
parent cf4c7b9817
commit b6e84c66e3
4 changed files with 144 additions and 0 deletions

View File

@ -32,6 +32,7 @@ __all__ = [
'Bag',
'CsvReader',
'CsvWriter',
'Configurable',
'FileReader',
'FileWriter',
'Graph',
@ -39,6 +40,7 @@ __all__ = [
'JsonWriter',
'NOT_MODIFIED',
'NaiveStrategy',
'Option',
'ProcessPoolExecutorStrategy',
'ThreadPoolExecutorStrategy',
'__version__',
@ -53,3 +55,5 @@ __all__ = [
'service',
'tee',
]
del sys