Skip to content

BodhiSearch/pymongoexpr

Repository files navigation

pymongoexpr

Simple python library to parse limited MongoDB filter expression and represent as Python object

setup

  1. checkout the code
  2. install the pre-commit git hook pre-commit install
  3. install the dependencies poetry install
  4. run the test poetry run pytest
  5. build the project poetry build
  6. run pre-commit poetry run pre-commit run --all-files