Metadata-Version: 2.1
Name: mongodb-databaseautomation131313
Version: 0.0.4
Summary: A python package for connecting with database.
Home-page: https://github.com/Rohit131313/MongoDB-Python-Package
Author: Rohit131313
Author-email: abc123@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/Rohit131313/MongoDB-Python-Package/issues
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: ensure==1.0.2
Requires-Dist: py-youtube==1.1.7
Provides-Extra: testing
Requires-Dist: pytest>=7.1.3; extra == "testing"
Requires-Dist: mypy>=0.971; extra == "testing"
Requires-Dist: flake8>=5.0.4; extra == "testing"
Requires-Dist: tox>=3.25.1; extra == "testing"
Requires-Dist: black>=22.8.0; extra == "testing"

**MongoDB Automation**

**Description**

MongoDB Automation is a Python package designed to simplify the interaction with MongoDB databases. This package provides a set of tools to manage MongoDB operations like creating clients, databases, collections, and inserting records. It is designed to streamline the process of interacting with MongoDB, especially for data scientists and developers who need to automate database operations.

**Features**

- **Create MongoDB Client**: Easily create a MongoDB client to connect to your MongoDB server.
- **Create Database**: Automatically create and manage databases.
- **Create Collection**: Create and manage collections within a database.
- **Insert Record**: Insert single or multiple records into a collection.
- **Bulk Insert**: Insert records from CSV or Excel files into a collection.

**Installation**

You can install the package using pip:

```bash
pip install mongodb-automation
```

**License**

This project is licensed under the MIT License - see the LICENSE file for details.

**Author**

Rohit Motwani
