rules_pip
rules_pip copied to clipboard
Example
Hey, just found these rules and they look very interesting. It would be nice if the readme would show examples on how to use these rules in combination with a py_binary
or have an examples
directory. I can get some of the usage just by looking at this repo but it does make it a bit more tricky to figure out how I could/should replicate this now in my own workspace.
+1 on this one! Seems like a very interesting project indeed. What's your roadmap with this? Are you accepting PR's?
Hey guys! So sorry I've been MIA. I didn't have email notifications on for this repo and had no idea people were using/forking it. Are either of you actively using these rules?
@Globegitter I see that you've actually taken it upon yourself to create an example repo, so kudos for figuring it out on your own. I may either add a link to it in the README or just merge the whole thing into an examples
directory as a sub-workspace.
@marcromeyn I will happily accept PRs. I haven't properly set up Travis yet, but I'm going to make that my next priority (#10).
@apt-itude I started experimenting around with it but we are not using it yet. We are planning to migrate another python application to our monorepo in the coming weeks and we wanted to use that opportunity to test out these rules. I made a few poc changes in our fork, like adding an offline wheel cache as well as adding support for the latest bazel python changes. Once that is working for us I would be happy to clean it up and contribute bits of it back upstream.