Metadata-Version: 2.1
Name: Watermelon
Version: 0.0.1
Summary: Like Pickle But For Files
Home-page: https://github.com/harsha7addanki/watermelon
Author: Harsha
Author-email: harsha7addanki@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Watermelon
Like Pickle But For Files

example:
```python
#main.py
from watermelon import squeeze,smash
squeeze("hi.py","hi")
smash("hi")

#hi.py
print("Hi This Is A Test")
```

