Differences between revisions 1 and 2
Revision 1 as of 2009-03-28 17:15:26
Size: 348
Editor: tarek
Comment:
Revision 2 as of 2009-03-28 18:31:52
Size: 448
Editor: tarek
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * write a best practice guide

* use the distutils.dist.DistutilsMetadata as a basis for a read/write API [http://bugs.python.org/file12746/get_metadata.diff| an example]
 * use the distutils.dist.DistutilsMetadata as a basis to think about a read/write API [[http://bugs.python.org/file12746/get_metadata.diff| an example]]
Line 9: Line 7:

 * write a best practice guide for people to separate their metadata in a separate file, and use it in their setup.py

This page discuss the way to separate the metadata in a static PKG-INFO like file.

  • use the distutils.dist.DistutilsMetadata as a basis to think about a read/write API an example

  • think about the dynamic metadata issue (can we provide something for that ?)
  • write a best practice guide for people to separate their metadata in a separate file, and use it in their setup.py

Distutils/StaticMetadata (last edited 2010-07-30 01:00:36 by 100)

Unable to edit the page? See the FrontPage for instructions.