skillfed

lamindb_setup

Setup & configure LaminDB.

lamindb-setup v1.25.6 101.2K downloads/30d#12,951 on PyPI8
License unclear Active released

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-setup

uv

uv add lamindb-setup

poetry

poetry add lamindb-setup

Installing 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

lamindb setup configurationdatabase initialization frameworklamindb environment setupdata management platform configlamindb credentials managementdatabase connection setuplamindb instance initialization
database-setupconfiguration-managementcloud-integration

More Database packages