[Pythonmac-SIG] Python Metadata Importer

Bob Ippolito bob at redivi.com
Thu May 26 06:38:32 CEST 2005


On May 25, 2005, at 9:13 PM, Jonathan Wight wrote:

> Just to let everyone know that my Python Metadata Importer plug-in
> was released the other day.
>
>      http://toxicsoftware.com/blog/index.php/weblog/
> python_metadata_importer_101_released/

You could throw away like 95% of that code if you had just used  
PyObjC to implement CMetadataImporter...  I guess I should just write  
the code and prove it.

Also, I have seen that the compiler module is orders of magnitude  
slower than the parser module and will die various deaths if you give  
it really large sources, so I would recommend moving away from it  
(even though it's far easier to use).

-bob



More information about the Pythonmac-SIG mailing list