Metadata-Version: 2.1
Name: lamindb
Version: 0.51.3
Summary: Open-source data platform for biology.
Author-email: Lamin Labs <laminlabs@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: lnschema_core==0.46.3
Requires-Dist: lamindb_setup==0.51.2
Requires-Dist: lamin_utils==0.10.4
Requires-Dist: rapidfuzz
Requires-Dist: pyarrow
Requires-Dist: typing_extensions!=4.6.0
Requires-Dist: python-dateutil
Requires-Dist: anndata>=0.9.1,<=0.9.2
Requires-Dist: fsspec
Requires-Dist: pandas
Requires-Dist: graphviz
Requires-Dist: botocore==1.29.76 ; extra == "aws"
Requires-Dist: urllib3<2 ; extra == "aws"
Requires-Dist: boto3==1.26.76 ; extra == "aws"
Requires-Dist: fsspec[s3]==2023.5.0 ; extra == "aws"
Requires-Dist: lnschema_bionty==0.30.2 ; extra == "bionty"
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: nox ; extra == "dev"
Requires-Dist: laminci>=0.3 ; extra == "dev"
Requires-Dist: pytest>=6.0 ; extra == "dev"
Requires-Dist: coverage ; extra == "dev"
Requires-Dist: pytest-cov ; extra == "dev"
Requires-Dist: nbproject_test>=0.3.0 ; extra == "dev"
Requires-Dist: faker-biology ; extra == "dev"
Requires-Dist: erdiagram>=0.1.3 ; extra == "erdiagram"
Requires-Dist: readfcs>=1.1.5 ; extra == "fcs"
Requires-Dist: fsspec[gs]==2023.5.0 ; extra == "gcp"
Requires-Dist: nbproject==0.9.2 ; extra == "jupyter"
Requires-Dist: psycopg2-binary ; extra == "postgres"
Requires-Dist: zarr>=2.16.0 ; extra == "zarr"
Project-URL: Home, https://github.com/laminlabs/lamindb
Provides-Extra: aws
Provides-Extra: bionty
Provides-Extra: dev
Provides-Extra: erdiagram
Provides-Extra: fcs
Provides-Extra: gcp
Provides-Extra: jupyter
Provides-Extra: postgres
Provides-Extra: zarr

[![Stars](https://img.shields.io/github/stars/laminlabs/lamindb?logo=GitHub&color=yellow)](https://github.com/laminlabs/lamindb)
[![codecov](https://codecov.io/gh/laminlabs/lamindb/branch/main/graph/badge.svg?token=VKMRJ7OWR3)](https://codecov.io/gh/laminlabs/lamindb)
[![pypi](https://img.shields.io/pypi/v/lamindb?color=blue&label=pypi%20package)](https://pypi.org/project/lamindb)

# LaminDB - Open-source data platform for biology

```{warning}

Public beta: Close to having converged a stable API, but some breaking changes might still occur.

Here is an [intro video](https://www.youtube.com/watch?v=DtJ9KnqWA8Q).

```

LaminDB is a Python library to manage data & analyses related to biology.

<img src="https://lamin-site-assets.s3.amazonaws.com/.lamindb/BunYmHkyFLITlM5MYQTN.png" width="500px">

## Features

- Unify access to metadata (registries) & data (files, datasets)
- Validate & query data leveraging ontologies
- Track data flow through pipelines, notebooks & app uploads
- Manage metadata schema-less or schema-full
- Collaborate across a mesh of LaminDB instances

## Documentation

Read the [docs](https://lamin.ai/docs).

