{"id":13699649,"url":"https://github.com/malja/zroya","last_synced_at":"2025-10-30T22:22:18.045Z","repository":{"id":54577187,"uuid":"121816834","full_name":"malja/zroya","owner":"malja","description":"[Partialy working][Stale] Python extension for creating native Windows notifications.","archived":false,"fork":false,"pushed_at":"2018-05-06T20:15:33.000Z","size":10603,"stargazers_count":160,"open_issues_count":4,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-24T16:24:31.441Z","etag":null,"topics":["notification-center","notifications","python3","uwp-notification","windows"],"latest_commit_sha":null,"homepage":"https://malja.github.io/zroya","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/malja.png","metadata":{"files":{"readme":"README.md","changelog":"changelog","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-17T01:00:15.000Z","updated_at":"2024-03-02T03:25:43.000Z","dependencies_parsed_at":"2022-08-13T20:20:21.574Z","dependency_job_id":null,"html_url":"https://github.com/malja/zroya","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malja%2Fzroya","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malja%2Fzroya/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malja%2Fzroya/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malja%2Fzroya/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malja","download_url":"https://codeload.github.com/malja/zroya/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224398825,"owners_count":17304661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["notification-center","notifications","python3","uwp-notification","windows"],"created_at":"2024-08-02T20:00:40.408Z","updated_at":"2025-10-30T22:22:18.036Z","avatar_url":"https://github.com/malja.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![PyPI version](https://badge.fury.io/py/zroya.svg)](https://pypi.python.org/pypi/zroya/)\n[![PyPI status](https://img.shields.io/pypi/status/zroya.svg)](https://pypi.python.org/pypi/zroya/)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://gitHub.com/malja/zroya/graphs/commit-activity)\n\n# zroya2\nZroya is a Python package for creating native Windows notifications.\n\nIn contrast to first version of zroya, zroya2 is a Python extension built around C++\n[WinToast](https://github.com/mohabouje/WinToast) library.\n\n**Note**: Zroya2 is in beta testing. I would be grateful for any bug reports.\n\n## Prerequisites\n\nThere are no requirements at the moment.\n\n## Installation\n\nZroya2 is now available from pypi:\n\n```\npython -m pip install zroya\n```\n\n## Example\n\n```python\n\nimport zroya\n\n# Initialize zroya module. Make sure to call this function.\n# All parameters are required\nzroya.init(\"YourAppName\", \"CompanyName\", \"ProductName\", \"SubProduct\", \"Version\")\n\n# Create notification template. TYPE_TEXT1 means one bold line withou image.\ntemplate = zroya.Template( zroya.TemplateType.Text1 )\n# Set first line\ntemplate.setFirstLine(\"My First line\")\n\n# Save notification id for later use\nnotificationID = zroya.show(template)\n\n# .. do something, maybe sleep?\n\n# Hide notification\nzroya.hide(notificationID)\n```\n\n## Documentation\n\nYou may find some limited documentation on [Zroya Page](https://malja.github.io/zroya)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalja%2Fzroya","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalja%2Fzroya","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalja%2Fzroya/lists"}