Source: python-odmantic Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Carsten Schoenert , Kathara Sasikumar , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, flit, pybuild-plugin-pyproject, python3-all, Build-Depends-Indep: mkdocs , mkdocs-macros-plugin , mkdocs-material , mkdocstrings-python-handlers , pydocstyle , python3-bson , python3-fastapi , python3-httpx , python3-inline-snapshot , python3-motor , python3-pydantic , python3-pymongo , python3-pytest , python3-pytest-asyncio , python3-pytest-benchmark , python3-pytest-codspeed , python3-pytest-xdist , Standards-Version: 4.7.0 Homepage: https://github.com/art049/odmantic Vcs-Git: https://salsa.debian.org/python-team/packages/python-odmantic.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-odmantic Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Package: python-odmantic-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${mkdocs:Depends}, Multi-Arch: foreign Description: 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. Package: python3-odmantic Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Suggests: python-odmantic-doc, Description: 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.