{ "info": { "author": "Jean M. Brouwers", "author_email": "mrJean1@Gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: MacOS X :: Cocoa", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Human Machine Interfaces", "Topic :: Software Development", "Topic :: Software Development :: User Interfaces" ], "description": "=======\nPyCocoa\n=======\n\nA basic, ctypes_-based Python binding to the macOS_ Objective-C Cocoa\nruntime and several other macOS_ libraries.\n\nThis is package `cocoa-python`_ by *Phillip Nguyen (C) 2011*, modified,\nextended, tested, documented and published with permission under both\nthe `MIT License`_ and the original `New BSD License`_.\n\nInstallation\n============\n\nTo install PyCocoa, type ``pip install PyCocoa`` or ``easy_install PyCocoa``\nin a terminal window. Alternatively, download ``PyCocoa-y.m.d.zip`` from\nPyPI_ or GitHub_, ``unzip`` the downloaded file, ``cd`` to directory\n``PyCocoa-y.m.d`` and type ``python setup.py install``. To run all PyCocoa\ntests, type ``python setup.py test`` before installation.\n\nExamples `cocoavlc.py`_ and *simple_VLCplayer.py* require installation of\nthe `VLC App`_ and the corresponding `Python-VLC`_ binding.\n\nDocumentation\n=============\n\nIn addition to the pycocoa_ package, the distribution files contain several\ntests, some examples and the documentation_ (generated by Epydoc_ using command line\n``epydoc --html --no-private --no-source --name=PyCocoa --url=... -v pycocoa``).\n\nTests\n=====\n\nThe tests and examples have only been run with 64-bit Python 2.7.16 and\n3.7.4 using `Python-VLC`_ 2.2.8, 3.0.2, 3.0.4, 3.0.6 and 3.0.7 (with the\ncompatible `VLC App`_) and only on macOS 10.13.6 High Sierra or 10.14.6\nMojave. PyCocoa has *not been tested* on iOS nor with 32-bit Python and\n*does not work* with PyPy_ nor with `Intel(R) Python`_.\n\nNotes\n=====\n\nAll PyCocoa source code has been statically checked_ with PyChecker_,\nPyFlakes_, PyCodeStyle_ (formerly Pep8) and McCabe_ using 64-bit Python\n2.7.16 and with Flake8_ using 64-bit Python 3.7.4.\n\nSome alternatives to PyCocoa are (a) PyObjC_, the most comprehensive Python\nto Objective-C bridge (and included in `macOS' Python`_), (b) `Rubicon-ObjC`_\nfor Python 3.5+, taking advantage of Python's new typing_ annotations, (c)\nPyGUI_ for macOS_ and (d) wxPython_.\n\n*Last updated: Sep 27, 2019.*\n\n.. image:: https://Img.Shields.io/pypi/pyversions/PyCocoa.svg?label=Python\n :target: https://PyPI.org/project/PyCocoa\n.. image:: https://Img.Shields.io/pypi/v/PyCocoa.svg?label=PyPI\n :target: https://PyPI.org/project/PyCocoa\n.. image:: https://Img.Shields.io/pypi/wheel/PyCocoa.svg\n :target: https://PyPI.org/project/PyCocoa/#files\n.. image:: https://Img.Shields.io/pypi/l/PyCocoa.svg\n :target: https://PyPI.org/project/PyCocoa\n\n.. _checked: https://GitHub.com/ActiveState/code/tree/master/recipes/Python/546532_PyChecker_postprocessor\n.. _cocoa-python: https://GitHub.com/phillip-nguyen/cocoa-python\n.. _cocoavlc.py: https://GitHub.com/oaubert/python-vlc/tree/master/examples\n.. _ctypes: https://Docs.Python.org/2.7/library/ctypes.html\n.. _documentation: https://mrJean1.GitHub.io/PyCocoa\n.. _Epydoc: https://PyPI.org/project/epydoc\n.. _Flake8: https://PyPI.org/project/flake8\n.. _GitHub: https://GitHub.com/mrJean1/PyCocoa\n.. _Intel(R) Python: https://Software.Intel.com/en-us/distribution-for-python\n.. _macOS: https://WikiPedia.org/wiki/MacOS\n.. _macOS' Python: https://WikiPedia.org/wiki/PyObjC#History\n.. _McCabe: https://PyPI.org/project/mccabe\n.. _MIT License: https://OpenSource.org/licenses/MIT\n.. _New BSD License: https://OpenSource.org/licenses/BSD-3-Clause\n.. _PyChecker: https://PyPI.org/project/pychecker\n.. _pycocoa: https://PyPI.org/project/PyCocoa\n.. _PyCodeStyle: https://PyPI.org/project/pycodestyle\n.. _PyFlakes: https://PyPI.org/project/pyflakes\n.. _PyGUI: https://CoSC.Canterbury.AC.NZ/greg.ewing/python_gui\n.. _PyObjC: https://PyPI.org/project/pyobjc\n.. _PyPI: https://PyPI.org/project/PyCocoa\n.. _PyPy: https://PyPy.org\n.. _Rubicon-ObjC: https://PyPI.org/project/rubicon-objc\n.. _typing: https://Docs.Python.org/3/library/typing.html\n.. _Python-VLC: https://PyPI.org/project/python-vlc\n.. _VLC App: https://www.VideoLan.org/vlc/download-macosx.html\n.. _wxPython: https://wxPython.org/pages/overview/index.html\n\nLicenses\n========\n\n``Copyright (C) 2017-2020 -- mrJean1 at Gmail -- All Rights Reserved.``\n\n``Permission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the \"Software\"),\nto deal in the Software without restriction, including without limitation\nthe rights to use, copy, modify, merge, publish, distribute, sublicense,\nand/or sell copies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following conditions:``\n\n``The above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.``\n\n``THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\nTHE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.``\n\n\n``Copyright (C) 2011 -- Phillip Nguyen -- All Rights Reserved.``\n\n``Redistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:``\n\n``1. Redistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.``\n\n``2. Redistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.``\n\n``3. Neither the name of objective-ctypes nor the names of its\ncontributors may be used to endorse or promote products derived from\nthis software without specific prior written permission.``\n\n``THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS\nFOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE\nCOPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,\nINCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\nLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\nANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGE.``", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://GitHub.com/mrJean1/PyCocoa", "keywords": "Cocoa cocoa-python cocoavlc ctypes macOS MacOSX Objective-C PyCocoa Python-VLC VLC VLCplayer", "license": "MIT", "maintainer": "Jean M. Brouwers", "maintainer_email": "mrJean1@Gmail.com", "name": "PyCocoa", "package_url": "https://pypi.org/project/PyCocoa/", "platform": "", "project_url": "https://pypi.org/project/PyCocoa/", "project_urls": { "Homepage": "https://GitHub.com/mrJean1/PyCocoa" }, "release_url": "https://pypi.org/project/PyCocoa/19.9.27/", "requires_dist": null, "requires_python": "", "summary": "Basic Python binding to macOS' Objective-C Cocoa", "version": "19.9.27" }, "last_serial": 5900173, "releases": { "18.10.22": [ { "comment_text": "", "digests": { "md5": "be0a812a386d1a3e84952a9fe0fffd21", "sha256": "7fe0750f306a9eae9cf5688502297be83f873ead5fa98a29681a6909a2712ba5" }, "downloads": -1, "filename": "PyCocoa-18.10.22-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "be0a812a386d1a3e84952a9fe0fffd21", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 152937, "upload_time": "2018-10-22T19:54:03", "url": "https://files.pythonhosted.org/packages/8f/b6/1c866159b351833994a16a2024c660406ed1d9319fbd51f6b46a257e5bf9/PyCocoa-18.10.22-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "595127a53749e62e252019ff88cc6fda", "sha256": "f3b9af8479ae5a0e058bdee46c09de3c77d72655e8698dcf9145097535f65ad6" }, "downloads": -1, "filename": "PyCocoa-18.10.22.zip", "has_sig": false, "md5_digest": "595127a53749e62e252019ff88cc6fda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 663204, "upload_time": "2018-10-22T19:54:00", "url": "https://files.pythonhosted.org/packages/3c/d7/fc17fee080545dcb9310c19e00687a9b8b215eb2912a11167ef841db8754/PyCocoa-18.10.22.zip" } ], "18.10.23": [ { "comment_text": "", "digests": { "md5": "8122873034b5b4911e8a0603be8142a1", "sha256": "b8f775e23af49db0af32f2e9b2222fe5bdbb46b1cf8daf0f4ee0318a6284ae50" }, "downloads": -1, "filename": "PyCocoa-18.10.23-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8122873034b5b4911e8a0603be8142a1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 153013, "upload_time": "2018-10-23T17:29:08", "url": "https://files.pythonhosted.org/packages/ea/60/1fbe656015a8cb18b61d95335d18bcbaaeebb37661769660f60317453aa0/PyCocoa-18.10.23-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5ca457b24e42875109f6511af1797029", "sha256": "df4585ae64dbd9573fd65af17ae2616dea3ff2c25f3e8d687cd00dccf204cfae" }, "downloads": -1, "filename": "PyCocoa-18.10.23.zip", "has_sig": false, "md5_digest": "5ca457b24e42875109f6511af1797029", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 663333, "upload_time": "2018-10-23T17:29:05", "url": "https://files.pythonhosted.org/packages/1f/5a/1552c380033c26a1acc951b0486f910abf53782ca27b43763bcd4bf14ed3/PyCocoa-18.10.23.zip" } ], "18.11.2": [ { "comment_text": "", "digests": { "md5": "e56bb97c42c53adc2ad3f10167911503", "sha256": "81f77584c093bf4035a24a0df763271c4d28c447336a16addd346545a856ddf5" }, "downloads": -1, "filename": "PyCocoa-18.11.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e56bb97c42c53adc2ad3f10167911503", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 155165, "upload_time": "2018-11-04T22:47:35", "url": "https://files.pythonhosted.org/packages/93/33/880614bedddc2a7d546e22d54e5e71124228d528fe3171d240ee0e0b5c72/PyCocoa-18.11.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f7d7509a20cf937f5b3d8136fdfa4a7a", "sha256": "b67a9ddb6e75651ccf00f6d303714186c0e7a9efc1bfd1bba8202c8ecbdaa769" }, "downloads": -1, "filename": "PyCocoa-18.11.2.zip", "has_sig": false, "md5_digest": "f7d7509a20cf937f5b3d8136fdfa4a7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 669108, "upload_time": "2018-11-04T22:47:32", "url": "https://files.pythonhosted.org/packages/d6/ca/81f6fc92ae32d532f6d992d9e637cfa6df42ca41f7a9c4bd31d5fb395d60/PyCocoa-18.11.2.zip" } ], "18.3.15": [ { "comment_text": "", "digests": { "md5": "5e7c2993efbd63d527db4ed4077050b9", "sha256": "5f6b390c9662ea424c2784a2c4f6e08958a871f651f2d3d75b69f245b22727a9" }, "downloads": -1, "filename": "PyCocoa-18.3.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5e7c2993efbd63d527db4ed4077050b9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 46865, "upload_time": "2018-03-15T18:30:39", "url": "https://files.pythonhosted.org/packages/b4/73/c56db93c0143cb911dc799911cf9d2bd991b361377f530ff0d190f815958/PyCocoa-18.3.15-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b1166b94e723249e93368747717d7800", "sha256": "b36a0e8c230bf0ed42757f3ea97ab85f801377df0ecd4ed2e8bc7bc8ee945f5a" }, "downloads": -1, "filename": "PyCocoa-18.3.15.zip", "has_sig": false, "md5_digest": "b1166b94e723249e93368747717d7800", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 398539, "upload_time": "2018-03-15T18:30:36", "url": "https://files.pythonhosted.org/packages/97/3d/281f4aff5dc3e9132bddb655eb16aa3479294028a09888d9d2f2653088e4/PyCocoa-18.3.15.zip" } ], "18.4.28": [ { "comment_text": "", "digests": { "md5": "05b925e6215bbb176811f5db636b8ddb", "sha256": "9b3289c39326453ebf4cb387ae2d0ff5e0bba50e48d1672574e84947fff2a2ba" }, "downloads": -1, "filename": "PyCocoa-18.4.28-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "05b925e6215bbb176811f5db636b8ddb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 104565, "upload_time": "2018-04-30T17:40:22", "url": "https://files.pythonhosted.org/packages/8f/60/7d6706578d9c6ad3ae02129818c7471a723f0ab89fbe2794ef03a3b16fd2/PyCocoa-18.4.28-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "10881650ba606afffaa8379cdcb879b9", "sha256": "a06f661755186d53dcde82f3db0f3d01d47fb10e493fe54c72f167927e3d003d" }, "downloads": -1, "filename": "PyCocoa-18.4.28.zip", "has_sig": false, "md5_digest": "10881650ba606afffaa8379cdcb879b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 496378, "upload_time": "2018-04-30T17:40:19", "url": "https://files.pythonhosted.org/packages/49/fe/60003f05e192bb6dac5cb723b3497d97a86d0d0738bc2e20aa68769ea8e7/PyCocoa-18.4.28.zip" } ], "18.5.16": [ { "comment_text": "", "digests": { "md5": "13c1aa23b97ef6eb92516974f100912f", "sha256": "040b0678da7e65e688a65c715f956758d1a63f9dfd9b66cc766aa973c4110bd0" }, "downloads": -1, "filename": "PyCocoa-18.5.16-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "13c1aa23b97ef6eb92516974f100912f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 114029, "upload_time": "2018-05-15T18:58:50", "url": "https://files.pythonhosted.org/packages/93/38/054f3c907d0d9b2e4f90fa7112594790f7e4caf420788896a48dbc6b22cd/PyCocoa-18.5.16-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2a75ad91664e576319f61825af56df66", "sha256": "2060ec36b6c0a8793bb134d368348fb8353f481846396548d39e828e0083eaf1" }, "downloads": -1, "filename": "PyCocoa-18.5.16.zip", "has_sig": false, "md5_digest": "2a75ad91664e576319f61825af56df66", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 556026, "upload_time": "2018-05-15T18:58:47", "url": "https://files.pythonhosted.org/packages/08/77/b7b956c60863f30449e5207b667c8314fcac09bcfb3649555e55486ba0ca/PyCocoa-18.5.16.zip" } ], "18.6.10": [ { "comment_text": "", "digests": { "md5": "2121bcb6fb9efd210861b63c51adcd21", "sha256": "c263651a606b51287938c7b9b5f03ce585ecb7ded4e482ded1fe44733984abf7" }, "downloads": -1, "filename": "PyCocoa-18.6.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2121bcb6fb9efd210861b63c51adcd21", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 126810, "upload_time": "2018-06-11T20:09:02", "url": "https://files.pythonhosted.org/packages/70/39/2d28781569a7ea3e41ac22a097dc54984cd9ab4ee3b960a20b0038798bc2/PyCocoa-18.6.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b25e58a5e1d6e01011bf8f07db0a66ce", "sha256": "0ee8827a73692cbcb64ec4e799df7aae7cf4e93f6938bc3aa5c404258e7f439c" }, "downloads": -1, "filename": "PyCocoa-18.6.10.zip", "has_sig": false, "md5_digest": "b25e58a5e1d6e01011bf8f07db0a66ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 600692, "upload_time": "2018-06-11T20:08:59", "url": "https://files.pythonhosted.org/packages/9f/31/e90332aec748b12698d77f10a4bb1be31db4e24642228e6b106984f2239d/PyCocoa-18.6.10.zip" } ], "18.6.16": [ { "comment_text": "", "digests": { "md5": "775072b92e75ca7259a3bee725ef9c7f", "sha256": "c0819664e436c91dd99af1d63299796ceb631ce672bf9aff9de836888cb18ec1" }, "downloads": -1, "filename": "PyCocoa-18.6.16-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "775072b92e75ca7259a3bee725ef9c7f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 127975, "upload_time": "2018-06-16T20:37:14", "url": "https://files.pythonhosted.org/packages/25/83/4743c7dcd3d26a85d33dd242635180c77b8812417a71f924b705db49ce88/PyCocoa-18.6.16-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7f8de65f56eb615087c16572d9a8c0bf", "sha256": "d1a6af5ba2472ee748863208f9ac62c384f92c23fccd14f0d758cdfb976a1618" }, "downloads": -1, "filename": "PyCocoa-18.6.16.zip", "has_sig": false, "md5_digest": "7f8de65f56eb615087c16572d9a8c0bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 598180, "upload_time": "2018-06-16T20:37:11", "url": "https://files.pythonhosted.org/packages/32/56/408b573f7dc1b44c6048cd48d399a76a1ffe5ca3965e0f3551cf6cd3df3e/PyCocoa-18.6.16.zip" } ], "18.6.21": [ { "comment_text": "", "digests": { "md5": "88b06dbc03842afe75cdbe8dd6ad589c", "sha256": "d80b1f2fa577eabad14c64bfff892de42f040286a592505c80b2800f551e17b8" }, "downloads": -1, "filename": "PyCocoa-18.6.21-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "88b06dbc03842afe75cdbe8dd6ad589c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 128453, "upload_time": "2018-06-22T21:29:07", "url": "https://files.pythonhosted.org/packages/a2/5d/32234ba5463451ccc55db8c4ff369c13e3d6b7e75ea6cefa8b6d398f4ec4/PyCocoa-18.6.21-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "091092cd0e284669294d48329afa4128", "sha256": "8b978ff07681ec243417649282166da2ea1f80439f9321a035601eeb6242b1bd" }, "downloads": -1, "filename": "PyCocoa-18.6.21.zip", "has_sig": false, "md5_digest": "091092cd0e284669294d48329afa4128", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 599330, "upload_time": "2018-06-22T21:29:04", "url": "https://files.pythonhosted.org/packages/4f/47/789822bac53a51f8b0ef2171e6f2701930e9898fab3d8debb1eba7a47247/PyCocoa-18.6.21.zip" } ], "18.6.27": [ { "comment_text": "", "digests": { "md5": "44f0412b7ff070984ed414f043fd136a", "sha256": "5a7a8281236441cf7539ad14174666eb1505b1436c7e24ffbfe7af866bb6876e" }, "downloads": -1, "filename": "PyCocoa-18.6.27-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "44f0412b7ff070984ed414f043fd136a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 128790, "upload_time": "2018-06-28T20:40:15", "url": "https://files.pythonhosted.org/packages/60/de/a46bcd077cef9b4d9ea86d54465079e21d8336e92f68239c9b2242ac3e7b/PyCocoa-18.6.27-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ed65caa8a7d024e1c637b1ee03235e3e", "sha256": "b0208a95225ea46f5f2bfac586a127a671fc9f3d9d2dbc446934759edf14e724" }, "downloads": -1, "filename": "PyCocoa-18.6.27.zip", "has_sig": false, "md5_digest": "ed65caa8a7d024e1c637b1ee03235e3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 600945, "upload_time": "2018-06-28T20:40:12", "url": "https://files.pythonhosted.org/packages/b2/af/a0e69c9e24b01a5529eeaab396bc03608b8dc41f771bacc1385703628be9/PyCocoa-18.6.27.zip" } ], "18.6.29": [ { "comment_text": "", "digests": { "md5": "a684972b595b932bb8fedbc232581e0e", "sha256": "913c180ca1af40a5b58720cd3f991e18c3688eea19d3ed5ca6b8ce815155f20e" }, "downloads": -1, "filename": "PyCocoa-18.6.29-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a684972b595b932bb8fedbc232581e0e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 129116, "upload_time": "2018-07-01T17:33:54", "url": "https://files.pythonhosted.org/packages/aa/4a/b287ed4ebd55591e400142c6fe7407ab794c81806ad946c14485be533b39/PyCocoa-18.6.29-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0784c0f135766f897a55a1c831679edd", "sha256": "d3c730b9a2c3edf308232e4d53b4060d1d476ddbee8b2876754444269d741e05" }, "downloads": -1, "filename": "PyCocoa-18.6.29.zip", "has_sig": false, "md5_digest": "0784c0f135766f897a55a1c831679edd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 601465, "upload_time": "2018-07-01T17:33:51", "url": "https://files.pythonhosted.org/packages/d8/ab/50ed4a24dfc8273992daa8a020b7508e98c94f9cd2a6b6b803aae4439f02/PyCocoa-18.6.29.zip" } ], "18.7.23": [ { "comment_text": "", "digests": { "md5": "a83624a8ba881bf6fe0c12dcfc63f33f", "sha256": "0aab9051fa97415861dfe7729e2dab35e89c83742757e8622ba4396583226007" }, "downloads": -1, "filename": "PyCocoa-18.7.23-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a83624a8ba881bf6fe0c12dcfc63f33f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 129786, "upload_time": "2018-07-24T00:49:15", "url": "https://files.pythonhosted.org/packages/9c/ab/8981d50c70a5fbcd7e55db626712982680d912d94290234f4b284448a437/PyCocoa-18.7.23-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a2f9d7855384773f540379c54a719970", "sha256": "f6333701bdfc46d184cd65b9d0dab18214a7aa3fc1d93bf5d23ba79c010838aa" }, "downloads": -1, "filename": "PyCocoa-18.7.23.zip", "has_sig": false, "md5_digest": "a2f9d7855384773f540379c54a719970", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 605236, "upload_time": "2018-07-24T00:49:13", "url": "https://files.pythonhosted.org/packages/1a/c9/56ec8eee1b7756c6351771964e4d5714711e5984db90a59027828fcbc7cd/PyCocoa-18.7.23.zip" } ], "18.7.25": [ { "comment_text": "", "digests": { "md5": "9d825dc9167b82d3222332ea5c8769c2", "sha256": "e76f276cdb687eff907428224978263bf4024fd663d4877b1d8ff5121f2a227c" }, "downloads": -1, "filename": "PyCocoa-18.7.25-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9d825dc9167b82d3222332ea5c8769c2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 130887, "upload_time": "2018-07-26T18:24:26", "url": "https://files.pythonhosted.org/packages/31/91/6fb45685c7de55df855b31609e2b488e45d11abe8251d3f7f6dea385ebf6/PyCocoa-18.7.25-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d8d289948f3f7c75a6e7e826190aa0f2", "sha256": "1cc7828b333a5edbff7d18cf204c5fa43059b297ef7b953930ff9f187aa817a9" }, "downloads": -1, "filename": "PyCocoa-18.7.25.zip", "has_sig": false, "md5_digest": "d8d289948f3f7c75a6e7e826190aa0f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 610871, "upload_time": "2018-07-26T18:24:23", "url": "https://files.pythonhosted.org/packages/a0/be/019d50c78bf3d0d8209ac331c7e1079edd01ffcbc62a32f96985bb999e52/PyCocoa-18.7.25.zip" } ], "18.7.27": [ { "comment_text": "", "digests": { "md5": "c9e39006cc6e57e96498a9cd6f00eb5a", "sha256": "8fada9882a4e68f9a30b3189f987fda4d09f71b82d80877efcb0817771d92d53" }, "downloads": -1, "filename": "PyCocoa-18.7.27-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c9e39006cc6e57e96498a9cd6f00eb5a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 130948, "upload_time": "2018-07-28T16:08:29", "url": "https://files.pythonhosted.org/packages/44/f4/41edfba9b25dd6303a9495511d2d76bb9d1134915d9fee9fc0119d915922/PyCocoa-18.7.27-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "25e791d0ef14e408fb1316118c357b96", "sha256": "b38c14b29aef5f0103c9cae7b48d2ee701740efd0d6e4dac701bf5047bdb73ec" }, "downloads": -1, "filename": "PyCocoa-18.7.27.zip", "has_sig": false, "md5_digest": "25e791d0ef14e408fb1316118c357b96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 611024, "upload_time": "2018-07-28T16:08:26", "url": "https://files.pythonhosted.org/packages/d3/fd/37062820f894691dbbd633527430c423bda6afb5f313b3e7fcd16d348b01/PyCocoa-18.7.27.zip" } ], "18.7.3": [ { "comment_text": "", "digests": { "md5": "8cca87a4ffff64908469d6b699070e39", "sha256": "3b565554f44040c0eb6146953c0f083d1194a9d8f2109610e4e53dc6cb345c6f" }, "downloads": -1, "filename": "PyCocoa-18.7.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8cca87a4ffff64908469d6b699070e39", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 129488, "upload_time": "2018-07-05T20:57:05", "url": "https://files.pythonhosted.org/packages/19/7a/02b8e888614bb09c71284d94652b477aabd41acf2a0529d3205aaee5052d/PyCocoa-18.7.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "11a63e3deb7d8c091b2ad4eebbca0b6b", "sha256": "30ef201ddba231c1e277f59b7b1ee9b3dff6416dfd15944b8e2e4a9a11e91a62" }, "downloads": -1, "filename": "PyCocoa-18.7.3.zip", "has_sig": false, "md5_digest": "11a63e3deb7d8c091b2ad4eebbca0b6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 604212, "upload_time": "2018-07-05T20:57:03", "url": "https://files.pythonhosted.org/packages/8f/f6/142cf71abf345e6456f244fc66c8c78caeabd0007a289bb50b38bad4cfac/PyCocoa-18.7.3.zip" } ], "18.8.16": [ { "comment_text": "", "digests": { "md5": "6d90ac75fd5111bd80e4e5f71aa5f93d", "sha256": "892aec3859491b2b50b8bde14067ecedb214b7cc91517fe9b11c0e3944b7c060" }, "downloads": -1, "filename": "PyCocoa-18.8.16-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6d90ac75fd5111bd80e4e5f71aa5f93d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 152878, "upload_time": "2018-08-20T17:53:23", "url": "https://files.pythonhosted.org/packages/55/08/6f869d57819bab228650a325910abbaabb01afbe7c378a21acb477b829d3/PyCocoa-18.8.16-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6bbef0dabbe987576db2dfd0b96ff481", "sha256": "63fa587e981c96dcc7c11e86d597642e6609ed4dd604dd7323c56543da24a7e9" }, "downloads": -1, "filename": "PyCocoa-18.8.16.zip", "has_sig": false, "md5_digest": "6bbef0dabbe987576db2dfd0b96ff481", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 662621, "upload_time": "2018-08-20T17:53:21", "url": "https://files.pythonhosted.org/packages/11/d9/5a2bc8cfeaed95eaa2eff8fc9a853d87919fc24f9a16993423a850e3f488/PyCocoa-18.8.16.zip" } ], "18.8.4": [ { "comment_text": "", "digests": { "md5": "5b1189810df601fcd427d512f10cd8fe", "sha256": "2af60f50edba2e22d841eba0858b35075001c3c6b7533682e4cd289cfe0f4816" }, "downloads": -1, "filename": "PyCocoa-18.8.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5b1189810df601fcd427d512f10cd8fe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 143389, "upload_time": "2018-08-06T17:34:36", "url": "https://files.pythonhosted.org/packages/52/90/86c4842a8abf49729bf41823f06f57bff7525d12d3b187a60aa0abfe6ecd/PyCocoa-18.8.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8780c62dee8ca95b3b6530df5a505f76", "sha256": "8bb3611fbc29f6b757eb413541a03d641ba15101ed246bb9acbd79f30b4a3155" }, "downloads": -1, "filename": "PyCocoa-18.8.4.zip", "has_sig": false, "md5_digest": "8780c62dee8ca95b3b6530df5a505f76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 643853, "upload_time": "2018-08-06T17:34:34", "url": "https://files.pythonhosted.org/packages/c4/fa/f32526aa3b5d7918e4b373d591d961d921d18edc9a718aa806e12cce9a41/PyCocoa-18.8.4.zip" } ], "18.8.9": [ { "comment_text": "", "digests": { "md5": "8d982b2409879f49111203864a6e9ec1", "sha256": "cd5145986f7a68960a864e072940d893fe39e4b5257693c93ed039b4f0cdc1a4" }, "downloads": -1, "filename": "PyCocoa-18.8.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8d982b2409879f49111203864a6e9ec1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 148245, "upload_time": "2018-08-13T01:43:19", "url": "https://files.pythonhosted.org/packages/0c/6a/4667d2d5de20266d6e9a4e1130e7302ba2c04242aebf7af4ecf43dccd72d/PyCocoa-18.8.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b4bf79515d81085147235f8430efccf", "sha256": "5531d0b2e374c28a0077d334e751d6b19ce1123cd34a7c1b54c2c54a3c0cb0fa" }, "downloads": -1, "filename": "PyCocoa-18.8.9.zip", "has_sig": false, "md5_digest": "7b4bf79515d81085147235f8430efccf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 651219, "upload_time": "2018-08-13T01:43:16", "url": "https://files.pythonhosted.org/packages/6c/b4/3373cceb061ef9b22cf136497b96d04b01020233668ceb3e130c6fb88bdd/PyCocoa-18.8.9.zip" } ], "19.1.31": [ { "comment_text": "", "digests": { "md5": "0d9f9ce1cd75477fd7ea278a7bb786f6", "sha256": "8180ba9637740091ccab776f5b3861a0e1b93048bc213bf57869479d87a0ed78" }, "downloads": -1, "filename": "PyCocoa-19.1.31-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0d9f9ce1cd75477fd7ea278a7bb786f6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 156700, "upload_time": "2019-02-02T18:10:03", "url": "https://files.pythonhosted.org/packages/e6/2a/412baea6ba702bbd1320de5fdad32c52910a25544d372cafdd1f5e5473d6/PyCocoa-19.1.31-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "640a956a3f06732b4e9340b86d16c439", "sha256": "928d8b41b69c84492d9609ef598d96cb689fc185ec4272be863075552bde4b1b" }, "downloads": -1, "filename": "PyCocoa-19.1.31.zip", "has_sig": false, "md5_digest": "640a956a3f06732b4e9340b86d16c439", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 675432, "upload_time": "2019-02-02T18:10:00", "url": "https://files.pythonhosted.org/packages/a6/78/dde1f05400314e70737b1798dd97611b039612c367440340587a09aca0b2/PyCocoa-19.1.31.zip" } ], "19.3.31": [ { "comment_text": "", "digests": { "md5": "398cd527a653eacdd14c848e482b8634", "sha256": "02286a1e1b3c446736e40022351be37f7aa279c65074adf15ab8df81b1f9ec35" }, "downloads": -1, "filename": "PyCocoa-19.3.31-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "398cd527a653eacdd14c848e482b8634", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 156713, "upload_time": "2019-03-31T16:23:38", "url": "https://files.pythonhosted.org/packages/d0/bb/87f8e0ed091134a8c1ebb070dada2d4f3afb32610be6c770eb67db659dce/PyCocoa-19.3.31-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ca173b94dc542251de93087bff0f4eb3", "sha256": "4f7a2f5fcbae00260b2b75bc5e3c374f4a12a61bb0cb9997e001d23b1c8ecc1b" }, "downloads": -1, "filename": "PyCocoa-19.3.31.zip", "has_sig": false, "md5_digest": "ca173b94dc542251de93087bff0f4eb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 675905, "upload_time": "2019-03-31T16:23:34", "url": "https://files.pythonhosted.org/packages/dd/02/c5bbb4355a10c98f9c6ab2074302e8db2481cfd9cce0e5d0b7f91ce0c1f6/PyCocoa-19.3.31.zip" } ], "19.8.31": [ { "comment_text": "", "digests": { "md5": "89bda2dec70d5c108c9c2c263f1429f4", "sha256": "9ccb890b754161438b1defbee44e33ff4c920eb03e164209dc0e00ba6bcb261e" }, "downloads": -1, "filename": "PyCocoa-19.8.31-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "89bda2dec70d5c108c9c2c263f1429f4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 159018, "upload_time": "2019-09-04T01:17:17", "url": "https://files.pythonhosted.org/packages/38/74/f23dacd8b5335334042685536f9eca3205ea0b277fcf8e0ee93ef6d4a508/PyCocoa-19.8.31-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "babc7ac9144aa861b71fcac7968e9956", "sha256": "5dee58ec1d665bfe5c1d070cae6416ff88453e2cac03948537ec2bb23dbb1f71" }, "downloads": -1, "filename": "PyCocoa-19.8.31.zip", "has_sig": false, "md5_digest": "babc7ac9144aa861b71fcac7968e9956", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 687099, "upload_time": "2019-09-04T01:17:14", "url": "https://files.pythonhosted.org/packages/00/db/de3b2a42e5f2640d9d9d1c30bc97feeb51159c639c8a6e3e53a1b341a314/PyCocoa-19.8.31.zip" } ], "19.9.23": [ { "comment_text": "", "digests": { "md5": "e1310414cd34ae8338a31c593370e053", "sha256": "095d1e60429d74e04a9cd8065a6bc8f280a3b31c96c0cc90ad1dfbaf059ddb60" }, "downloads": -1, "filename": "PyCocoa-19.9.23-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e1310414cd34ae8338a31c593370e053", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 159527, "upload_time": "2019-09-24T17:57:00", "url": "https://files.pythonhosted.org/packages/53/dc/7920acd4866a44542734af5ace080c8a6c0085681a5ee3979cb70c6bdfdd/PyCocoa-19.9.23-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1abbbecec61a428678894ec673231c05", "sha256": "f9fa557350e1243196aecf2e6dac6f8ed06dd8df163cc8e11d5dfe9e0db2a0c0" }, "downloads": -1, "filename": "PyCocoa-19.9.23.zip", "has_sig": false, "md5_digest": "1abbbecec61a428678894ec673231c05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 687655, "upload_time": "2019-09-24T17:56:57", "url": "https://files.pythonhosted.org/packages/fe/b9/36917c85935cce9839ec78974d8e6aac404090cec0c298726ce690930b78/PyCocoa-19.9.23.zip" } ], "19.9.27": [ { "comment_text": "", "digests": { "md5": "b73f89c4ef0e1a172325a7b35071abfa", "sha256": "591fcab1fdf0e37627b1de8af05d5e2020f4c761e3dd549fc0d6f0f1324ba1ae" }, "downloads": -1, "filename": "PyCocoa-19.9.27-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b73f89c4ef0e1a172325a7b35071abfa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 159711, "upload_time": "2019-09-28T17:38:49", "url": "https://files.pythonhosted.org/packages/5e/51/aa0760fb2eb30721c845aeff1e8399d98a4f481ce2fa0595372b0a68f259/PyCocoa-19.9.27-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "03925bc5f171a67e1a95fdc2a8a068f1", "sha256": "1ce53ec3b5ba3b53c35dd3e85ce37542763ac187188f1c226ee048a759000629" }, "downloads": -1, "filename": "PyCocoa-19.9.27.zip", "has_sig": false, "md5_digest": "03925bc5f171a67e1a95fdc2a8a068f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 709969, "upload_time": "2019-09-28T17:38:46", "url": "https://files.pythonhosted.org/packages/c5/4e/4033f8cefbb853e20194c2f854b40e0a53a9c73f04e443767476784d4d17/PyCocoa-19.9.27.zip" } ], "19.9.4": [ { "comment_text": "", "digests": { "md5": "f91949f7889086917b72f52c72ad79ac", "sha256": "2023c01d53092b4edf7772a1eaa7b3e996e7db6d9a53768dd18cade38cb172e2" }, "downloads": -1, "filename": "PyCocoa-19.9.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f91949f7889086917b72f52c72ad79ac", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 159059, "upload_time": "2019-09-05T16:54:03", "url": "https://files.pythonhosted.org/packages/1b/88/ac60b1758c997c5a9f678b3c8243d167f01217df6ce0fc64c206355adfb0/PyCocoa-19.9.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f5b1511a769e05538d5907ef8d11a31", "sha256": "c7214481e18edd950370226a115035e76699d047c37a8eeb388349818a038d5a" }, "downloads": -1, "filename": "PyCocoa-19.9.4.zip", "has_sig": false, "md5_digest": "5f5b1511a769e05538d5907ef8d11a31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 686715, "upload_time": "2019-09-05T16:54:00", "url": "https://files.pythonhosted.org/packages/2b/22/4b55f848c6a41031e4639922e876eddc8e5e6dc7bb4120ff5f8609da3779/PyCocoa-19.9.4.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b73f89c4ef0e1a172325a7b35071abfa", "sha256": "591fcab1fdf0e37627b1de8af05d5e2020f4c761e3dd549fc0d6f0f1324ba1ae" }, "downloads": -1, "filename": "PyCocoa-19.9.27-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b73f89c4ef0e1a172325a7b35071abfa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 159711, "upload_time": "2019-09-28T17:38:49", "url": "https://files.pythonhosted.org/packages/5e/51/aa0760fb2eb30721c845aeff1e8399d98a4f481ce2fa0595372b0a68f259/PyCocoa-19.9.27-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "03925bc5f171a67e1a95fdc2a8a068f1", "sha256": "1ce53ec3b5ba3b53c35dd3e85ce37542763ac187188f1c226ee048a759000629" }, "downloads": -1, "filename": "PyCocoa-19.9.27.zip", "has_sig": false, "md5_digest": "03925bc5f171a67e1a95fdc2a8a068f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 709969, "upload_time": "2019-09-28T17:38:46", "url": "https://files.pythonhosted.org/packages/c5/4e/4033f8cefbb853e20194c2f854b40e0a53a9c73f04e443767476784d4d17/PyCocoa-19.9.27.zip" } ] }