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/dkvaultutils",
"name": "dkvaultutils",
"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 utils and access libs and patterns for dagknows vault access",
"version": "0.0.7",
"project_urls": {
"Homepage": "https://github.com/dagknows/dkvaultutils"
},
"split_keywords": [
"deployment tools",
" cli",
" api",
" setuptools"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "93dbeeb9b21992a5e1593d0ddc78378cbfd1bca3b3023027c5b6fe3cd4042409",
"md5": "5c50583da8049ee476510519d8af1409",
"sha256": "ac88915bcef2151fa7eda8936e8a316032eeadb3463f268794aeaa8428d28a34"
},
"downloads": -1,
"filename": "dkvaultutils-0.0.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5c50583da8049ee476510519d8af1409",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 9804,
"upload_time": "2024-06-20T03:38:31",
"upload_time_iso_8601": "2024-06-20T03:38:31.162144Z",
"url": "https://files.pythonhosted.org/packages/93/db/eeb9b21992a5e1593d0ddc78378cbfd1bca3b3023027c5b6fe3cd4042409/dkvaultutils-0.0.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-20 03:38:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dagknows",
"github_project": "dkvaultutils",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "dkvaultutils"
}