jaraco/pyobjc/: pyobjc-framework-automator-6.0a0 metadata and description

Wrappers for the framework Automator on macOS

Metadata
author Ronald Oussoren
author_email [email protected]
classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Console
  • Environment :: MacOS X :: Cocoa
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Natural Language :: English
  • Operating System :: MacOS :: MacOS X
  • Programming Language :: Python
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Objective C
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: Software Development :: User Interfaces
description_content_type text/x-rst; charset=UTF-8
keywords PyObjC,Automator
license MIT License
project_urls
  • Documentation, https://pyobjc.readthedocs.io/en/latest/
  • Issue tracker, https://bitbucket.org/ronaldoussoren/pyobjc/issues?status=new&status=open
requires_dist
  • pyobjc-core (>=6.0a0)
  • pyobjc-framework-Cocoa (>=6.0a0)
requires_python >=3.6
Files
File Tox results History
pyobjc_framework_Automator-6.0a0-py2.py3-none-any.whl
Size
5 KB
Type
Python Wheel
Python
2.7
sha256
321ab616481233b195be4525bc3c16f0fe2c15b779b582513291efa57fbd786f

Wrappers for the “Automator” framework on macOS. The Automator framework supports the development of actions for the Automator application, as well as the ability to run a workflow in developer applications. An action is a bundle that, when loaded and run, performs a specific task.

These wrappers don’t include documentation, please check Apple’s documention for information on how to use this framework and PyObjC’s documentation for general tips and tricks regarding the translation between Python and (Objective-)C frameworks