A full/meta-package for the LaminDB data management ecosystem, unifying modules like `lamin_lamindb`, `lamindb_setup`, and `bionty` into a single import. Current stable version 2.4.2 requires Python 3.10–3.14. The library is actively maintained with monthly releases.
pip install lamindbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a LaminDB instance locally (bypasses LaminHub auth) and create an Artifact. Ensure LAMIN_INSTANCE_ID env var is set for testing.
Use `lamin migrate` CLI tool to upgrade existing databases; rewrite code using v2 API.
Use `pip install lamindb` and add optional packages individually.
Call `ln.setup.init(storage='./local_path', schema='small')` for a local test instance.
Use `ln.Artifact.from_memory(data, key='...')`.
Run `pip install lamindb` in the correct environment (Python 3.10-3.14).
Set `LAMIN_INSTANCE_ID` env var or call `ln.setup.init(storage='./mydata')`.
Use `import lamindb as ln` then `ln.Artifact`. Update with `pip install --upgrade lamindb`.
Remove `version` from the call; use `ln.Artifact.from_file(path, description='...')`.