Metadata-Version: 1.1
Name: ds_store
Version: 1.0.0
Summary: Manipulate Finder .DS_Store files from Python
Home-page: http://alastairs-place.net/projects/ds_store
Author: Alastair Houghton
Author-email: alastair@alastairs-place.net
License: MIT License
Description: 
        ``ds_store`` lets you examine and modify ``.DS_Store`` files from Python code;
        since it is written in pure Python, it is portable and will run on any
        platform, not just Mac OS X.
        
        Credit is due to Wim Lewis <wiml@hhhh.org>, Mark Mentovai and
        Yvan Barthélemy for reverse-engineering the .DS_Store file format.
        See `Wim Lewis’ excellent documentation on CPAN`__ for more information.
        
        __ http://search.cpan.org/~wiml/Mac-Finder-DSStore/DSStoreFormat.pod
        
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides: ds_store
