About Eggs

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mark Elston

    #1

    About Eggs

    This is probably a *really* stupid question but...
    I have looked at all the documentation I have for 2.4.3
    and all the docs I can download for 2.5 and I simply cannot
    find anything, anywhere that documents what egg files are.

    I have read posts referring to them and have been able to
    deduce that they are some form of zip file for the distribution
    of modules but beyond that I cannot find *any* docs for them
    anywhere.

    Where are they documented and how do I take advantage of them?

    Mark
  • kyosohma@gmail.com

    #2
    Re: About Eggs

    On Apr 10, 3:30 pm, Mark Elston <m.els...@advan test-ard.comwrote:
    This is probably a *really* stupid question but...
    I have looked at all the documentation I have for 2.4.3
    and all the docs I can download for 2.5 and I simply cannot
    find anything, anywhere that documents what egg files are.
    >
    I have read posts referring to them and have been able to
    deduce that they are some form of zip file for the distribution
    of modules but beyond that I cannot find *any* docs for them
    anywhere.
    >
    Where are they documented and how do I take advantage of them?
    >
    Mark
    You need to go here:

    http://peak.telecommunity.com/DevCenter/PythonEggs
    http://peak.telecommunity.com/DevCenter/EggFormats

    Enjoy!

    Mike

    Comment

    • Rob Wolfe

      #3
      Re: About Eggs

      Mark Elston <m.elston@advan test-ard.comwrites:
      This is probably a *really* stupid question but...
      I have looked at all the documentation I have for 2.4.3
      and all the docs I can download for 2.5 and I simply cannot
      find anything, anywhere that documents what egg files are.
      >
      I have read posts referring to them and have been able to
      deduce that they are some form of zip file for the distribution
      of modules but beyond that I cannot find *any* docs for them
      anywhere.
      Start here:
      http://peak.telecommunity.com/DevCenter/setuptools

      --
      HTH,
      Rob

      Comment

      • Mark Elston

        #4
        Re: About Eggs

        * Rob Wolfe wrote (on 4/10/2007 1:38 PM):
        Mark Elston <m.elston@advan test-ard.comwrites:
        >
        >This is probably a *really* stupid question but...
        >I have looked at all the documentation I have for 2.4.3
        >and all the docs I can download for 2.5 and I simply cannot
        >find anything, anywhere that documents what egg files are.
        >>
        >I have read posts referring to them and have been able to
        >deduce that they are some form of zip file for the distribution
        >of modules but beyond that I cannot find *any* docs for them
        >anywhere.
        >
        Start here:
        http://peak.telecommunity.com/DevCenter/setuptools
        >
        Thanks to Rob and Mike for their answers. I will bookmark these
        pages immediately.

        Mark

        Comment

        Working...