Metadata-Version: 2.4
Name: modenv
Version: 1.0
Summary: A lightweight python library to load config files in python (3.12+)
Project-URL: Homepage, https://github.com/UnknownUser03393/modenv
Project-URL: Issues, https://github.com/UnknownUser03393/modenv/issues
Author-email: Unknown User <neatavocado14@gmail.com>
License-Expression: MIT
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# modenv

---

### Description
A lightweight python library to load config files in python (3.12+)

supported: .env, .cfg (key-value files)

### TODO
1. add json support
 
2. add ini support

3. nothing