python-odmantic 1.0.2-4 source package in Ubuntu

Changelog

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

  * [3c51bf2] d/control: Correct typo in pkg long description
    We mean of course python3-odmantic in the long description for
    python-odmantic-doc (instead of -polyfactory).
  * [f607338] d/control: Bump Standards-Version to 4.7.2
    No further changes needed.

 -- Carsten Schoenert <email address hidden>  Tue, 22 Jul 2025 08:12:22 +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
Questing release universe misc

Builds

Questing: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-odmantic_1.0.2-4.dsc 3.0 KiB 099bb72820f63b6e415d59ad40b1a2f6bf8544482a8618b94025b607e51babf6
python-odmantic_1.0.2.orig.tar.gz 127.0 KiB a3f5739838f7e4aa610aa92520677af308b3f9ff22997505246f717421d79a7e
python-odmantic_1.0.2-4.debian.tar.xz 10.1 KiB b0315a666deee90d0eee21be19603a829b7fe22ca698805f3ce43d3efe3f2b7d

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-odmantic.

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.