python-beanie 2.0.1-1 source package in Ubuntu

Changelog

python-beanie (2.0.1-1) unstable; urgency=medium

  * Team upload
  * [162d987] d/watch: Update to version 5
  * [7a20c69] New upstream version 2.0.1
  * [e1fac3f] d/control: Remove non needed python3-motor from B-D

 -- Carsten Schoenert <email address hidden>  Sat, 13 Dec 2025 08:01:40 +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
Resolute release universe misc

Builds

Resolute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-beanie_2.0.1-1.dsc 2.1 KiB 88fe3d4c1fdac49e910dd00f3fcb377eb64ebb35b51d4c98876e2351e1832d90
python-beanie_2.0.1.orig.tar.gz 159.9 KiB e088b807993f76c1d7355c54ab235405be30fd8bb5fa7cf0bff747db383a0755
python-beanie_2.0.1-1.debian.tar.xz 4.0 KiB 0b6806f23c1d521b141c3996b806fe556af1fc43faeaa0105493ab2cf5c50ec9

Available diffs

No changes file available.

Binary packages built by this source

python3-beanie: Asynchronous Python object-document mapper (ODM) for MongoDB (Python 3)

 When using Beanie each database collection has a corresponding Document that
 is used to interact with that collection. In addition to retrieving data,
 Beanie allows you to add, update, or delete documents from the collection as
 well.
 .
 Beanie saves you time by removing boilerplate code, and it helps you focus on
 the parts of your app that actually matter.
 .
 This package installs the library for Python 3.