Can somebody explain me how to use the setuptools inside python in google app engine. It’s listed as Third Party Libraries in the docs. How do i utilize it, if i dont have access to the filesystem?
https://developers.google.com/appengine/docs/python/tools/libraries27
setuptoolsprovides thepkg_resourcesmodule, letting you load resources from python eggs and look up metadata.You can use this to load resources from eggs you include in your deployment.