You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"PDM is meant to be a next generation Python package management tool. It was originally built for personal use. If you feel you are going well with Pipenv or Poetry and don't want to introduce another package manager, just stick to it. But if you are missing something that is not present in those tools, you can probably find some goodness in pdm.",
45
+
useCases: [],
46
+
dependsOn: [],
47
+
},
48
+
{
49
+
features: [
50
+
'virtual environment management',
51
+
'build packages',
52
+
'publish packages',
53
+
'dependency resolver',
54
+
'PEP-517',
55
+
],
56
+
name: 'pyflow',
57
+
toolDescription:
58
+
"Pyflow streamlines working with Python projects and files. It's an easy-to-use CLI app with a minimalist API. Never worry about having the right version of Python or dependencies.",
0 commit comments