The contents of the pipenv
Pipfile.lock
file looks like a nested Python dictionary.
Is there a ready solution (function/class/module) to quickly extract the contents of Pipfile.lock
to a Python dictionary?
The contents of the pipenv
Pipfile.lock
file looks like a nested Python dictionary.
Is there a ready solution (function/class/module) to quickly extract the contents of Pipfile.lock
to a Python dictionary?