Sadly the latest version doesn't work if you import it f.e. in a virtualenv:
(venv_ez_yaml) gdubicki@locahost ~
$ python3
Python 3.11.2 (main, Feb 16 2023, 02:55:59) [Clang 14.0.0 (clang-1400.0.29.202)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import ez_yaml
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/gdubicki/venv_ez_yaml/lib/python3.11/site-packages/ez_yaml/__init__.py", line 1, in <module>
from .__dependencies__ import ruamel
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'ez_yaml.__dependencies__'
Hi @jeff-hykin!
Sadly the latest version doesn't work if you import it f.e. in a virtualenv: