Skip to main content

No project description provided

Project description

macOS-Pkg-Builder

Python module for creating macOS packages more easily through native tooling (pkgbuild).

Usage

import macos_pkg_builder

pkg_obj = macos_pkg_builder.Packages(
    pkg_name="MyApp-Installer",
    pkg_output="Sample.pkg",
    pkg_bundle_id="com.myapp.installer",
    pkg_file_structure={
        "Samples/MyApp/MyApp.app": "/Applications/MyApp.app",
        "Samples/MyApp/MyLaunchDaemon.plist": "/Library/LaunchDaemons/com.myapp.plist",
    },
    pkg_preinstall_script="Samples/MyApp/MyPreinstall.sh",
    pkg_postinstall_script="Samples/MyApp/MyPostinstall.sh",
)

pkg_obj.build()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

macos_pkg_builder-0.0.1-py3-none-any.whl (1.4 kB view details)

Uploaded Python 3

File details

Details for the file macos_pkg_builder-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for macos_pkg_builder-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cc6388ed90b0cb591af35160ee0abeeed048f05579467abc4ed71f57266922f3
MD5 ecd57f119ff03b2708f70ef3e9d317c0
BLAKE2b-256 c76e0a2378e3a27f3ccbb1737c687ba47fdfd49e372091771bb70ad08ad69922

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page