[ ソース: python-odmantic ]
パッケージ: python-odmantic-doc (1.0.2-5)
python-odmantic-doc に関するリンク
Debian の資源:
python-odmantic ソースパッケージをダウンロード:
- [python-odmantic_1.0.2-5.dsc]
- [python-odmantic_1.0.2.orig.tar.gz]
- [python-odmantic_1.0.2-5.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.