INFO
Name: python3-sqlmodel
Version: 0.0.24-1.el10_1
Arch: noarch
Summary: SQL databases in Python, designed for simplicity, compatibility, and robustness
License: MIT
Vendor: Fedora Project
Build Host: buildvm-s390x-09.s390.fedoraproject.org
Build Date: Thu May 22 15:44:46 2025
Size: 11400
URL: https://github.com/fastapi/sqlmodel
Description: SQLModel 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.
FILES
/usr/lib/python3.12/site-packages/sqlmodel-0.0.24.dist-info
/usr/lib/python3.12/site-packages/sqlmodel-0.0.24.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/sqlmodel-0.0.24.dist-info/METADATA
/usr/lib/python3.12/site-packages/sqlmodel-0.0.24.dist-info/WHEEL
/usr/lib/python3.12/site-packages/sqlmodel-0.0.24.dist-info/licenses
/usr/lib/python3.12/site-packages/sqlmodel-0.0.24.dist-info/licenses/LICENSE
REQUIRES
(python3.12dist(pydantic) < 3~~ with python3.12dist(pydantic) >= 1.10.13)
(python3.12dist(sqlalchemy) < 2.1~~ with python3.12dist(sqlalchemy) >= 2.0.14)
python(abi) 3.12
python3-sqlmodel-slim 0.0.24-1.el10_1
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
rpmlib(RichDependencies) 4.12.0-1
rpmlib(TildeInVersions) 4.10.0-1
PROVIDES
python-sqlmodel 0.0.24-1.el10_1
python3-sqlmodel 0.0.24-1.el10_1
python3.12-sqlmodel 0.0.24-1.el10_1
python3.12dist(sqlmodel) 0.0.24
python3dist(sqlmodel) 0.0.24
CONFIG FILES
/usr/lib/python3.12/site-packages/sqlmodel-0.0.24.dist-info
/usr/lib/python3.12/site-packages/sqlmodel-0.0.24.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/sqlmodel-0.0.24.dist-info/METADATA
/usr/lib/python3.12/site-packages/sqlmodel-0.0.24.dist-info/WHEEL
/usr/lib/python3.12/site-packages/sqlmodel-0.0.24.dist-info/licenses
/usr/lib/python3.12/site-packages/sqlmodel-0.0.24.dist-info/licenses/LICENSE
LICENSE FILES
MIT
|