PythonModulePackaging

Differences between revisions 1 and 2
Revision 1 as of 2008-06-02 17:47:40
Size: 563
Editor: d57-194-175
Comment: Created initial short page with link to Python example from the packaging guide
Revision 2 as of 2008-08-06 16:20:53
Size: 564
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
For now, see Self:PackagingGuide/Python for a python application packaging tutorial created from an UbuntuOpenWeek session. Although the session is about packaging Python applications, most of it still applies to packaging individual modules. In a few places there are differences which are pointed out. For now, see [[PackagingGuide/Python]] for a python application packaging tutorial created from an UbuntuOpenWeek session. Although the session is about packaging Python applications, most of it still applies to packaging individual modules. In a few places there are differences which are pointed out.
Line 5: Line 5:
That tutorial assumes that you have already packaged your module using [http://docs.python.org/dist/dist.html Python's packaging conventions]. If that is not the case, you should do that first. That tutorial assumes that you have already packaged your module using [[http://docs.python.org/dist/dist.html|Python's packaging conventions]]. If that is not the case, you should do that first.

This page should be made into a more comprehensive guide.

For now, see PackagingGuide/Python for a python application packaging tutorial created from an UbuntuOpenWeek session. Although the session is about packaging Python applications, most of it still applies to packaging individual modules. In a few places there are differences which are pointed out.

That tutorial assumes that you have already packaged your module using Python's packaging conventions. If that is not the case, you should do that first.

PythonModulePackaging (last edited 2008-08-06 16:20:53 by localhost)