# Vevde security utils
A reusable library of security functions and tools. This package is not tied to any web framwork. So multiple
Python web frameworks like Django, Fast API, Flask can use it.
# 1. Install
pip install vevde-security-utils
# 2. Example usage
See `tests` package for each function
# 3. License
Apache2 License
Raw data
{
"_id": null,
"home_page": null,
"name": "vevde-security-utils",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7.4",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "\"Harisankar Krishna Swamy @ Vevde\" <harisankar.krishna@outlook.com>",
"download_url": "https://files.pythonhosted.org/packages/29/90/ddc55db6097c7d27051213896496ec258007e3652aedb626e810ea60c2ed/vevde_security_utils-1.0.2.tar.gz",
"platform": null,
"description": "# Vevde security utils\nA reusable library of security functions and tools. This package is not tied to any web framwork. So multiple \nPython web frameworks like Django, Fast API, Flask can use it.\n\n# 1. Install\npip install vevde-security-utils\n\n# 2. Example usage\nSee `tests` package for each function\n\n# 3. License\nApache2 License\n",
"bugtrack_url": null,
"license": null,
"summary": "A reusable library of security functions and tools for Python web frameworks",
"version": "1.0.2",
"project_urls": {
"Homepage": "https://github.com/harisankar-krishna-swamy/django_cacheable_model.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7c63ad3af143f5e4b891f460a55903aa070a5623c3e805e874015a13b354b12e",
"md5": "0a746254ac4574cac3e61dbcce37a60f",
"sha256": "655461d0c529b21056b285603d94b7cef1788e5e67673553d8195360ab197b47"
},
"downloads": -1,
"filename": "vevde_security_utils-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0a746254ac4574cac3e61dbcce37a60f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7.4",
"size": 5464,
"upload_time": "2024-09-11T04:17:23",
"upload_time_iso_8601": "2024-09-11T04:17:23.923802Z",
"url": "https://files.pythonhosted.org/packages/7c/63/ad3af143f5e4b891f460a55903aa070a5623c3e805e874015a13b354b12e/vevde_security_utils-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2990ddc55db6097c7d27051213896496ec258007e3652aedb626e810ea60c2ed",
"md5": "8664b3fedbf8bf6435256bd3535463e2",
"sha256": "9a40db800e2090bef48d9b0a759a989d4af8fd96389efd7d753d98ecc252bbf6"
},
"downloads": -1,
"filename": "vevde_security_utils-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "8664b3fedbf8bf6435256bd3535463e2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7.4",
"size": 3835,
"upload_time": "2024-09-11T04:17:26",
"upload_time_iso_8601": "2024-09-11T04:17:26.585248Z",
"url": "https://files.pythonhosted.org/packages/29/90/ddc55db6097c7d27051213896496ec258007e3652aedb626e810ea60c2ed/vevde_security_utils-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-11 04:17:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "harisankar-krishna-swamy",
"github_project": "django_cacheable_model",
"travis_ci": false,
"coveralls": true,
"github_actions": false,
"requirements": [
{
"name": "asgiref",
"specs": [
[
"==",
"3.6.0"
]
]
},
{
"name": "Django",
"specs": [
[
"==",
"4.2.15"
]
]
},
{
"name": "sqlparse",
"specs": [
[
"==",
"0.5.0"
]
]
},
{
"name": "djangorestframework",
"specs": [
[
"==",
"3.15.2"
]
]
}
],
"lcname": "vevde-security-utils"
}