Skip to main content

Automated codesigning and notarization of a macOS app.

Project description

This python package provides one class, Notarizer, which is intended as a base class for a python object which automatically notarizes a signed macOS application bundle. The subclass which does the actual notarization needs to provide a method build_dmg which builds the disk image that will be used to distribute the app.

Apple’s notarization process involves a complex dance which is performed by this object. First the signed app is packaged in a disk image and sent to Apple for notarization. Then the notarization ticket is stapled to the app and the app is repackaged in a new disk image which is signed and sent to Apple for a second notarization. Finally the notarization ticket can be stapled to the disk image itself.

The credentials and parameters which are needed for the various notarization steps are provided in a config file which should be in the current directory and should have the following structure:

[developer]
username = <your app store id or email>
password = <your app-specific password>
identity = <the signing identity you used to sign your app>

[app]
app_name = <name of the app>
app_path = <path to the application bundle>
dmg_path = <path to the disk image that your build_dmg method will create>
bundle_id = <an (arbitrary) bundle identifier that you provide for the request>

This package is available from pypi:

pip install notabot

Project details


Download files

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

Source Distribution

notabot-1.3.1.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

notabot-1.3.1-py3-none-any.whl (11.8 kB view details)

Uploaded Python 3

File details

Details for the file notabot-1.3.1.tar.gz.

File metadata

  • Download URL: notabot-1.3.1.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.0

File hashes

Hashes for notabot-1.3.1.tar.gz
Algorithm Hash digest
SHA256 80c5e5c9eeceba84f580f31f0b9214a28f74c21df49555ce32eb2d7da8176ffc
MD5 11cd4b0bad292de07982f4aade4f1cbd
BLAKE2b-256 c1891c2283fbe8a415697cc8a05e2e988a1aa2c3ad0d3fbf5202a44948279fb5

See more details on using hashes here.

File details

Details for the file notabot-1.3.1-py3-none-any.whl.

File metadata

  • Download URL: notabot-1.3.1-py3-none-any.whl
  • Upload date:
  • Size: 11.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.0

File hashes

Hashes for notabot-1.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a1f37e38f5899ea3b76793d3556b269d392d8a91deb39f0b09b81185282ad5bd
MD5 87f8278483a0256d3f9d96d688d739f4
BLAKE2b-256 6abb2073c0daaef9af2e2b3c37f74b8c29734114532898066f70d7b9f2c061b7

See more details on using hashes here.

Supported by

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