Metadata-Version: 2.2
Name: vevde_security_utils
Version: 2.0.0b1
Summary: A reusable library of security functions and tools for Python web frameworks
Author-email: "Harisankar Krishna Swamy @ Vevde" <harisankar.krishna@outlook.com>
Project-URL: Homepage, https://github.com/harisankar-krishna-swamy/django_cacheable_model.git
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7.4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cryptography>=3.4.8

# 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
