ali5h / rules_pip

pip package rules for bazel that are fast (incremental fetch), support different python versions and work with all kinds of packages (i.e. packages with namespaces)
MIT License
60 stars 23 forks source link

Add entry_points as py_binary's #74

Closed fahhem closed 2 years ago

fahhem commented 2 years ago

This auto-generates every entry_point as a py_binary (by relying on the generated console_script's created by pip)

fahhem commented 2 years ago

I added a test as well, and checked that it doesn't work without the rest of this change

ali5h commented 2 years ago

really nice, this was a long time todo

fahhem commented 2 years ago

Can you mark a new release soon? Not a big deal, but would be nice to refer to a release version rather than a commit on master :D

ali5h commented 2 years ago

i like commits really, i invited you as a collaborator, r u interested?

fahhem commented 2 years ago

yes, thank you! I'll still send PR's and such so I don't break master at least without a review :)