gae: eggs for packages
Original report by Reimar Bauer (Bitbucket: ReimarBauer, GitHub: ReimarBauer).
We should find a way to use eggs in the support folder This decreases the amount of files.
Original comment by Thomas Waldmann (Bitbucket: thomaswaldmann, GitHub: thomaswaldmann).
as long as we are below google's limits, this is low prio.
Original comment by Thomas Waldmann (Bitbucket: thomaswaldmann, GitHub: thomaswaldmann).
otoh, using eggs (zipped python code that gets imported/executed) might be slower.
also, as long as we are below the quota, do we need to care?
Original comment by Thomas Waldmann (Bitbucket: thomaswaldmann, GitHub: thomaswaldmann).
depends on whether the library is zip-safe. if it is, using the .egg (which is a zip file then) should work, otherwise it was to be unpacked.
outdated, closing.