Information for build python-sqlmodel-0.0.24-1.fc42

ID17187
Package Namepython-sqlmodel
Version0.0.24
Release1.fc42
Epoch
DraftFalse
SummarySQL databases in Python, designed for simplicity, compatibility, and robustness
DescriptionSQLModel is a library for interacting with SQL databases from Python code, with Python objects. It is designed to be intuitive, easy to use, highly compatible, and robust. SQLModel is based on Python type annotations, and powered by Pydantic and SQLAlchemy. The key features are: • Intuitive to write: Great editor support. Completion everywhere. Less time debugging. Designed to be easy to use and learn. Less time reading docs. • Easy to use: It has sensible defaults and does a lot of work underneath to simplify the code you write. • Compatible: It is designed to be compatible with FastAPI, Pydantic, and SQLAlchemy. • Extensible: You have all the power of SQLAlchemy and Pydantic underneath. • Short: Minimize code duplication. A single type annotation does a lot of work. No need to duplicate models in SQLAlchemy and Pydantic.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 09 Jun 2025 16:49:32 UTC
CompletedMon, 09 Jun 2025 16:49:32 UTC
Tags
f42
RPMs
src
python-sqlmodel-0.0.24-1.fc42.src.rpm (info) (download)
noarch
python3-sqlmodel-0.0.24-1.fc42.noarch.rpm (info) (download)
python3-sqlmodel-slim-0.0.24-1.fc42.noarch.rpm (info) (download)
Changelog * Fri Mar 07 2025 Packit <hello@packit.dev> - 0.0.24-1 - Update to 0.0.24 upstream release - Resolves: rhbz#2350555 * Sat Mar 01 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.0.23-1 - Update to 0.0.23 upstream release - Resolves: rhbz#2349039 * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Tue Nov 19 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.0.22-1 - Initial package (close RHBZ#2318408)