Common DB specific utils like migrations, indexes, CRUD utils for access to elastic or any other DBs we decide
## Getting started
```
if [ ! -d "./venv" ]; then
virtualenv venv
fi
deactivate
source ./venv/bin/activate
pip install -r requirements.txt
pip install -r dev_requirements.txt
```
Raw data
{
"_id": null,
"home_page": "https://github.com/dagknows/dkdbutils",
"name": "dkdbutils",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "deployment tools, cli, api, setuptools",
"author": "Sriram Panyam",
"author_email": "sri@dagknows.com",
"download_url": null,
"platform": null,
"description": "Common DB specific utils like migrations, indexes, CRUD utils for access to elastic or any other DBs we decide\n\n## Getting started\n\n```\nif [ ! -d \"./venv\" ]; then\n virtualenv venv\nfi\n\ndeactivate\nsource ./venv/bin/activate\npip install -r requirements.txt\npip install -r dev_requirements.txt\n```\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License",
"summary": "Common DB utils and access libs and patterns for dagknows services",
"version": "0.0.23",
"project_urls": {
"Homepage": "https://github.com/dagknows/dkdbutils"
},
"split_keywords": [
"deployment tools",
" cli",
" api",
" setuptools"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1d11a327d5fe657711555b64c73d8c975d91d443e0eefbd409de857a0777334f",
"md5": "fa3e3520be31bde2a9f66509df4d488b",
"sha256": "378f330266c80af58fc54a0d98be6cdbec456ec1a698af3008ef2c1fafa6b747"
},
"downloads": -1,
"filename": "dkdbutils-0.0.23-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fa3e3520be31bde2a9f66509df4d488b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7623,
"upload_time": "2024-09-13T19:13:22",
"upload_time_iso_8601": "2024-09-13T19:13:22.812946Z",
"url": "https://files.pythonhosted.org/packages/1d/11/a327d5fe657711555b64c73d8c975d91d443e0eefbd409de857a0777334f/dkdbutils-0.0.23-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-13 19:13:22",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dagknows",
"github_project": "dkdbutils",
"github_not_found": true,
"lcname": "dkdbutils"
}