Its a implementation of mongodB operations for atlas
Project description
mongoops - eleka12
This package built on top of pymongo to make ease of using MongoDB atlas operations.
How to use -
- install the latest package
- in jupyter notebook -
!pip install mongoops
- in command prompt -
pip install mongoops
- Now run below snippets of code in your jupyter-notebooks / python project to use pytorch defined functions
Import mongoops
from mongoops.ops import MongoDBOperation
Use your MongoDB atlas Database username / Password and atlas URL
USERNAME = " "
PASSWORD = " "
URL = f"mongodb+srv://{USERNAME}:{PASSWORD}@cluster0.ornbe.mongodb.net/test"
pypi repo link -
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mongoops-1.0.3.tar.gz
(16.6 kB
view details)
Built Distribution
mongoops-1.0.3-py3-none-any.whl
(16.4 kB
view details)
File details
Details for the file mongoops-1.0.3.tar.gz
.
File metadata
- Download URL: mongoops-1.0.3.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74bf8673fe08284fa975c7f788ffe4196b1458f3c791ca1f1815900d31b57817 |
|
MD5 | 4b0709987d870381cff0bb2e4d602793 |
|
BLAKE2b-256 | 9b207624fbfd863ab79a84f6578da65891fd5a29641d499aa969a897b9669d92 |
File details
Details for the file mongoops-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: mongoops-1.0.3-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a3129d13af54b2ca2c78d82aed3a813e8b67931e1799336e3a03e4954aa87a5 |
|
MD5 | e40bdbe6622b783d1425bf4e90dd8b3c |
|
BLAKE2b-256 | ae8826201aa5aa502df55b6e77502c0beb7804a1d85a35c104626bf07ed5082a |