system
check
check(outer=None)
Performs OakVar system checkup.
PARAMETER | DESCRIPTION |
---|---|
outer
|
DEFAULT:
|
RETURNS | DESCRIPTION |
---|---|
bool
|
True if all tests passed. False if not. |
md
md(directory=None)
Gets or sets OakVar modules directory.
PARAMETER | DESCRIPTION |
---|---|
directory
|
Path to a new OakVar modules directory. If given, OakVar modules directory will be set to this value.
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
Optional[Path]
|
Path of the new or existing OakVar modules directory. |
setup
setup(
clean=False,
refresh_db=False,
clean_cache_files=False,
setup_file=None,
email="",
pw="",
create_account=False,
custom_system_conf=None,
publish_time="",
outer=None,
system_worker_state=None,
sg_mode=False,
modules=[],
)
setup.
PARAMETER | DESCRIPTION |
---|---|
clean
|
Perform clean installation. Installed modules and analysis results are not erased.
TYPE:
|
refresh_db
|
Refreshes store server data.
TYPE:
|
clean_cache_files
|
Cleans store cache files.
TYPE:
|
setup_file
|
Path to a custom system configuration file. If given, the system configuraton from this file will be used instead of default system configuratoin values.
TYPE:
|
email
|
OakVar store account Email
TYPE:
|
pw
|
OakVar store account password
TYPE:
|
custom_system_conf
|
Custom system configuration as a Dict
TYPE:
|
publish_time
|
publish_time
TYPE:
|
system_worker_state
|
DEFAULT:
|
outer
|
DEFAULT:
|