Skip to main content

No project description provided

Project description

Motor Stubs

Experimental stubs for motor.

motor-stubs is NOT an officially supported MongoDB product.

Installation

motor-stubs can be installed with pip

pip install motor-stubs

Dependencies

  • Python >= 3.9
  • Motor >= 3.0.0, < 4.0

Note

  1. You should not use this stubs package after the official motor package supports inline type annotations.
  2. File generator.py can help to parse class AgnosticCollection and AgnosticDatabase, other class might not work

Usage generator.py

# at the project root, and get into python shell
from motor.core import AgnosticCollection
from generator import gen

gen(AgnosticCollection)

It will output a file in folder pyi_tmp/.

Support / Feedback

motor-stubs is experimental and is not an officially supported MongoDB product. For questions, discussions, or general technical support, visit the MongoDB Community Forums.

Contribute

Poetry

use poetry as package manager, you can follow the official installation guide here

Pre-Commit

use Python package pre-commit for style check

# after install poetry

# install project dependencies
poetry install
# then
pre-commit install

Commitizen

use Python package commitizen for commit-msg lint and version bump tool

commit

cz c
# follow the description

bump version

cz bump

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

motor-stubs-1.7.1.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

motor_stubs-1.7.1-py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page