python-odmantic 1.0.2-3 source package in Ubuntu

Changelog

python-odmantic (1.0.2-3) unstable; urgency=medium

  * [762e4a4] autopkgtest: Restrict architecture to amd64 and arm64

 -- Carsten Schoenert <email address hidden>  Sun, 19 Jan 2025 22:37:39 +0200

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
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-odmantic_1.0.2-3.dsc 3.0 KiB af9781886caf6572f0c720e253949856880056cd34e5b349fba8a07a66199152
python-odmantic_1.0.2.orig.tar.gz 127.0 KiB a3f5739838f7e4aa610aa92520677af308b3f9ff22997505246f717421d79a7e
python-odmantic_1.0.2-3.debian.tar.xz 10.0 KiB 8911dca9cf7ebbfa7c5df100dc859a6f5df91ad0b365faf1ef0e4a3ffb4665c7

Available diffs

No changes file available.

Binary packages built by this source

python-odmantic-doc: Simple and powerful factories for mock data generation (Documentation)

 Sync and Async ODM (Object Document Mapper) for MongoDB based on standard
 Python type hints. Built on top of Pydantic for model definition and
 validation.
 .
 Core features:
  * Simple: define your model by typing your fields using Python types, build
    queries using Python comparison operators
  * Developer experience: field/method autocompletion, type hints, data
    validation, performing database operations with a functional API
  * Fully typed: leverage static analysis to reduce runtime issues
  * AsyncIO support: works well with ASGI frameworks (FastAPI, quart, sanic,
    Starlette, ...) but works also perfectly in synchronous environments
  * Serialization: built-in JSON serialization and JSON schema generation
 .
 This package contains the documentation for python3-polyfactor.

python3-odmantic: Sync and Async ODM (Object Document Mapper) for MongoDB (Python 3)

 Sync and Async ODM (Object Document Mapper) for MongoDB based on standard
 Python type hints. Built on top of Pydantic for model definition and
 validation.
 .
 Core features:
  * Simple: define your model by typing your fields using Python types, build
    queries using Python comparison operators
  * Developer experience: field/method autocompletion, type hints, data
    validation, performing database operations with a functional API
  * Fully typed: leverage static analysis to reduce runtime issues
  * AsyncIO support: works well with ASGI frameworks (FastAPI, quart, sanic,
    Starlette, ...) but works also perfectly in synchronous environments
  * Serialization: built-in JSON serialization and JSON schema generation
 .
 This package contains the Python 3 version.