{ "info": { "author": "Tomek W\u00f3jcik", "author_email": "tomek@bthlabs.pl", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: MacOS X :: Cocoa", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "osxnotify\n=========\n\nNo nonsense OS X notifications for Python scripts (native wrapper).\n\nAbout\n-----\n\nosxnotify is a wrapper for libosxnotify_. It allows Python scripts to display\nnative OS X notifications.\n\nThis module uses a native C extension to interface *libosxnotify*. For\nCFFI-based module see `osxnotify-cffi`_.\n\nRequirements\n------------\n\n* OS X >= 10.9.4 - should work on Mountain Lion but it's not tested,\n* Python 2.7 (for Python 3.4+ see `osxnotify-cffi`_),\n* libosxnotify >= 1.0,\n* Xcode and command line utilities.\n\nInstallation\n------------\n\nTo install osxnotify from PyPI, issue the following command:\n\n.. sourcecode:: console\n\n $ pip install osxnotify\n\nAlternatively, you can install from the source code:\n\n.. sourcecode:: console\n\n $ git clone https://github.com/tomekwojcik/osxnotify-python.git\n $ cd osxnotify-python\n $ python2.7 setup.py install\n\nUsage\n-----\n\n.. sourcecode:: python\n\n import osxnotify\n\n osnotify.notify('Title', subtitle='Subtitle', informative_text='Informative text')\n\nIssues and limitations\n----------------------\n\nUTF-8 is the only supported text encoding.\n\nProject status\n--------------\n\nThis project should be considered **beta**. Proceed with caution if you decide\nto use osxnotify in production.\n\nLicense\n-------\n\nosxnotify is licensed under MIT License.\n\nAuthor\n------\n\nosxnotify was written by `Tomek W\u00f3jcik`_.\n\nSource code and issues\n----------------------\n\nSource code is available on GitHub at: `tomekwojcik/osxnotify-python`_.\n\nTo file issue reports and feature requests use the project's issue tracker on\nGitHub.\n\n.. _libosxnotify: http://tomekwojcik.github.io/libosxnotify/\n.. _osxnotify-cffi: https://pypi.python.org/pypi/osxnotify-cffi\n.. _Tomek W\u00f3jcik: http://www.tomekwojcik.com/\n.. _tomekwojcik/osxnotify-python: https://github.com/tomekwojcik/osxnotify-python", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/tomekwojcik/osxnotify-python/tarball/v1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tomekwojcik/osxnotify-python", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "osxnotify", "package_url": "https://pypi.org/project/osxnotify/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/osxnotify/", "project_urls": { "Download": "http://github.com/tomekwojcik/osxnotify-python/tarball/v1.0", "Homepage": "https://github.com/tomekwojcik/osxnotify-python" }, "release_url": "https://pypi.org/project/osxnotify/1.0/", "requires_dist": null, "requires_python": null, "summary": "No nonsense OS X notifications for Python scripts (native wrapper)", "version": "1.0" }, "last_serial": 1575366, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "03aadaa847871263ba7e5bf4bbf04417", "sha256": "9e634158f4a17780521a805b975f09d204f90afc924d2cfbe82f4d681917af19" }, "downloads": -1, "filename": "osxnotify-1.0.tar.gz", "has_sig": false, "md5_digest": "03aadaa847871263ba7e5bf4bbf04417", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3875, "upload_time": "2015-06-02T15:44:50", "url": "https://files.pythonhosted.org/packages/26/7c/8d61796fcd183c58c4560cca7c0a86ee15e69d4a1bfd98e15e76c7e99e36/osxnotify-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "03aadaa847871263ba7e5bf4bbf04417", "sha256": "9e634158f4a17780521a805b975f09d204f90afc924d2cfbe82f4d681917af19" }, "downloads": -1, "filename": "osxnotify-1.0.tar.gz", "has_sig": false, "md5_digest": "03aadaa847871263ba7e5bf4bbf04417", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3875, "upload_time": "2015-06-02T15:44:50", "url": "https://files.pythonhosted.org/packages/26/7c/8d61796fcd183c58c4560cca7c0a86ee15e69d4a1bfd98e15e76c7e99e36/osxnotify-1.0.tar.gz" } ] }