Metadata-Version: 2.1
Name: typedmongo
Version: 1.0.2
Summary: A production-ready modern Python MongoDB ODM
Author-Email: abersheeran <me@abersheeran.com>
License: Apache2.0
Requires-Python: >=3.10
Requires-Dist: pymongo>=4.6.3
Requires-Dist: motor>=3.4.0
Requires-Dist: marshmallow>=3.21.1
Requires-Dist: typing-extensions>=4.11.0
Description-Content-Type: text/markdown

# Typed Mongo

A production-ready modern Python MongoDB ODM

## Install

```bash
pip install typedmongo
```
