Metadata-Version: 2.3
Name: dotflow_mongodb
Version: 0.1.0
Summary: Dotflow Storage MongoDB
License: MIT License
         
         Copyright (c) 2025 Fernando Celmer
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
Author: Fernando Celmer
Author-email: email@fernandocelmer.com
Requires-Python: >=3.9
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: dotflow
Requires-Dist: pymongo (==0.10.0.dev1)
Project-URL: Documentation, https://github.com/dotflow-io/dotflow-mongodb/blob/master/README.md
Project-URL: Homepage, https://github.com/dotflow-io/dotflow-mongodb
Project-URL: Issues, https://github.com/dotflow-io/dotflow-mongodb/issues
Project-URL: Repository, https://github.com/dotflow-io/dotflow-mongodb
Description-Content-Type: text/markdown

# dotflow-mongodb

## Getting Help

We use GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them. If you need anything, I ask you to please follow our templates for opening issues or discussions.

- 🐛 [Bug Report](https://github.com/dotflow-io/dotflow-mongodb/issues/new/choose)
- 📕 [Documentation Issue](https://github.com/dotflow-io/dotflow-mongodb/issues/new/choose)
- 🚀 [Feature Request](https://github.com/dotflow-io/dotflow-mongodb/issues/new/choose)
- 💬 [General Question](https://github.com/dotflow-io/dotflow-mongodb/issues/new/choose)

## Getting Started

### Install

To install `Dotflow Storage MongoDB`, run the following command from the command line:

**With Pip**

```bash
pip install dotflow-mongodb
```

**With Poetry**

```bash
poetry add dotflow-mongodb
```

## Commit Style

- ⚙️ FEATURE
- 📝 PEP8
- 📌 ISSUE
- 🪲 BUG
- 📘 DOCS
- 📦 PyPI
- ❤️️ TEST
- ⬆️ CI/CD
- ⚠️ SECURITY

## License
![GitHub License](https://img.shields.io/github/license/dotflow-io/dotflow-mongodb)

This project is licensed under the terms of the MIT License.

