Schedule: How to lay an egg

Speakers
Olivier Grisel
Schedule
Day Saturday
Room AW1.117
Start time 16:30
End time 17:30
Duration 01:00
Info
Event type Podium
Track Python
Language English
How to lay an egg

This presentation introduces how to package and advertise an open source python projects with distutils and the setuptools extension.

  • what is a python egg (basically the python equivalent of a java .jar file)
  • how to install existing eggs with easy_install
  • how to build a standard distutils python package
  • how to build python eggs and publish them on the cheeseshop