Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 393 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 393 Bytes

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