wrapspawner
wrapspawner copied to clipboard
Use progress from child spawner
See https://github.com/jupyterhub/kubespawner/issues/272 for details
@minrk Let me know your thoughts
Note: duplicate of #21.
This method would require Python 3.5, and then we'll have to update batchspawner requirements to 3.5 in most cases. I don't mind and it would solve some other problems, but others would rather us support 3.4 longer.
Now batchspawner doesn't support python3.4, but should this require 3.5 too? That seems to be the main choice between this and #21.
This could be modified to handle the case of no child spawner yet (probably rare but perhaps useful), and then to directly return the child spawner method instead of running through a new generator. But that's basically #21...