Metadata-Version: 2.4
Name: ds_store
Version: 1.1.2
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
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
Requires-Dist: biplist>=0.6
Requires-Dist: mac_alias>=2.0.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: platform
Dynamic: provides
Dynamic: requires-dist
Dynamic: summary

========
ds_store
========

.. image:: https://travis-ci.org/al45tair/ds_store.svg?branch=master
    :target: https://travis-ci.org/al45tair/ds_store

.. image:: https://readthedocs.org/projects/ds_store/badge/?version=latest
    :target: http://ds_store.readthedocs.io/en/latest/?badge=latest

What is this?
-------------

``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, 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
