Setup & configure LaminDB, a data management framework for biological data. Version 1.25.0, monthly releases. Handles authentication, instance configuration, and environment setup for LaminDB.
pip install lamindb-setupNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a local LaminDB instance with storage directory and required modules (e.g., bionty).
Always pass a list of module names (e.g., `modules='bionty'`).
Use `ln_setup.settings.instance.db` or set environment variables `LAMINDB_DB` and `LAMINDB_PASSWORD`.
Replace `ln_setup.login()` with `ln_setup.init(...)`.
Set `LAMINDB_INSTANCE` in your shell or use `os.environ['LAMINDB_INSTANCE']='...'` before import.
Check `ln_setup.is_initialized()` before calling `init()`, or restart the Python session.
No resource links recorded.