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
While looking at #232 and others, I had some thoughts on possible refactoring. However, not being super familiar with the usage of micropipenv (yet), I was wondering if that was a reasonable direction:
Refactoring the single script micropipenv.py into a proper python package, exposing the cli tools from the project.scripts section in pyproject.toml.
On the cons side, this would prevent the "No installation" use case described in the README. Is that feature used significantly ?
On the pros side, this would gave us the possibility to have a clearer structure, and more easily add stuff like [RFE] Support pdm #232
@frenzymadness
While looking at #232 and others, I had some thoughts on possible refactoring. However, not being super familiar with the usage of micropipenv (yet), I was wondering if that was a reasonable direction:
micropipenv.pyinto a proper python package, exposing the cli tools from theproject.scriptssection in pyproject.toml.On the cons side, this would prevent the "No installation" use case described in the README. Is that feature used significantly ?
On the pros side, this would gave us the possibility to have a clearer structure, and more easily add stuff like [RFE] Support pdm #232
Thoughts ?