dsss.config.Config#
- class dsss.config.Config(store: dsss.store.Store, debug: bool = True, data_path: ~pathlib.Path = <factory>, version_string: str = <factory>)#
Bases:
objectConfiguration for a server instance.
- __init__(store: dsss.store.Store, debug: bool = True, data_path: ~pathlib.Path = <factory>, version_string: str = <factory>) None#
Methods
__init__(store[, debug, data_path, ...])Attributes
Start the server in debugging mode.
Storage class to use; the fully qualified name of a class in
store.Path containing data.
version_string- store: dsss.store.Store#
Storage class to use; the fully qualified name of a class in
store.