Metadata-Version: 2.4
Name: mongopype
Version: 0.1.1
Summary: Pythonic builder for MongoDB aggregation pipelines
Author: Omer Cohen
Author-email: Omer Cohen <omercotkd+mongopype@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: pymongo
Requires-Python: >=3.11
Project-URL: Homepage, https://github.com/omercotkd/mongopype
Project-URL: Issues, https://github.com/omercotkd/mongopype/issues
Description-Content-Type: text/markdown

# mongopype

A lightweight, Pythonic MongoDB aggregation **type hinting** library.
With a verifier that checks your pipeline against the MongoDB version you're using, and whether you're using Atlas or not.
---

## 📦 Installation

```bash
pip install mongopype
```
or 
```bash
uv add mongopype
```

