Metadata-Version: 2.1
Name: mongoclasses
Version: 0.7.0
Summary: A lightweight tool for performing MongoDB operations on python dataclasses.
Project-URL: Documentation, https://github.com/rykroon/mongoclasses#readme
Project-URL: Issues, https://github.com/rykroon/mongoclasses/issues
Project-URL: Source, https://github.com/rykroon/mongoclasses
Author-email: Ryan Kroon <rykroon.tech@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: cattrs<24,>=23
Requires-Dist: motor<4,>=3.3.0
Requires-Dist: typing-extensions==4.*
Description-Content-Type: text/markdown

# mongoclasses

[![PyPI - Version](https://img.shields.io/pypi/v/mongoclasses.svg)](https://pypi.org/project/mongoclasses)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mongoclasses.svg)](https://pypi.org/project/mongoclasses)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install mongoclasses
```

## License

`mongoclasses` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
