ormar 0.12.0-3 source package in Ubuntu

Changelog

ormar (0.12.0-3) unstable; urgency=medium

  * Patch pyproject.toml to allow SQLAlchemy newer than 1.4.42.
    (Closes: #1027063)
  * debian/tests/control: Add Depends for python3-httpx. This is a new
    dependency of python3-starlette, but it is only used for the starlette
    test client, so has not been added as a dependency of that package.

 -- Edward Betts <edward@4angle.com>  Wed, 28 Dec 2022 14:40:50 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ormar_0.12.0-3.dsc 2.6 KiB 270e9ef9c531750076f8fc4cc327fdaf44d499c1076bfa5c8af4339581a7fcf9
ormar_0.12.0.orig.tar.gz 324.3 KiB d470b56705e7733d65ab85de39d7735561b46e1a2902e13a1f9d65ee3d55379b
ormar_0.12.0-3.debian.tar.xz 4.0 KiB 03b4e5e19ab2928890ffd23b3c08bd65c9bfc2d6d755ec52927c411218483c0e

Available diffs

No changes file available.

Binary packages built by this source

python3-ormar: async ORM with fastapi in mind and pydantic validation

 An async mini ORM for Python, with support for Postgres, MySQL, and SQLite.
 .
 The main benefits of using ormar are:
 .
   * getting an async ORM that can be used with async frameworks (fastapi,
     starlette etc.)
   * getting just one model to maintain - you don't have to maintain pydantic
     and other orm models (sqlalchemy, peewee, gino etc.)
 .
 The goal was to create a simple ORM that can be used directly (as request and
 response models) with fastapi that bases it's data validation on pydantic.