# MongoDB Toolbox
Tools to automate mongodb read/write operations.
Bulk Write Helpers:
* bulk\_write() -- function to execute a list of data operations
* BulkWriter -- class for accumulating and executing data operations
* bulk\_insert\_dup\_retok -- function to write list of insert operations and return list of keys which has been inserted
* bulk\_insert\_dup -- function to write list of insert operations ignoring any duplicate key error
Misc functions:
* iterate\_collection() -- function to iterate items in collecting by loading them by chunks
## Documentation
Docs are here https://mongodb-toolbox.readthedocs.io/en/latest/
Raw data
{
"_id": null,
"home_page": "https://github.com/lorien/mongodb_toolbox",
"name": "mongodb-toolbox",
"maintainer": "Gregory Petukhov",
"docs_url": null,
"requires_python": "",
"maintainer_email": "lorien@lorien.name",
"keywords": "mongodb database",
"author": "Gregory Petukhov",
"author_email": "lorien@lorien.name",
"download_url": "https://files.pythonhosted.org/packages/9a/83/d22ee943610338fe5d4ff09072880c76c78b3d2618989614e665a23f4a95/mongodb_toolbox-0.0.4.tar.gz",
"platform": null,
"description": "# MongoDB Toolbox\n\nTools to automate mongodb read/write operations.\n\nBulk Write Helpers:\n\n* bulk\\_write() -- function to execute a list of data operations\n* BulkWriter -- class for accumulating and executing data operations\n* bulk\\_insert\\_dup\\_retok -- function to write list of insert operations and return list of keys which has been inserted\n* bulk\\_insert\\_dup -- function to write list of insert operations ignoring any duplicate key error\n\nMisc functions:\n\n* iterate\\_collection() -- function to iterate items in collecting by loading them by chunks\n\n## Documentation\n\nDocs are here https://mongodb-toolbox.readthedocs.io/en/latest/\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Tools to automate mongodb read/write operations.",
"version": "0.0.4",
"split_keywords": [
"mongodb",
"database"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "d5c3ac1bf454b4d73a14da9d0bd309e6",
"sha256": "79d11c7da3bae89a55b352d30ba7dcf274584da4598745d5ca742aa1353fc3e6"
},
"downloads": -1,
"filename": "mongodb_toolbox-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "d5c3ac1bf454b4d73a14da9d0bd309e6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4456,
"upload_time": "2022-12-02T14:54:35",
"upload_time_iso_8601": "2022-12-02T14:54:35.350653Z",
"url": "https://files.pythonhosted.org/packages/9a/83/d22ee943610338fe5d4ff09072880c76c78b3d2618989614e665a23f4a95/mongodb_toolbox-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-02 14:54:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "lorien",
"github_project": "mongodb_toolbox",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "mongodb-toolbox"
}