## Parallel-db
[](https://codecov.io/gh/Zkh-dot/parallel-db)
[](https://github.com/Zkh-dot/parallel-db/actions/workflows/python-package.yml)
Neet framework for managing database connections in python.
Can be usefull for basicly any database and can parallel your queries with ease.
There are represented 2 main classes: Table and Scenario. Scenario is a class that represents a set of queries that should be executed. Table is a class that represents a table in database and can be used to execute queries on it.
[Github page](https://github.com/Zkh-dot/parallel-db)
Raw data
{
"_id": null,
"home_page": "",
"name": "parallel-db",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "",
"keywords": "",
"author": "",
"author_email": "zkh-dot <kernzahar@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/a8/5f/a58c02f45cf7c222548ab07c66c2d42e1cb58ca0257f0ef0924d6a621e2c/parallel_db-0.0.3.post2.tar.gz",
"platform": null,
"description": "## Parallel-db\n\n[](https://codecov.io/gh/Zkh-dot/parallel-db)\n[](https://github.com/Zkh-dot/parallel-db/actions/workflows/python-package.yml)\n\nNeet framework for managing database connections in python.\nCan be usefull for basicly any database and can parallel your queries with ease.\n\nThere are represented 2 main classes: Table and Scenario. Scenario is a class that represents a set of queries that should be executed. Table is a class that represents a table in database and can be used to execute queries on it.\n\n[Github page](https://github.com/Zkh-dot/parallel-db)",
"bugtrack_url": null,
"license": "",
"summary": "Package for high level database parallel automatization",
"version": "0.0.3.post2",
"project_urls": {
"Homepage": "https://github.com/Zkh-dot/parallel-db",
"Issues": "https://github.com/Zkh-dot/parallel-db/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "88759e60e1e5c852165dc2ddb95e9e98ecde8ebdf024098da3c4eff9a4a3cde6",
"md5": "654977bdca6e18909a2ee9613bb2a540",
"sha256": "e2e725fa1e0720ce257769fa880e2af117cea2b2707b74167a288989eb51fd24"
},
"downloads": -1,
"filename": "parallel_db-0.0.3.post2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "654977bdca6e18909a2ee9613bb2a540",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 17490,
"upload_time": "2024-01-17T13:26:35",
"upload_time_iso_8601": "2024-01-17T13:26:35.244952Z",
"url": "https://files.pythonhosted.org/packages/88/75/9e60e1e5c852165dc2ddb95e9e98ecde8ebdf024098da3c4eff9a4a3cde6/parallel_db-0.0.3.post2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a85fa58c02f45cf7c222548ab07c66c2d42e1cb58ca0257f0ef0924d6a621e2c",
"md5": "8e616ba1ae17405b95548e04e400f963",
"sha256": "794ce4cec7699c9e9b7188a4e75b60462e8bd2891e68b1062b35b00a3c228eef"
},
"downloads": -1,
"filename": "parallel_db-0.0.3.post2.tar.gz",
"has_sig": false,
"md5_digest": "8e616ba1ae17405b95548e04e400f963",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 15529,
"upload_time": "2024-01-17T13:26:36",
"upload_time_iso_8601": "2024-01-17T13:26:36.723742Z",
"url": "https://files.pythonhosted.org/packages/a8/5f/a58c02f45cf7c222548ab07c66c2d42e1cb58ca0257f0ef0924d6a621e2c/parallel_db-0.0.3.post2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-17 13:26:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Zkh-dot",
"github_project": "parallel-db",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "oracledb",
"specs": [
[
"==",
"1.4.2"
]
]
},
{
"name": "numpy",
"specs": [
[
"==",
"1.26.2"
]
]
},
{
"name": "pandas",
"specs": [
[
"==",
"2.1.4"
]
]
},
{
"name": "pip",
"specs": [
[
"==",
"23.2.1"
]
]
},
{
"name": "pyodbc",
"specs": [
[
"==",
"5.0.1"
]
]
},
{
"name": "python-dateutil",
"specs": [
[
"==",
"2.8.2"
]
]
},
{
"name": "pytz",
"specs": [
[
"==",
"2023.3.post1"
]
]
},
{
"name": "six",
"specs": [
[
"==",
"1.16.0"
]
]
},
{
"name": "tzdata",
"specs": [
[
"==",
"2023.3"
]
]
},
{
"name": "sqlalchemy",
"specs": [
[
"==",
"2.0.23"
]
]
},
{
"name": "rich",
"specs": [
[
"==",
"10.12.0"
]
]
}
],
"lcname": "parallel-db"
}