Open
Description
Is your feature request related to a problem? Please describe.
I would like to be able to use the Python package manager PDM for projects that pull packages from Artifactory.
Describe the solution you'd like to see
I should be able to run jf pdm-config
and jf pdm
to install python packages, similar to jf pip
or jf pipenv
.
Describe alternatives you've considered
We have considered switching to Python Poetry as an alternate package manager, but support for that in the jf cli is unclear.
Additional context