Metadata-Version: 2.4
Name: meebro
Version: 2.0.1
Summary: A small example package
Author-email: Example Author <author@example.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: cryptography
Description-Content-Type: text/markdown

BigBro code

use like this, if you know what you are doing

from meebro import config
conf = config.retrieve()
print(conf["PATHS"]["MDMSSTRUKTUR_REPORT"])
print(conf["ZONOS"]["latest_firmwares"].split(","))
print(conf["ZONOS"]["password"])