Metadata-Version: 2.1
Name: dmglib
Version: 0.9.3
Summary: Work with macOS DMG disk images
Home-page: https://github.com/0xbf00/dmglib
Author: Jakob Rieck
Author-email: jakobrieck+pypi@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: MacOS
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Provides: dmglib
Description-Content-Type: text/markdown
License-File: LICENSE

# dmglib

`dmglib` is a tiny python wrapper built around the `hdiutil` command line tool on macOS. It is intended to be used to work with the contents of DMG files on macOS.

`dmglib` provides functions for the following tasks:
* Querying the list of currently attached disk images on the system
* Checking whether a target disk image is password-protected
* Checking whether a given password is correct for a target disk image
* Attaching and detaching disk images

