google / subpar

Subpar is a utility for creating self-contained python executables. It is designed to work well with Bazel.
Apache License 2.0
567 stars 69 forks source link

Migration guide for existing subpar users now that it is "unmaintained and considered deprecated"? #139

Open rogerhub opened 1 year ago

rogerhub commented 1 year ago

Hello. I noticed that the README says:

This project is unmaintained and considered deprecated. Historically, subpar was the only way to produce a deployable Python artifact in Bazel. This is no longer true; --build_python_zip and the python_zip_file output_group allows you to create executable Python zip artifacts with the standard py_binary rule. rules_docker can also be used to build container images that launch py_binary.

Is there a migration guide for current users of subpar to help them transition to python_zip_file? Some specific questions I have are: