-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address likely FAQs about Pipfile in the README #3
Comments
Noting my preferred answers to these from a high level ecosystem-interoperability-wrangling point of view (some details here are shamelessly stolen from http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/ ):
|
I filed #6 to discuss the "arbitrary Python code in |
I should have posted #7 as a comment here instead of opening a new issue. |
Yes, the current README leaves many interesting questions unanswered: what's the exact relationship between |
This repo has been linked to on both Reddit and Hacker News, and the above question in particular seems to be driving a lot of misguided comments. |
I know this project was just open-sourced and is still under active development, so consider this a reminder to update the README with some additional info when the time is right.
Some questions that immediately popped into my mind, which others are likely to ask, include:
Pipfile
relate tosetup.py
and the upcomingpyproject.toml
? Is it the same relationship as the one described here betweenrequirements.txt
andsetup.py
?setup.py
topyproject.toml
transition, we seem to be moving away from using Python and more towards using a declarative syntax for specifying build system requirements. With this proposedrequirements.txt
toPipfile
transition, however, we seem to be moving in the opposite direction. Could you comment on this?Pipfile
just use a Python-like syntax, or will it actually run Python code, likesetup.py
?Pipfile.lock
, and will packaging end-users need to care about this file?The text was updated successfully, but these errors were encountered: