lamindb_setup
Setup & configure LaminDB.
What it is and what it does
lamindb-setup is the configuration and initialization layer for LaminDB, a data management framework. It handles the setup of database connections, credential management, environment configuration, and instance initialization. The package abstracts away the complexity of connecting to different database backends (PostgreSQL, Supabase) and cloud storage providers (AWS via botocore), letting users initialize a LaminDB instance with minimal boilerplate.
The package is designed as a dependency of the broader LaminDB ecosystem and pulls in Django, database URL parsing, JWT handling, and cloud SDKs to manage the full lifecycle of database and authentication setup. It's actively maintained and carries low installation friction, though its 16 runtime dependencies mean it brings a moderate dependency tree into your environment.
Use it for:
- Initialize a new LaminDB instance pointing to a PostgreSQL or Supabase database with automatic credential loading from environment variables.
- Configure multi-environment LaminDB deployments (dev, staging, production) using environment-specific .env files and platform-specific settings.
- Set up cloud-backed LaminDB instances with AWS S3 or other object storage via botocore integration.
- Manage database migrations and schema setup for LaminDB without manual SQL or ORM configuration.
- Integrate LaminDB initialization into Docker or containerized deployment workflows with automatic environment detection.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Configures and initializes LaminDB instances, handling database setup, credentials, and environment configuration for the LaminDB data management framework.
Yes, if you are building on LaminDB. This is a foundational setup package for the LaminDB ecosystem—install it when you need to initialize or configure a LaminDB instance. The active maintenance, low install friction, and lack of known vulnerabilities support adoption. However, verify the license terms first, as they are not declared in the package metadata. If you are not using LaminDB, this package has no standalone value.
Install
lamindb-setup on PyPI
pip
pip install lamindb-setupuv
uv add lamindb-setuppoetry
poetry add lamindb-setupInstalling lamindb_setup
Before you install
Active maintenance with a recent release (11 days old). Low install friction with a pure-Python wheel. Requires Python 3.10 or later. Pulls in 16 runtime dependencies including Django, database drivers, and cloud SDKs—a moderate dependency footprint typical of a configuration layer for a larger platform.
License in practice
License status is unclear—no SPDX identifier or raw license text is declared. Verify the actual license terms before use in proprietary or restricted contexts.
Quickstart
pip install lamindb-setup
import lamindb_setup
# Configure LaminDB instance with environment or explicit parameters
lamindb_setup.init()
Requires Python 3.10 or later. Database backend (PostgreSQL or compatible) and cloud credentials (AWS/Supabase) may be needed depending on configuration.
Verify before relying
- What specific database backends and cloud providers are supported beyond PostgreSQL and Supabase?
- Does this package work standalone or only as part of the full LaminDB ecosystem?
- What is the actual license under which this package is distributed?
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 16 — lamin_utils, python-dotenv, django, dj_database_url, django-pgtrigger, pydantic-settings, platformdirs, httpx_retries, requests, universal_pathlib, botocore, supabase, websockets, pyjwt, psutil, packaging |
| Maintenance | actively maintained — 11 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 101,234/month — #12,951 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: lamindb_setup-1.25.6-py3-none-any.whl
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
lamindbLaminDB is a data management system for…
unclear · top 15,000 on PyPI
lamin_cliProvides a command-line interface for managing…
unclear · top 15,000 on PyPI
lamin_utilsProvides utility functions and helpers for…
permissive · top 15,000 on PyPI
sbi4onnxModifies ONNX model files to initialize or…
permissive · top 15,000 on PyPI
pyrigpyrig scaffolds, initializes, and maintains…
permissive · top 15,000 on PyPI
testing.common.databaseProvides base classes and utilities for…
permissive · top 5,000 on PyPI
agent-framework-azure-cosmosProvides Azure Cosmos DB integration for the…
permissive · top 15,000 on PyPI
cloud-sql-python-connectorProvides IAM-based authentication and encrypted…
permissive · top 5,000 on PyPI
genie.libs.confGenie Libs Conf provides Python object-based…
permissive · top 15,000 on PyPI
google-cloud-alloydb-connectorProvides secure, IAM-based connections to…
permissive · top 15,000 on PyPI