skillfed

seba-sqlite

Legacy sqlite storage for Seba

seba-sqlite v0.1.2 77.8K downloads/30d#14,498 on PyPI
Copyleft license DORMANT released

What it is and what it does

Seba-sqlite is a legacy SQLite storage module designed to work with the Everest optimizer, a scientific computing framework. It provides a persistent backend for storing and retrieving optimization data using SQLite, allowing workflows to checkpoint and resume computations. The package depends on numpy and supports Python 3.8 through 3.11.

The package is classified as Production/Stable but has been dormant with no recent updates. It is released under GPLv3, which imposes copyleft obligations on any code that uses or modifies it. The low install friction and pure-Python distribution make it straightforward to add to an environment, but the lack of active maintenance and the legacy designation suggest it may not receive bug fixes or compatibility updates for newer Everest versions.

Use it for:

  • Checkpoint and restore optimization runs in Everest workflows using SQLite as a lightweight persistent store.
  • Legacy projects that depend on the original Seba storage interface and cannot migrate to newer backends.
  • Scientific computing pipelines that need simple file-based data persistence without external database infrastructure.
  • Prototyping optimization algorithms where SQLite's simplicity outweighs the need for a full database server.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides legacy SQLite storage backend for the Everest optimizer, enabling persistent data management for optimization workflows.

Yes-with-conditions. Install only if you are maintaining or extending an existing Everest-based project that already uses this storage backend. The low install friction and lack of security vulnerabilities make it safe to add, but the dormant maintenance status and legacy designation mean it is not suitable for new projects—evaluate whether a newer Everest storage backend or alternative persistence layer would better serve your needs.

Install

seba-sqlite on PyPI

pip

pip install seba-sqlite

uv

uv add seba-sqlite

poetry

poetry add seba-sqlite

Installing seba-sqlite

Before you install

Low install friction with a pure Python wheel. Package is dormant with no recent maintenance activity, though it remains classified as Production/Stable and supports current Python versions.

License in practice

Licensed under GPLv3 (copyleft). Any derivative work or modification must be distributed under the same license terms; proprietary or closed-source projects cannot incorporate this code without complying with GPLv3 obligations.

Quickstart

pip install seba-sqlite
import seba_sqlite
# Use with Everest optimizer for SQLite-backed storage

Requires numpy as a runtime dependency; intended for use with the Everest optimizer framework.

Verify before relying

  • Specific API surface and how it integrates with Everest optimizer—documentation or examples not provided in fact sheet.
  • Whether the package is still functional with current Everest versions or if it has been superseded.
  • Active maintenance status beyond the dormant classification—whether the maintainers are responsive to issues.

Package facts

License not declared (copyleft)
Python support supports the current Python release (>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies 1 — numpy
Maintenance dormant — 630 days since the last release
First released
Downloads 77,758/month — #14,498 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: seba_sqlite-0.1.2-py3-none-any.whl

Development Status :: 5 - Production/StableLicense :: OSI Approved :: GNU General Public License v3 (GPLv3)Natural Language :: EnglishProgramming Language :: PythonProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Scientific/Engineering

Tags

sqlite storage backendeverest optimizer storagelegacy seba storageoptimization data persistencesqlite database wrapperscientific computing storage
legacyoptimizationscientific-computing

More Scientific/Engineering packages