Brett Cannon
2018-06-20 01:15:46 UTC
Question: what are the plans, both short-term and long-term, for Pipfile?
Why I'm asking: I looked at the pipfile library
<https://pypi.org/project/pipfile/> and I noticed it had not been updated
in quite a while compared to its repo. And then I noticed that was has been
released doesn't match what's in the git repo (i.e. PyPI has 0.0.2
<https://pypi.org/project/pipfile/#history> while GitHub has 0.0.1
<https://github.com/pypa/pipfile/blob/master/pipfile/__about__.py>). And
then I noticed that pipenv doesn't even use it
<https://github.com/pypa/pipenv/tree/master/pipenv/vendor>. And then I
noticed that there are options which are not documented by either Pipfile
<https://github.com/pypa/pipfile#pipfile>or pipenv
<https://github.com/pypa/pipenv/blob/master/docs/basics.rst#-editable-dependencies-eg--e-->(e.g.
does a 'path' argument for a dependency act like --target for pip?). So I
obviously get it's a work-in-progress. :)
Why I'm asking: I looked at the pipfile library
<https://pypi.org/project/pipfile/> and I noticed it had not been updated
in quite a while compared to its repo. And then I noticed that was has been
released doesn't match what's in the git repo (i.e. PyPI has 0.0.2
<https://pypi.org/project/pipfile/#history> while GitHub has 0.0.1
<https://github.com/pypa/pipfile/blob/master/pipfile/__about__.py>). And
then I noticed that pipenv doesn't even use it
<https://github.com/pypa/pipenv/tree/master/pipenv/vendor>. And then I
noticed that there are options which are not documented by either Pipfile
<https://github.com/pypa/pipfile#pipfile>or pipenv
<https://github.com/pypa/pipenv/blob/master/docs/basics.rst#-editable-dependencies-eg--e-->(e.g.
does a 'path' argument for a dependency act like --target for pip?). So I
obviously get it's a work-in-progress. :)