--- id: lamindb-setup version: "1.25.6" license: unclear license_treatment: unclear maintenance: active --- # lamindb_setup — Setup & configure LaminDB. License: unclear · Maintenance: active · Downloads: 101.2K/mo ## 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 above — 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 pip install lamindb-setup uv add lamindb-setup 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_current - Install friction: low - Maintenance: active - Downloads: 101.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags lamindb setup configuration, database initialization framework, lamindb environment setup, data management platform config, lamindb credentials management, database connection setup, lamindb instance initialization, database-setup, configuration-management, cloud-integration [View on SkillFed](https://skillfed.io/packages/lamindb-setup) · [View on PyPI](https://pypi.org/project/lamindb-setup/)