# MongoDB Connector
A Python package for connecting to a MongoDB database and performing CRUD operations.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Initialization](#initialization)
- [Create Database and Collection](#create-database-and-collection)
- [Insert Records](#insert-records)
- [Bulk Insert](#bulk-insert)
- [Testing](#testing)
- [Contributing](#contributing)
- [License](#license)
## Introduction
This package provides an easy-to-use interface for connecting to MongoDB databases, creating collections, and performing insert operations. It supports reading data from `.csv` and `.xlsx` files for bulk insertion.
## Features
- Connect to MongoDB using a connection string
- Create databases and collections
- Insert single or multiple records
- Bulk insert data from `.csv` and `.xlsx` files
## Installation
You can install the package using pip:
```bash
pip install .
Raw data
{
"_id": null,
"home_page": "https://github.com/abhishek/mongodb_connector",
"name": "nosqlmongoautomation",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": null,
"author": "abhishek",
"author_email": "nishkarina@protonmail.com",
"download_url": "https://files.pythonhosted.org/packages/5c/45/3b78932a0ffdebc7120b86ea2b7284647371491fae84617668aa322455a0/nosqlmongoautomation-0.0.1.tar.gz",
"platform": null,
"description": "# MongoDB Connector\n\nA Python package for connecting to a MongoDB database and performing CRUD operations.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n - [Initialization](#initialization)\n - [Create Database and Collection](#create-database-and-collection)\n - [Insert Records](#insert-records)\n - [Bulk Insert](#bulk-insert)\n- [Testing](#testing)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\nThis package provides an easy-to-use interface for connecting to MongoDB databases, creating collections, and performing insert operations. It supports reading data from `.csv` and `.xlsx` files for bulk insertion.\n\n## Features\n\n- Connect to MongoDB using a connection string\n- Create databases and collections\n- Insert single or multiple records\n- Bulk insert data from `.csv` and `.xlsx` files\n\n## Installation\n\nYou can install the package using pip:\n\n```bash\npip install .\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A python package for connecting with database.",
"version": "0.0.1",
"project_urls": {
"Bug Tracker": "https://github.com/abhishek/mongodb_connector/issues",
"Homepage": "https://github.com/abhishek/mongodb_connector"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c080a58342f64e9924120a00f557db1880fc869e089e4474818794b903dabd3e",
"md5": "534af51ae16df4456aaf7b8fc9e4f7ca",
"sha256": "c651e68964d3eca1d2822a306aec156d956084b7d3296fa19dce728e90b9b1e4"
},
"downloads": -1,
"filename": "nosqlmongoautomation-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "534af51ae16df4456aaf7b8fc9e4f7ca",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 3871,
"upload_time": "2024-06-13T11:33:16",
"upload_time_iso_8601": "2024-06-13T11:33:16.762111Z",
"url": "https://files.pythonhosted.org/packages/c0/80/a58342f64e9924120a00f557db1880fc869e089e4474818794b903dabd3e/nosqlmongoautomation-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5c453b78932a0ffdebc7120b86ea2b7284647371491fae84617668aa322455a0",
"md5": "8076bf66246a98b8666d566c82cf37f5",
"sha256": "fd3e770fabc69de5300da273e81015ec5b5eb8d15d8a0ff92c778a1638928ea2"
},
"downloads": -1,
"filename": "nosqlmongoautomation-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "8076bf66246a98b8666d566c82cf37f5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 3287,
"upload_time": "2024-06-13T11:33:18",
"upload_time_iso_8601": "2024-06-13T11:33:18.259058Z",
"url": "https://files.pythonhosted.org/packages/5c/45/3b78932a0ffdebc7120b86ea2b7284647371491fae84617668aa322455a0/nosqlmongoautomation-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-13 11:33:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "abhishek",
"github_project": "mongodb_connector",
"github_not_found": true,
"lcname": "nosqlmongoautomation"
}