Metadata-Version: 2.1
Name: saveMZ
Version: 1.0.0
Summary: It's easy save in Python with Json file
Author-email: Mozan <jansses70@gmail.com>
Project-URL: Homepage, https://github.com/imozan/saveMZ.git
Project-URL: Bug Tracker, https://github.com/imozan/saveMZ/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent 
Classifier: License :: OSI Approved :: MIT License 
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# saveMZ ⚜️

# it's easly save with json file in python 

## install library

```bash
pip install saveMZ
```

## command
```python
import saveMZ

read(file_path,data)
write(file_path,data)

writes(data)
reads(data)
```

