Codebase list pyexcel / run/8d0e55f4-4e62-4808-bf11-719e9940a34c/upstream pyexcel / plugins / sources / params.py
run/8d0e55f4-4e62-4808-bf11-719e9940a34c/upstream

Tree @run/8d0e55f4-4e62-4808-bf11-719e9940a34c/upstream (Download .tar.gz)

params.py @run/8d0e55f4-4e62-4808-bf11-719e9940a34c/upstreamraw · history · blame

"""
    pyexcel.plugins.sources.params
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Local magic workds

    :copyright: (c) 2015-2022 by Onni Software Ltd.
    :license: New BSD License
"""
# keywords
MEMORY = "memory"
FILE_TYPE = "file_type"
FILE_NAME = "file_name"
FILE_STREAM = "file_stream"
SESSION = "session"
TABLE = "table"
MODEL = "model"
TABLES = "tables"
MODELS = "models"
FILE_CONTENT = "file_content"
ADICT = "adict"
RECORDS = "records"
ARRAY = "array"
COLUMN_NAMES = "column_names"
QUERY_SETS = "query_sets"
DEPRECATED_OUT_FILE = "out_file"
BOOKDICT = "bookdict"
MAPDICT = "mapdict"
MAPDICTS = "mapdicts"
INITIALIZER = "initializer"
INITIALIZERS = "initializers"
BATCH_SIZE = "batch_size"
URL = "url"
SHEET_STREAM = "sheet_stream"

INPUT = "input"