Options - unihan_etl.options¶
Configuration for the unihan-etl package.
Bases:
objectOptions for unihan-etl.
-
attribute
-
attribute
-
attribute
-
attribute
-
format: t.Literal['json', 'csv', 'yaml', 'python'] = 'csv'¶attribute
-
log_level: LogLevel = 'INFO'¶attribute
-
__init__(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')¶method[source]
-