-
Hello. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
@deronnax -- There is a PR open from @kalebmckale that moves everything to the pyproject.toml -- could you help review if that meets the PEP 621 spec? #5836
We are working towards better defining our goals so they are well known. At a high level, we are looking for more contributors to the project and have been working towards reducing the complexity of the code base and making it more clear. A major refactor was released and there were more edge cases than I would have liked; at this point most of that is calming down but there is still some things to sort out around local file installs (editable or not) -- there are issues tracking these things in the backlog. Most of the backlog is well tagged at this point and the tag for Contributor Candidate indicates someone may be able to help out with that issue. This was the last attempt to formalize goals, but most of these have been completed: https://github.com/pypa/pipenv/milestone/10 Longer term I am hopeful we can reach better strategies for cross platform locking. That is kind of a short-term, mid-term and longer term outlook. As far is if its in life support, I hope that its quite clear since myself and @oz123 took over maintaining this project that we have been putting a lot of effort into getting it back on track. There have been some hickups along the way, but when I look back on some of the hurdles we have already gotten past, I feel that pipenv will continue to be a primary option when considering python package manager. |
Beta Was this translation helpful? Give feedback.
-
I'd like to see pipenv drop pipfile and adopt pyproject.toml. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
@deronnax -- There is a PR open from @kalebmckale that moves everything to the pyproject.toml -- could you help review if that meets the PEP 621 spec? #5836
We are working towards better defining our goals so they are well known. At a high level, we are looking for more contributors to the project and have been working towards reducing the complexity of the code base and making it more clear. A major refactor was released and there were more edge cases than I would have liked; at this point most of that is calming down but there is still some things to sort out around local file installs (editable or not) -- there are issues tra…