Metadata-Version: 2.1
Name: dmgbuild
Version: 1.6.1
Summary: macOS command line utility to build disk images
Home-page: http://alastairs-place.net/projects/dmgbuild
Author: Alastair Houghton
Author-email: alastair@alastairs-place.net
Maintainer: Russell Keith-Magee
Maintainer-email: russell@keith-magee.com
License: MIT License
Project-URL: Source, https://github.com/al45stair/dmgbuild
Keywords: dmg
Platform: darwin
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Desktop Environment
Requires-Python: >=3.7
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: dev
Provides-Extra: test
Provides-Extra: docs
Provides-Extra: badge_icons
License-File: LICENSE

========
dmgbuild
========

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

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

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

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

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

.. image:: https://readthedocs.org/projects/dmgbuild/badge/?version=latest
   :target: http://dmgbuild.readthedocs.io/en/latest/?badge=latest
   :alt: Docs Build Status

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

``dmgbuild`` is a command line tool to create macOS disk images (aka
``.dmg`` files).  While it is possible to create disk images easily enough
from the command line using the ``hdiutil`` program that ships with macOS,
there is no easy way to configure the appearance of the resulting disk image
when the user opens it.

``dmgbuild`` allows for full customization of the resulting disk image,
without relying on Finder, and without using deprecated APIs (like the
Alias Manager functions).

See the documentation_ for more information.

.. _documentation: http://dmgbuild.readthedocs.io
