{ "info": { "author": "Vladislav Syabruk", "author_email": "sjabrik@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: MacOS X", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Terminals", "Topic :: Utilities" ], "description": "\npync\n====\n\n\n.. image:: https://img.shields.io/pypi/l/pync.svg\n :target: https://github.com/SeTeM/pync/blob/master/LICENSE\n :alt: PyPI - License\n\n\n.. image:: https://img.shields.io/pypi/v/pync.svg\n :target: https://pypi.org/project/pync/\n :alt: PyPI\n\n\n.. image:: https://img.shields.io/github/issues-raw/SeTeM/pync.svg\n :target: https://img.shields.io/github/issues-raw/SeTeM/pync.svg\n :alt: GitHub issues\n\n\n.. image:: https://img.shields.io/github/issues-pr/SeTeM/pync.svg\n :target: https://img.shields.io/github/issues-pr/SeTeM/pync.svg\n :alt: GitHub pull requests\n\n\n.. image:: https://img.shields.io/github/forks/SeTeM/pync.svg?style=social&label=Fork\n :target: https://github.com/SeTeM/pync\n :alt: GitHub forks\n\n\n.. image:: https://img.shields.io/github/stars/SeTeM/pync.svg?style=social&label=Stars\n :target: https://github.com/SeTeM/pync\n :alt: GitHub stars\n\n\nA simple Python wrapper around the `terminal-notifier `_ command-line tool (version 2.0.0), which allows you to send User Notifications to the Notification Center on Mac OS X 10.10, or higher.\n\n\n.. image:: http://f.cl.ly/items/1k051n3k0u0i101m1i0U/Screen%20Shot%202012-08-24%20at%2012.20.40%20PM.png\n :target: http://f.cl.ly/items/1k051n3k0u0i101m1i0U/Screen%20Shot%202012-08-24%20at%2012.20.40%20PM.png\n :alt: Screenshot\n\n\nInstallation\n^^^^^^^^^^^^\n\n.. code-block:: bash\n\n pip install pync\n\nor\n\n.. code-block:: bash\n\n pip install git+https://github.com/SeTeM/pync.git\n\nor\n\n.. code-block:: bash\n\n git clone git://github.com/SeTeM/pync.git\n cd pync\n python setup.py install\n\nUsage\n^^^^^\n\nFor full information on all the options, see the tool\u2019s `README `_.\n\nExamples:\n~~~~~~~~~\n\nUsing the notify function\n\n.. code-block:: python\n\n import pync\n\n pync.notify('Hello World')\n pync.notify('Hello World', title='Python')\n pync.notify('Hello World', group=os.getpid())\n pync.notify('Hello World', activate='com.apple.Safari')\n pync.notify('Hello World', open='http://github.com/')\n pync.notify('Hello World', execute='say \"OMG\"')\n\n pync.remove_notifications(os.getpid())\n\n pync.list_notifications(os.getpid())\n\nUsing the notifier object\n\n.. code-block:: python\n\n from pync import Notifier\n\n Notifier.notify('Hello World')\n Notifier.notify('Hello World', title='Python')\n Notifier.notify('Hello World', group=os.getpid())\n Notifier.notify('Hello World', activate='com.apple.Safari')\n Notifier.notify('Hello World', open='http://github.com/')\n Notifier.notify('Hello World', execute='say \"OMG\"')\n\n Notifier.remove(os.getpid())\n\n Notifier.list(os.getpid())\n\nLicense\n^^^^^^^\n\nAll the works are available under the MIT license. **Except** for \u2018Terminal.icns\u2019, which is a copy of Apple\u2019s Terminal.app icon and as such is copyright of Apple.\n\nSee `LICENSE `_ for details.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/setem/pync", "keywords": "mac notification center wrapper", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pync", "package_url": "https://pypi.org/project/pync/", "platform": "MacOS X", "project_url": "https://pypi.org/project/pync/", "project_urls": { "Homepage": "https://github.com/setem/pync" }, "release_url": "https://pypi.org/project/pync/2.0.3/", "requires_dist": null, "requires_python": "", "summary": "Python Wrapper for Mac OS 10.10 Notification Center", "version": "2.0.3" }, "last_serial": 3835483, "releases": { "1.0": [], "1.1": [], "1.3": [], "1.4": [ { "comment_text": "built for Darwin-13.0.0", "digests": { "md5": "a21c66481f2f5d85eff308090ae0a894", "sha256": "239bd453f8dcb4fba81d4df4fdc9bc02f8d737d8b864c649ae47a3f5c584e8c7" }, "downloads": -1, "filename": "pync-1.4.macosx-10.9-x86_64.tar.gz", "has_sig": false, "md5_digest": "a21c66481f2f5d85eff308090ae0a894", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 362725, "upload_time": "2013-12-04T18:55:26", "url": "https://files.pythonhosted.org/packages/08/54/6d0c46e6a8d72ce46d63820bd05e100520e605ceace0e03dc1dd2630457b/pync-1.4.macosx-10.9-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "5cc79077f386a17b539f1e51c05a3650", "sha256": "304f9b8d7649c7713d10bb1ff4a195918bc0fab65d149243ddaaa0a82ee88151" }, "downloads": -1, "filename": "pync-1.4.tar.gz", "has_sig": false, "md5_digest": "5cc79077f386a17b539f1e51c05a3650", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4801, "upload_time": "2013-12-04T18:55:43", "url": "https://files.pythonhosted.org/packages/56/fd/ac01a7735a0d2d86796875d3bdd04211549203aa65b0b7918814d8dacdc0/pync-1.4.tar.gz" }, { "comment_text": "", "digests": { "md5": "81c2bb62aa400432cc3abd291bcfda69", "sha256": "b2cb3d7880d9e66edf9fbf5e43ff46571120de92082a096d0658376e51051f4a" }, "downloads": -1, "filename": "pync-1.5.tar.gz", "has_sig": false, "md5_digest": "81c2bb62aa400432cc3abd291bcfda69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 358183, "upload_time": "2014-08-29T12:36:40", "url": "https://files.pythonhosted.org/packages/d8/e9/11a7ad3aa8e572123d6cb26d5b5937d457a608c06870101606056d1fe86e/pync-1.5.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "6b1800c0a9519d19958aa3fab5595a8b", "sha256": "1dbe4f6b2b2a392634f73c72d5a0f894df8d8994e7d193c7173511e7803b2dc3" }, "downloads": -1, "filename": "pync-1.5.macosx-10.9-x86_64.exe", "has_sig": false, "md5_digest": "6b1800c0a9519d19958aa3fab5595a8b", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 427056, "upload_time": "2014-08-29T12:50:34", "url": "https://files.pythonhosted.org/packages/10/7c/e76d91e1996dccf1acf8a002ff0c12d3973bb6da605394bb19377cb9e994/pync-1.5.macosx-10.9-x86_64.exe" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "92dec34e1768c676e8dfcd10436940ec", "sha256": "bc7b8434283946ec0c3b814b8eb776b33244e64caf70b0dbaff666b5bd3b77db" }, "downloads": -1, "filename": "pync-1.6.macosx-10.9-x86_64.exe", "has_sig": false, "md5_digest": "92dec34e1768c676e8dfcd10436940ec", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 427170, "upload_time": "2014-09-23T12:49:22", "url": "https://files.pythonhosted.org/packages/e5/25/b5d684886ee27714b88ef713c06b1f0e67ae163cb9205a245d5cfe13b69a/pync-1.6.macosx-10.9-x86_64.exe" }, { "comment_text": "", "digests": { "md5": "0b8c663f0db5c5583630b2450d9b6987", "sha256": "718cd69a093b59a82c10e4e83f2caf8ee3e5cb5bf9df12b5fad3288a20284294" }, "downloads": -1, "filename": "pync-1.6.tar.gz", "has_sig": false, "md5_digest": "0b8c663f0db5c5583630b2450d9b6987", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 361746, "upload_time": "2014-09-23T12:49:18", "url": "https://files.pythonhosted.org/packages/52/f5/56dda78e6d23fae7c9f257df96e992425f87f8502fa47e37a392e2b48a8d/pync-1.6.tar.gz" } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "c0ae0aeeef3120cc36379bfa985cc24d", "sha256": "85737aab9fc69cf59dc9fe831adbe94ac224944c05e297c98de3c2413f253530" }, "downloads": -1, "filename": "pync-1.6.1.tar.gz", "has_sig": false, "md5_digest": "c0ae0aeeef3120cc36379bfa985cc24d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 363920, "upload_time": "2014-09-23T13:13:06", "url": "https://files.pythonhosted.org/packages/01/69/04dbd2ddf85a24faf116821e89bb188e1c7c666e8803ba7a08dc7783ae11/pync-1.6.1.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "fe344bac557ad04524da7de2f4edd6d9", "sha256": "a65500b70eb2df961850f216f88dc8a7bd67b590efc30ab1e971679e56864840" }, "downloads": -1, "filename": "pync-2.0.0.tar.gz", "has_sig": false, "md5_digest": "fe344bac557ad04524da7de2f4edd6d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 373451, "upload_time": "2018-03-05T14:48:41", "url": "https://files.pythonhosted.org/packages/97/ee/cec3a14fb65d32b74595618cb6dd8626066f0949520f666e5a58940469a6/pync-2.0.0.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "ae622f2121c6a2b9facdf32e4b16beca", "sha256": "91485ba7d157270b274535e8bec802d5ae6963f0bb0183e99510a3235206c419" }, "downloads": -1, "filename": "pync-2.0.2.tar.gz", "has_sig": false, "md5_digest": "ae622f2121c6a2b9facdf32e4b16beca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 373640, "upload_time": "2018-04-30T17:43:00", "url": "https://files.pythonhosted.org/packages/7d/0b/4f47b28803e95e52b5f8fa29d9ee4d4edd0983182851c8e6047da874eae6/pync-2.0.2.tar.gz" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "5edd82d5c8c6c87065b90cc7d50584a1", "sha256": "38b9e61735a3161f9211a5773c5f5ea698f36af4ff7f77fa03e8d1ff0caa117f" }, "downloads": -1, "filename": "pync-2.0.3.tar.gz", "has_sig": false, "md5_digest": "5edd82d5c8c6c87065b90cc7d50584a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 374289, "upload_time": "2018-05-04T19:28:40", "url": "https://files.pythonhosted.org/packages/71/ce/06fca51df0cceb13dbcd8168e2657ffd942184005b3bb958dd17c14e0148/pync-2.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5edd82d5c8c6c87065b90cc7d50584a1", "sha256": "38b9e61735a3161f9211a5773c5f5ea698f36af4ff7f77fa03e8d1ff0caa117f" }, "downloads": -1, "filename": "pync-2.0.3.tar.gz", "has_sig": false, "md5_digest": "5edd82d5c8c6c87065b90cc7d50584a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 374289, "upload_time": "2018-05-04T19:28:40", "url": "https://files.pythonhosted.org/packages/71/ce/06fca51df0cceb13dbcd8168e2657ffd942184005b3bb958dd17c14e0148/pync-2.0.3.tar.gz" } ] }