Skip to content
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

Introduce micropipenv buildpack and merge buildpacks for python and pipenv (and include poetry) in this way #1083

Open
pacospace opened this issue Sep 15, 2021 · 1 comment

Comments

@pacospace
Copy link

Proposed change

I would like to propose the introduction of a new way to install dependencies in the repo2docker cases through micropipenv [1]: A lightweight wrapper for pip to support requirements.txt, Pipenv and Poetry lock files or converting them to pip-tools compatible output. Designed for containerized Python applications but not limited to them.

This would reduce code to be maintained, merging python and pipenv buildpacks, and moreover allowing repo2docker to handle poetry files, all with one single library.

Alternative options

Who would use this feature?

This feature will help maintainers of repo2docker and will allow users to use also poetry files all with one single library.

How much effort will adding it take?

It should not take too much time to assemble one buildpack called micropipenv that check for requirements.txt, Pipenv or Poetry lock files and install them in the pyenv, virtualenv or conda environment.

#972 would not be required anymore. And the new buildpack for poetry #835 could be integrated in one single buildpack.

Who can do this work?

I'm available to write the part with micropipenv, I would need some support on testing those changes.

References

@welcome
Copy link

welcome bot commented Sep 15, 2021

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@pacospace pacospace changed the title Merge buildpacks for python and pipenv (and include poetry) using micropipenv Introduce micropipenv buildpack and merge buildpacks for python and pipenv (and include poetry) in this way Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant