monggregate/__init__.py,sha256=PhdlWNIZNQTQ1z4SOp_ssubNzKqad5QOLmLdYfWGum0,293
monggregate/base.py,sha256=mP1ggWT1F-DSJ9KiGRwfPep9NT3AKq6cWlLWerqaPk4,2236
monggregate/index.py,sha256=evaUyftBmKhkYTc0-ehzP2Tc-EfSG2L2xVu2dU907Fs,5174
monggregate/pipeline.py,sha256=VX4NoDRJLyyc2pndwDXC121Y1MNG8n8Mab3VbF5BL-w,36860
monggregate/utils.py,sha256=UTxh-fpcVlFvpnObeSJx3QLcFC7Lv7nwF-9BNlloRiw,2052
monggregate/expressions/__init__.py,sha256=3EmosLzUqTSq-Q5IYT15RoYiGYTWQizOOjTqYYP07UA,3392
monggregate/expressions/aggregation_variables.py,sha256=hh9vcPnT-fMN4Qdj8eJoRJJfk2P0uzkFMyQrsFo7q30,614
monggregate/expressions/content.py,sha256=GKpCVt-3ot6sgrXzAqZkigpLIFRHugGq6FYaVooTROI,519
monggregate/expressions/expressions.py,sha256=THGfwrH6QXPmCX0rs7RKTAaZ1Pi7khZoTSfiJWhISvY,10796
monggregate/expressions/fields.py,sha256=DWP3r3cEiqOtXafKjcrGBd-dbmWRYKyNIufSpvgSv6w,668
monggregate/operators/__init__.py,sha256=enl2Mk-IjT3QT2_zgHShdYzHQUgsdvnU1k7ZX3f0fhg,1252
monggregate/operators/operator.py,sha256=KdYkTt5iXSLBRE52zEuY_nDZ9dTlIi7brai__mXn7oM,268
monggregate/operators/accumulators/__init__.py,sha256=W6GBRxY6yREtUwTmlOGf9mAnGxLsgUOVyDRjpt-zmHA,556
monggregate/operators/accumulators/accumulator.py,sha256=7yDWzwYkiCM0vFlBeyq4JlBokf8-3GxCCLeApx2-XQU,1121
monggregate/operators/accumulators/avg.py,sha256=IZPnRES4tQ1KAR6NOVFlrnFaVRD6s6bEeROz9cZNXpY,2938
monggregate/operators/accumulators/count.py,sha256=jOChX0YVSLIO-XexgcrWGdei8R0axhsvBvNPxL7R3qY,1873
monggregate/operators/accumulators/first.py,sha256=f14qZGg7MAq-n8J-8HdGFPGY43BS32acRnGIMdYUHS4,2435
monggregate/operators/accumulators/last.py,sha256=sauYQ5LWUc9Fl5Pm-eGsInP825bK_BaRh816am-zw_U,2130
monggregate/operators/accumulators/max.py,sha256=Z2FnSjFTcCsUhE-8tk0bOpWgcNky1EYzzS2Q4hBKhVs,3141
monggregate/operators/accumulators/min.py,sha256=bJQEN_8vyjO5a4jmtYvv3iixl6UXnodgfA3SnYLXNVI,3098
monggregate/operators/accumulators/push.py,sha256=HuKL9FFFApRfNyLKGIIEURHKr_VOzpBw29nc4sQ9CNo,1314
monggregate/operators/accumulators/sum.py,sha256=ozeKghX2N8KkxF0dsElgfGZw3fcwULh1WwQD4kh2axc,3728
monggregate/operators/array/__init__.py,sha256=25wM7Ijco-y_nVuUHpAfspjaoVoiw669oTPinJ-dVvE,698
monggregate/operators/array/array.py,sha256=7nWNIq-_-AnCgPwSUukKNU5S3d-PGDiHVQQmkmP8IOo,3112
monggregate/operators/array/array_to_object.py,sha256=2jB8lFBKl9jLrOmM7KIpjors94PV9opvGDWct8MrajU,2375
monggregate/operators/array/filter.py,sha256=0HnP62j-sjaxHKpoZKE7kdUDTLCTdRU_oMvvk6Tmtpk,4074
monggregate/operators/array/first.py,sha256=5GiBv06eJZmWQjMH8R6IxBcspmBctM9GstRzHYI9QSA,3671
monggregate/operators/array/in_.py,sha256=giWSoJxcSqbLge7V_N7M4DMIE0kVWSkZ5sBS5Sdf_Xs,1888
monggregate/operators/array/is_array.py,sha256=Eg5-DuYjq1nRmdSy6g7fXDsoF7--IWu-OVyHXpB1wcU,1461
monggregate/operators/array/last.py,sha256=zT9aagikWZhKk0HbKWpQD1l021UdwJtZLEIZfQSQKzA,3906
monggregate/operators/array/max_n.py,sha256=_Oftmz5jS2wmXBQdPoeuyi--jfp5lk-2UCF9Cxqxq9M,2449
monggregate/operators/array/min_n.py,sha256=l-_ZaoEHncXPSyxYtFgk0BpV6z6aP_JP8GSWDgFk5UA,2448
monggregate/operators/array/size.py,sha256=1FyNrlUDPzpGDE47jMRlawGpup_CN6cD-JklVpEjSwg,1337
monggregate/operators/array/sort_array.py,sha256=lpOJ3M8y-Vgo6qrmM3QXcpWMPU2XpAy0KwcJ7GmcQHE,3588
monggregate/operators/boolean/__init__.py,sha256=jAdfvRBd1dDYANIk0-FKTe2dQuOU9Hybawl-Lt299IM,204
monggregate/operators/boolean/and_.py,sha256=6bhlwEKoO5zIDpi1nIKqOTEBFDRCZr3lEFWltktUq7I,2479
monggregate/operators/boolean/boolean.py,sha256=YL8MZITGvcLmDmbo7cvZG_rtlylJmPRengQjfJ7dw60,1071
monggregate/operators/boolean/not_.py,sha256=h8ZuBQrjznLalnM0EV1PIivTwC1pL1L0kRco8XO4xC0,1487
monggregate/operators/boolean/or_.py,sha256=0gBrNRTIf-Y3NG-zqzOoQUlq-USSO3G9CCytEjKR_2Q,1554
monggregate/operators/comparison/__init__.py,sha256=8B4d5ReX62On2lcfqYEWSBCqWi2E6zbpzGM1ahAah9Q,621
monggregate/operators/comparison/cmp.py,sha256=I-nSYTnGneyvYV1tWi_ssjW2JsFM42TfoHd52u6Cius,1504
monggregate/operators/comparison/comparator.py,sha256=Zq4zCga2jXOPz0iiBZq6n66tVLiMU_MCL_brjuYo-rs,1306
monggregate/operators/comparison/eq.py,sha256=2kFns6u5rjdPO27Zv73I9Iv4nEgiWQVS9knRgb1YGb4,1469
monggregate/operators/comparison/gt.py,sha256=j-F9kCkyDWje3qtaA7RRwhjxsAKAftupIZa-z5lZUoQ,1523
monggregate/operators/comparison/gte.py,sha256=Jk_lWzb_kj0P20dVRDucYF7aRQCEbGNv2nGW2WjF1us,1534
monggregate/operators/comparison/lt.py,sha256=OOLRkQYVuIDjSJ-xzWq_jJdwzWaYYSgxwjArNQcWC-c,1469
monggregate/operators/comparison/lte.py,sha256=_sY22eEGwVHXeOhIRlBFpgeylV4cKED2woZqH--8RPY,1530
monggregate/operators/comparison/ne.py,sha256=DD8DqzVG58Sgm8ja6UG3pgoLLFvt6IF6VN3hLELAoD8,1484
monggregate/operators/objects/__init__.py,sha256=w7INB5l5ukGRwH-_DVYLH3rP_yQoUEGcfKB9J6VxnlA,208
monggregate/operators/objects/merge_objects.py,sha256=0KA_Bl0FvWTJZwLmcD3HczHaUDc-tjniI0hA4ScrZPw,2010
monggregate/operators/objects/object_.py,sha256=NUeddF7N22aWkva0ScDc8MzO9w-MQLe2Ft79_-uqFn0,1101
monggregate/operators/objects/object_to_array.py,sha256=EByS6msPyAbaQr8gQMkCEUVErlC5qu2Ud1bvPgp0yJs,1843
monggregate/search/__init__.py,sha256=NGT5MJDwfQAT_usNACgN5LV_9jzrT57AfdIHhxD6JiU,20
monggregate/search/collectors/__init__.py,sha256=gliz4QQyFprUr3x17xlm76JOjixG6je0KRcKZSBqv-k,686
monggregate/search/collectors/collector.py,sha256=PJe_VPPZXVVfpCe_P0qRLmY2iDDUzXHCou7i4a-3hGQ,275
monggregate/search/collectors/facet.py,sha256=Av6WMr7kPU_R-XzFkJJMAaqUtQjLBX73QedkX6RzT8Q,15652
monggregate/search/commons/__init__.py,sha256=kNtz5EHFCqAMw5OpJQtBjmqJRRxh3TOL3g7MThEUGRk,236
monggregate/search/commons/count.py,sha256=hYPlNU2lpcSpSc82eC3urZP9x4VI3WYOBgJ6HVDDvhA,680
monggregate/search/commons/fuzzy.py,sha256=IN1NvNN885rIg7IvxqHD0GW_9xZ4N1z5Jddk6lI1yss,499
monggregate/search/commons/highlight.py,sha256=8DsDAK1RXcR3sAwbeqzsV1EgBsenkhC5qGpil7bSwf0,757
monggregate/search/operators/__init__.py,sha256=ep577XV9532cTY06v_clIbVo22Ls5JyJ-uRNsv12ZDw,2081
monggregate/search/operators/autocomplete.py,sha256=ckD20ZBEzQ5og57LUo_FSqyw3Ci7sCfwBww3TqahRFM,8484
monggregate/search/operators/clause.py,sha256=pA4JDoHZAyEwbd6hpmAL868k2I7hdw-bMEHIeaJtQnI,552
monggregate/search/operators/compound.py,sha256=xplao1yHBsV31fLgZn5sC3FXqex9z6M3dc8vPX8J_SA,9160
monggregate/search/operators/equals.py,sha256=gIwhUbeHxjclWyop2QHu6Yd3N_sutE7eikiaT3oPw34,3820
monggregate/search/operators/exists.py,sha256=nfMqs94YHiK-tgqMXnIIlhZVoBpGKc0Z9aA8WsBa-Eo,1793
monggregate/search/operators/more_like_this.py,sha256=byNQ3se8eXHAjiEgxgAchBa8oF2bWR59KaqreHui4rk,4700
monggregate/search/operators/operator.py,sha256=Qm2i_uPyeYBQi8XBsMZIv9DnmHhOh_KuaV4yJ6mMmUg,397
monggregate/search/operators/range.py,sha256=qoM74pW8jthkc44YJ3LNwuV8zwuc86j6oEoYPuxyzDU,4845
monggregate/search/operators/regex.py,sha256=ZPC4x4SqWvfMJ4YeWjpmoEo165bgwpLCfCgLLgMMtOw,3743
monggregate/search/operators/text.py,sha256=L1--SQXvKOaJ4o2Z4XYQThf5aH3m9luK-UN2KsYqNyo,3029
monggregate/search/operators/wildcard.py,sha256=DxO9_5-YrQJXw1l6dQmDnspierCh5OQemWz6NesdJxg,4287
monggregate/stages/__init__.py,sha256=4oHcDbrCUKxgoB8D_L6b_CNgmfGKuUnNcGs7_zZomTs,1992
monggregate/stages/bucket.py,sha256=wZqaZoskUtkFUH_ppZ0HFD3d-DWwcliuq0407qdBIlY,5698
monggregate/stages/bucket_auto.py,sha256=DMQbR98C7pzTiFgD4eSX038_i0qOPqaY_6bR65I0VlI,7244
monggregate/stages/count.py,sha256=UeqxJ8e1fd7st65hGR4gRETP5CJd4uKweeQ7Z1YVCZw,1822
monggregate/stages/group.py,sha256=Po0sx5Jb6vUi97KHvrip9hv-t88b9FgR5G-smdzbDJs,4300
monggregate/stages/limit.py,sha256=X2m6zg4UssvD7lLeq3W2z5ZsK2NtlJPLvXtqqM3ZgGA,2881
monggregate/stages/lookup.py,sha256=fC_JSQu8MP07unHzcHy_XAOgyQQZv1o6tDuQz5UfX68,16210
monggregate/stages/match.py,sha256=AHpKyLOTOxzBVxmF_9Qeny1nm-4HZJbvdZ5BMCfcQc8,2769
monggregate/stages/out.py,sha256=jLnJIt7qDpT_45t_XlagTYapuzO3yFHRMo4sqj75w4U,6462
monggregate/stages/project.py,sha256=6wdso_ZcuCcJEji-oacF5pjzFxtWojxVbTymsF-owgI,10386
monggregate/stages/replace_root.py,sha256=mPRBno3zv5AvfoXawQa_JURM5hvO59zfiuuat07rXB0,4152
monggregate/stages/sample.py,sha256=l4CNTdouhccaIrjWDKnVbA-eDaIBrGivz9Hrhf6r4BM,2375
monggregate/stages/search.py,sha256=1ruYld-_KfMBwENKRXPOFT9QVHNo4XjDgkUVewxFego,18150
monggregate/stages/search_meta.py,sha256=hGOmzfhtxT2dkiA6-AbO99t0WPTgpWVLFh7bzFpp5Eo,5888
monggregate/stages/set.py,sha256=x-TUvgXk25_cpqc4cqPK1ZzNlNjvHzL4kw7iUB3BM9w,2017
monggregate/stages/skip.py,sha256=78RbXhZTZHWego8wvq7e7wdWAF8qm3f5LtIBMsdomZA,3074
monggregate/stages/sort.py,sha256=1bTq4VdANaHmm0HD-QNlhqF_TkSei1Mbsc4O7vc5aZU,10999
monggregate/stages/sort_by_count.py,sha256=b2ke6MBj1W36X78seBWne8xyON-o0tFYN-zsdNrPJBQ,2993
monggregate/stages/stage.py,sha256=s2TR7JIOKHX1KwFmdgSl6X78m3qb3O_6ppmbmdCgxsc,1344
monggregate/stages/union_with.py,sha256=EzGlscvm3Pphy_aZ-UeyaVbdQ5SfooO_HH2RLv3YQp0,7235
monggregate/stages/unset.py,sha256=ttPv3m4I2uNLazXZ2mvA3QPtogqu9vKQmghnNSCxs0w,1940
monggregate/stages/unwind.py,sha256=B6pu_d9Scjag2XYaMC0Ev-F8wWIKgLerA2T-R3sZO7c,4016
monggregate-0.14.1.dist-info/LICENSE,sha256=JpRTHER6Pzg8j_OmnVbBl856TxK7d05fT8RqaILQpi4,1086
monggregate-0.14.1.dist-info/METADATA,sha256=anOg7By4W-g3mbWQpt3GK3bgvVUzrHNtOclko5L9pV4,7042
monggregate-0.14.1.dist-info/WHEEL,sha256=5sUXSg9e4bi7lTLOHcm6QEYwO5TIF1TNbTSVFVjcJcc,92
monggregate-0.14.1.dist-info/top_level.txt,sha256=gLh2k0NBpnfV71evGWowRYo5U__Z758V4Yj54S6XtGI,12
monggregate-0.14.1.dist-info/RECORD,,
