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

## VTILS

### Utility functions from VTILS  


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


### Encrypt File  



### Decrypt File  



## Cloud Utils  


### Cloudtils  





