{ "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", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "osxnotify-cffi\n==============\n\nNo nonsense OS X notifications for Python scripts (CFFI wrapper).\n\nAbout\n-----\n\nosxnotify-cffi is a wrapper for libosxnotify_. It allows Python scripts to\ndisplay native OS X notifications.\n\nThis module uses CFFI to interface *libosxnotify*. For a native C extension\nbased module see `osxnotify`_.\n\nRequirements\n------------\n\n* OS X >= 10.9.4 - should work on Mountain Lion but it's not tested,\n* Python 2.7 or 3.4,\n* libosxnotify >= 1.0,\n* Xcode and command line utilities.\n\nInstallation\n------------\n\nTo install osxnotify-cffi from PyPI, issue the following command:\n\n.. sourcecode:: console\n\n $ pip install osxnotify-cffi\n\nAlternatively, you can install from the source code:\n\n.. sourcecode:: console\n\n $ git clone https://github.com/tomekwojcik/osxnotify-python-cffi.git\n $ cd osxnotify-python-cffi\n $ python setup.py install\n\nUsage\n-----\n\n.. sourcecode:: python\n\n import osxnotify-cffi\n\n osnotify-cffi.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-cffi in production.\n\nLicense\n-------\n\nosxnotify-cffi is licensed under MIT License.\n\nAuthor\n------\n\nosxnotify-cffi was written by `Tomek W\u00f3jcik`_.\n\nSource code and issues\n----------------------\n\nSource code is available on GitHub at: `tomekwojcik/osxnotify-python-cffi`_.\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: https://pypi.python.org/pypi/osxnotify\n.. _Tomek W\u00f3jcik: http://www.tomekwojcik.com/\n.. _tomekwojcik/osxnotify-python-cffi: https://github.com/tomekwojcik/osxnotify-python-cffi", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/tomekwojcik/osxnotify-python-cffi/tarball/v1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tomekwojcik/osxnotify-python-cffi", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "osxnotify-cffi", "package_url": "https://pypi.org/project/osxnotify-cffi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/osxnotify-cffi/", "project_urls": { "Download": "http://github.com/tomekwojcik/osxnotify-python-cffi/tarball/v1.0", "Homepage": "https://github.com/tomekwojcik/osxnotify-python-cffi" }, "release_url": "https://pypi.org/project/osxnotify-cffi/1.0/", "requires_dist": null, "requires_python": null, "summary": "No nonsense OS X notifications for Python scripts (CFFI wrapper)", "version": "1.0" }, "last_serial": 1575374, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "2d0f79cfec68f3c8101f30820ab21a28", "sha256": "dd5ca67547f13e75df72041623146d42d98521cebbb1336a8ae1883f7e8970c6" }, "downloads": -1, "filename": "osxnotify-cffi-1.0.tar.gz", "has_sig": false, "md5_digest": "2d0f79cfec68f3c8101f30820ab21a28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3482, "upload_time": "2015-06-02T15:51:59", "url": "https://files.pythonhosted.org/packages/9a/e3/97d49e0622b1b93b801faf9d170bdbf48a37ef51bf4eb907d103be84445b/osxnotify-cffi-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2d0f79cfec68f3c8101f30820ab21a28", "sha256": "dd5ca67547f13e75df72041623146d42d98521cebbb1336a8ae1883f7e8970c6" }, "downloads": -1, "filename": "osxnotify-cffi-1.0.tar.gz", "has_sig": false, "md5_digest": "2d0f79cfec68f3c8101f30820ab21a28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3482, "upload_time": "2015-06-02T15:51:59", "url": "https://files.pythonhosted.org/packages/9a/e3/97d49e0622b1b93b801faf9d170bdbf48a37ef51bf4eb907d103be84445b/osxnotify-cffi-1.0.tar.gz" } ] }