I'm interested in this project. I'd like to understand the reasoning behind some of the design decisions. I had asked the following questions in the #pypa irc channel. But I figured this is an appropriate forum for them.
Why is the Pipfile a toml file instead of a JSON?
Since pipfile is inspired by yarn and cargo, is there a plan to support a more holistic approach to packaging? Such as init, publish, test, run, build etc?
I'm interested in this project. I'd like to understand the reasoning behind some of the design decisions. I had asked the following questions in the #pypa irc channel. But I figured this is an appropriate forum for them.
toml
file instead of a JSON?init
,publish
,test
,run
,build
etc?