{ "info": { "author": "Yuriy Lisovskiy", "author_email": "yuralisovskiy98@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: Microsoft :: Windows :: Windows 10", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6" ], "description": "\n## Desktop Notifications\n\nSimple cross-platform (Windows/Linux) Python3 module for displaying desktop notifications.\n\n### Installation\n```bash\n$ pip install py-notifier\n```\n\n### Requirements\nIf running on Windows: `win10toast`\n\n### Example\n```python\nfrom pynotifier import Notification\n\n\nNotification(\n\ttitle='Notification Title',\n\tdescription='Notification Description',\n\ticon_path='path/to/image/file/icon.png', # On Windows .ico is required, on Linux - .png\n\tduration=5, # Duration in seconds\n\turgency=Notification.URGENCY_CRITICAL\n).send()\n```\n\n### Author\n* [Yuriy Lisovskiy](https://github.com/YuriyLisovskiy)\n\n### License\nThe project is licensed under the terms of the [GNU General Public License v3.0](https://opensource.org/licenses/GPL-3.0), see the [LICENSE](LICENSE) file for more information.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/YuriyLisovskiy/pynotifier", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "py-notifier", "package_url": "https://pypi.org/project/py-notifier/", "platform": "", "project_url": "https://pypi.org/project/py-notifier/", "project_urls": { "Homepage": "https://github.com/YuriyLisovskiy/pynotifier" }, "release_url": "https://pypi.org/project/py-notifier/0.1.0/", "requires_dist": null, "requires_python": ">=3.6.0", "summary": "Cross-platform desktop push-notifications.", "version": "0.1.0" }, "last_serial": 4640969, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "87aea59175fa067748b7699609e17b12", "sha256": "cf9360a2cdba71cbd33ce0d96ff88ca388256aab1b8c20427b5d32c37d192e1d" }, "downloads": -1, "filename": "py_notifier-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "87aea59175fa067748b7699609e17b12", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.0", "size": 15767, "upload_time": "2018-12-28T13:08:46", "url": "https://files.pythonhosted.org/packages/85/77/61f7c8cee91e36f7d4845a4334c14e969a0da38c46d776215d56e047e72e/py_notifier-0.1.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "87aea59175fa067748b7699609e17b12", "sha256": "cf9360a2cdba71cbd33ce0d96ff88ca388256aab1b8c20427b5d32c37d192e1d" }, "downloads": -1, "filename": "py_notifier-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "87aea59175fa067748b7699609e17b12", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.0", "size": 15767, "upload_time": "2018-12-28T13:08:46", "url": "https://files.pythonhosted.org/packages/85/77/61f7c8cee91e36f7d4845a4334c14e969a0da38c46d776215d56e047e72e/py_notifier-0.1.0-py3-none-any.whl" } ] }