Metadata-Version: 2.2
Name: easy_json_file
Version: 1.0.0
Summary: Dict as json file.
Home-page: https://github.com/Alert-Aigul/JsonFile
Download-URL: https://github.com/Alert-Aigul/JsonFile/archive/refs/heads/main.zip
Author: Alert Aigul
Author-email: alertaigul@gmail.com
License: MIT
Keywords: jsonfile,json,file,dict,python,python3,python3.x,alertaigul,tool
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: aiofiles
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Installing
```
pip install easy_json_file
```

# Example
```py
from easy_json_file import JsonFile

with JsonFile("info.json") as info:
    config["hello"] = "world"
```
