LICENSE.txt
README.md
pyproject.toml
pymongo_aggregate/__init__.py
pymongo_aggregate/const.py
pymongo_aggregate/pipeline.py
pymongo_aggregate/version.py
pymongo_aggregate.egg-info/PKG-INFO
pymongo_aggregate.egg-info/SOURCES.txt
pymongo_aggregate.egg-info/dependency_links.txt
pymongo_aggregate.egg-info/top_level.txt
pymongo_aggregate/operations/__init__.py
pymongo_aggregate/operations/base_operation.py
pymongo_aggregate/operations/operators/__init__.py
pymongo_aggregate/operations/operators/accumulator.py
pymongo_aggregate/operations/operators/avg.py
pymongo_aggregate/operations/operators/cond.py
pymongo_aggregate/operations/operators/function.py
pymongo_aggregate/operations/operators/gt.py
pymongo_aggregate/operations/operators/multiply.py
pymongo_aggregate/operations/operators/op_operation.py
pymongo_aggregate/operations/operators/regex_find.py
pymongo_aggregate/operations/operators/size.py
pymongo_aggregate/operations/operators/split.py
pymongo_aggregate/operations/operators/sum.py
pymongo_aggregate/operations/queries/__init__.py
pymongo_aggregate/operations/queries/equals.py
pymongo_aggregate/operations/queries/exists.py
pymongo_aggregate/operations/queries/gt.py
pymongo_aggregate/operations/queries/lt.py
pymongo_aggregate/operations/queries/or_op.py
pymongo_aggregate/operations/queries/query_operation.py
pymongo_aggregate/operations/stages/__init__.py
pymongo_aggregate/operations/stages/count.py
pymongo_aggregate/operations/stages/group.py
pymongo_aggregate/operations/stages/match.py
pymongo_aggregate/operations/stages/project.py
pymongo_aggregate/operations/stages/stage_operation.py
pymongo_aggregate/operations/stages/unwind.py
pymongo_aggregate/utils/__init__.py
pymongo_aggregate/utils/code_validator.py