Simple python library to parse limited MongoDB filter expression and represent as Python object
- checkout the code
- install the pre-commit git hook
pre-commit install
- install the dependencies
poetry install
- run the test
poetry run pytest
- build the project
poetry build
- run pre-commit
poetry run pre-commit run --all-files