Metadata-Version: 2.4
Name: riptide-db-mongo
Version: 0.10.0
Summary: Tool to manage development environments for web applications using containers - MongoDB Driver
Author-email: Marco Köpcke <hello@capypara.de>
License-Expression: MIT
Project-URL: Repository, https://github.com/theCapypara/riptide-db-mongo
Project-URL: Documentation, https://riptide-docs.readthedocs.io
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: riptide-lib<0.11,>=0.10
Requires-Dist: schema>=0.7
Dynamic: license-file

<h1>
<picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://riptide-docs.readthedocs.io/en/latest/_images/logo_dark.png">
  <img alt="Riptide" src="https://riptide-docs.readthedocs.io/en/latest/_images/logo.png" width="300">
</picture>
</h1>

[<img src="https://img.shields.io/github/actions/workflow/status/theCapypara/riptide-db-mongo/build.yml" alt="Build Status">](https://github.com/theCapypara/riptide-db-mongo/actions)
[<img src="https://readthedocs.org/projects/riptide-docs/badge/?version=latest" alt="Documentation Status">](https://riptide-docs.readthedocs.io/en/latest/)
[<img src="https://img.shields.io/pypi/v/riptide-db-mongo" alt="Version">](https://pypi.org/project/riptide-db-mongo/)
[<img src="https://img.shields.io/pypi/dm/riptide-db-mongo" alt="Downloads">](https://pypi.org/project/riptide-db-mongo/)
<img src="https://img.shields.io/pypi/l/riptide-db-mongo" alt="License (MIT)">
<img src="https://img.shields.io/pypi/pyversions/riptide-db-mongo" alt="Supported Python versions">

Riptide is a set of tools to manage development environments for web applications.
It's using container virtualization tools, such as [Docker](https://www.docker.com/)
to run all services needed for a project.

It's goal is to be easy to use by developers.
Riptide abstracts the virtualization in such a way that the environment behaves exactly
as if you were running it natively, without the need to install any other requirements
the project may have.

Riptide consists of a few repositories, find the
entire [overview](https://riptide-docs.readthedocs.io/en/latest/development.html) in the documentation.

## Database-Driver: MongoDB

This repository implements the database driver interface of the Riptide library for use
with MongoDB-compatible databases. This allows users to manage MongoDB databases within
Riptide projects via the Riptide CLI.

## Documentation

The complete documentation for Riptide can be found at [Read the Docs](https://riptide-docs.readthedocs.io/en/latest/).
