Metadata-Version: 2.4
Name: ds_store
Version: 1.3.2
Summary: Manipulate Finder .DS_Store files from Python
Author-email: Alastair Houghton <alastair@alastairs-place.net>
Maintainer-email: Russell Keith-Magee <russell@keith-magee.com>
License-Expression: MIT
Project-URL: Documentation, https://ds-store.readthedocs.io/en/latest/
Project-URL: Homepage, https://github.com/dmgbuild/ds_store
Project-URL: Tracker, https://github.com/dmgbuild/ds_store/issues
Project-URL: Source, https://github.com/dmgbuild/ds_store
Keywords: DS_Store
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: mac_alias>=2.2.2
Dynamic: license-file

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

.. |pyversions| image:: https://img.shields.io/pypi/pyversions/ds_store.svg
   :target: https://pypi.python.org/pypi/ds_store
   :alt: Python Versions

.. |version| image:: https://img.shields.io/pypi/v/ds_store.svg
   :target: https://pypi.python.org/pypi/ds_store
   :alt: PyPI Version

.. |maturity| image:: https://img.shields.io/pypi/status/ds_store.svg
   :target: https://pypi.python.org/pypi/ds_store
   :alt: Maturity

.. |license| image:: https://img.shields.io/pypi/l/ds_store.svg
   :target: https://github.com/dmgbuild/ds_store/blob/main/LICENSE
   :alt: MIT License

.. |ci| image:: https://github.com/dmgbuild/ds_store/workflows/CI/badge.svg?branch=main
   :target: https://github.com/dmgbuild/ds_store/actions
   :alt: Build Status

|pyversions| |version| |maturity| |license| |ci|

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
