Elegant MongoDB Object Document Mapper (ODM) for Python - fluent query builder included
Project description
MongoFlow 🌊
Elegant MongoDB Object Document Mapper (ODM) for Python - with a fluent query builder that makes working with MongoDB a breeze! 🚀
✨ Features
- 🎯 Intuitive Query Builder - Fluent, chainable queries that feel natural
- ⚡ High Performance - Connection pooling, batch operations, and streaming
- 🔧 Flexible - Use as simple queries or full ODM with models
- 🎨 Clean API - Pythonic, fully typed, and well-documented
- 🚀 Production Ready - Battle-tested patterns with automatic retries
- 💾 Smart Caching - Optional Redis integration for blazing speed
- 🔄 Async Support - Full async/await support with Motor
- 📦 Lightweight - Minimal dependencies, maximum functionality
📦 Installation
# Basic installation
pip install mongoflow
# With all features
pip install mongoflow[all]
# With specific features
pip install mongoflow[cache] # Redis caching
pip install mongoflow[validation] # Pydantic validation
pip install mongoflow[async] # Async support
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mongoflow-0.0.1.tar.gz
(36.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
mongoflow-0.0.1-py3-none-any.whl
(36.5 kB
view details)
File details
Details for the file mongoflow-0.0.1.tar.gz.
File metadata
- Download URL: mongoflow-0.0.1.tar.gz
- Upload date:
- Size: 36.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b113f0d3e92d439154126fbaa6f170ad2b9063e858912703c9fcc8df6583cc48
|
|
| MD5 |
8feb1c4f89130788bb62e3bc88fc5cc3
|
|
| BLAKE2b-256 |
eff98ca4aa129c3410e8cfddbf9d1ea4c1325771e1e0920661375dc02aa6fbee
|
File details
Details for the file mongoflow-0.0.1-py3-none-any.whl.
File metadata
- Download URL: mongoflow-0.0.1-py3-none-any.whl
- Upload date:
- Size: 36.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
662774ee0cb6fc2566ad74f5b4e20841e631982c5d5572a28cbfa35b8953240b
|
|
| MD5 |
2c28ec26171215ca4043c3723075f459
|
|
| BLAKE2b-256 |
82bb39d41c2a0d46b166929d615617052c81f42d600dcc39ae8f6570ca690cb8
|