ormar 0.11.3-1 source package in Ubuntu

Changelog

ormar (0.11.3-1) unstable; urgency=medium

  * New upstream release.

 -- Edward Betts <edward@4angle.com>  Wed, 07 Sep 2022 15:01:10 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ormar_0.11.3-1.dsc 2.6 KiB daa9cf2fa16a0b2cd3df2440a3fd40278b17e3145015b7675dfbbe670e16fd75
ormar_0.11.3.orig.tar.gz 345.6 KiB 2619bc1cd14ec399b99f53e5f50c54902c699357b4967aea15c09b1418d255f8
ormar_0.11.3-1.debian.tar.xz 2.7 KiB 6b549e7d4b76067943b8158b2dd433a2a2f96d2c713f15398bff7debb0cc4a8f

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.