I don't see how this works with modern Python packaging tooling and standards.How would your `pyproject.toml` look to support these multiple environments? How would modern build tools (like Poetry, Pipenv, Hatch, etc.) build/publish your project? How...
Users should be able to have a single Python environment setup with a single set of Python dependencies specified (in pyproject.toml or similar) and installed, and alternately point their code at either a local or remote Spark cluster simply by chang...