Options - unihan_etl.options
¶
Configuration for the unihan-etl package.
- class unihan_etl.options.Options(source='http://www.unicode.org/Public/UNIDATA/Unihan.zip', destination=PosixPath('/home/runner/.local/share/unihan_etl/unihan.{ext}'), zip_path=PosixPath('/home/runner/.cache/unihan_etl/downloads/Unihan.zip'), work_dir=PosixPath('/home/runner/.cache/unihan_etl/downloads'), fields=<factory>, format='csv', input_files=<factory>, download=False, expand=True, prune_empty=True, cache=True, log_level='INFO')[source]¶
Bases:
object
Options for unihan-etl.
- Parameters:
-
destination:
Path
= PosixPath('/home/runner/.local/share/unihan_etl/unihan.{ext}')¶
-
zip_path:
Path
= PosixPath('/home/runner/.cache/unihan_etl/downloads/Unihan.zip')¶
-
work_dir:
Path
= PosixPath('/home/runner/.cache/unihan_etl/downloads')¶
- log_level: LogLevel = 'INFO'¶