pyobjc


Namepyobjc JSON
Version 10.1 PyPI version JSON
download
home_pagehttps://github.com/ronaldoussoren/pyobjc
SummaryPython<->ObjC Interoperability Module
upload_time2023-12-09 08:58:28
maintainer
docs_urlNone
authorRonald Oussoren
requires_python>=3.8
licenseMIT License
keywords objective-c bridge cocoa
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
PyObjC is a bridge between Python and Objective-C.  It allows full
featured Cocoa applications to be written in pure Python.  It is also
easy to use other frameworks containing Objective-C class libraries
from Python and to mix in Objective-C, C and C++ source.

This package is a pseudo-package that will install all pyobjc related
packages (that is, pyobjc-core as well as wrappers for frameworks on
macOS)

Project links
-------------

* `Documentation <https://pyobjc.readthedocs.io/en/latest/>`_
* `Issue Tracker <https://github.com/ronaldoussoren/pyobjc/issues>`_
* `Repository <https://github.com/ronaldoussoren/pyobjc/>`_

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ronaldoussoren/pyobjc",
    "name": "pyobjc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Objective-C,bridge,Cocoa",
    "author": "Ronald Oussoren",
    "author_email": "pyobjc-dev@lists.sourceforge.net",
    "download_url": "https://files.pythonhosted.org/packages/8e/1f/9e7c073aa91d6e20655894f49a26224429ddb93c702b1e897d78a1c18615/pyobjc-10.1.tar.gz",
    "platform": "macOS",
    "description": "\nPyObjC is a bridge between Python and Objective-C.  It allows full\nfeatured Cocoa applications to be written in pure Python.  It is also\neasy to use other frameworks containing Objective-C class libraries\nfrom Python and to mix in Objective-C, C and C++ source.\n\nThis package is a pseudo-package that will install all pyobjc related\npackages (that is, pyobjc-core as well as wrappers for frameworks on\nmacOS)\n\nProject links\n-------------\n\n* `Documentation <https://pyobjc.readthedocs.io/en/latest/>`_\n* `Issue Tracker <https://github.com/ronaldoussoren/pyobjc/issues>`_\n* `Repository <https://github.com/ronaldoussoren/pyobjc/>`_\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Python<->ObjC Interoperability Module",
    "version": "10.1",
    "project_urls": {
        "Documentation": "https://pyobjc.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/ronaldoussoren/pyobjc",
        "Issue tracker": "https://github.com/ronaldoussoren/pyobjc/issues",
        "Repository": "https://github.com/ronaldoussoren/pyobjc"
    },
    "split_keywords": [
        "objective-c",
        "bridge",
        "cocoa"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e38ef2250f1d7bf3f50ba1c877aba6ee56eff09797a88952a32b1283d485933",
                "md5": "aeded0013fa1cec0e8387c2780e36c1a",
                "sha256": "2687ff02217e7b2aba52c6b948bccea864a8f034af6c90528564d496b343c418"
            },
            "downloads": -1,
            "filename": "pyobjc-10.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aeded0013fa1cec0e8387c2780e36c1a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3996,
            "upload_time": "2023-12-09T08:44:21",
            "upload_time_iso_8601": "2023-12-09T08:44:21.480832Z",
            "url": "https://files.pythonhosted.org/packages/9e/38/ef2250f1d7bf3f50ba1c877aba6ee56eff09797a88952a32b1283d485933/pyobjc-10.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e1f9e7c073aa91d6e20655894f49a26224429ddb93c702b1e897d78a1c18615",
                "md5": "39d9a933fa2ddad48e8df95d8b6faa7f",
                "sha256": "f54baff4c40d53c3fb3812816ebd130d3186805936628cc1f212f95979af5b98"
            },
            "downloads": -1,
            "filename": "pyobjc-10.1.tar.gz",
            "has_sig": false,
            "md5_digest": "39d9a933fa2ddad48e8df95d8b6faa7f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10903,
            "upload_time": "2023-12-09T08:58:28",
            "upload_time_iso_8601": "2023-12-09T08:58:28.846632Z",
            "url": "https://files.pythonhosted.org/packages/8e/1f/9e7c073aa91d6e20655894f49a26224429ddb93c702b1e897d78a1c18615/pyobjc-10.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-09 08:58:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ronaldoussoren",
    "github_project": "pyobjc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyobjc"
}
        
Elapsed time: 0.15267s