Metadata-Version: 2.1
Name: vtils
Version: 0.0.2
Summary: Vtils Python Library
Home-page: UNKNOWN
Author: Venkateswara Rao Thota
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: PyCryptodome

## VTILS

### Utility functions from VTILS  


from vtils.util import Cipher  
cipher = Cipher(key_text)  
t1 = cipher.encrypt(plain_text)  
t2 = cipher.decrypt(t1)  



