Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/e9t/pyno
Python runtime notifications for Mac OS.
https://github.com/e9t/pyno
Last synced: about 17 hours ago
JSON representation
Python runtime notifications for Mac OS.
- Host: GitHub
- URL: https://github.com/e9t/pyno
- Owner: e9t
- Created: 2015-06-27T17:09:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T05:26:30.000Z (about 9 years ago)
- Last Synced: 2023-04-05T06:04:58.971Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 176 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyno
Python notifications for Mac OS.
![](images/screenshot.png)
Mac OS terminal-notifier과 파이썬 logging 모듈을 적절히 조합해서 특정 레벨 이상의 로그가 뜨거나 exception이 발생하면 알림을 띄워주는 라이브러리가 있었으면 좋겠다. pic.twitter.com/jyW6su6p3u
— Lucy Park (@echojuliett) June 27, 2015## Installation
pip install git+https://github.com/e9t/pyno.git
> WARNING: Those using tmux [may have some issues](https://github.com/SeTeM/pync/issues/22) (i.e., No notifications with no warning). Installing [my version of pync](https://github.com/e9t/pync) before installing pyno might solve the issue. (i.e., `pip install git+https://github.com/e9t/pync.git`
## Usage
`import pyno` (desirably) at beginning of script.
## Limitations
Works only for local + mac + Python + terminal users.
> UPDATE 2015-09-22: I use [slacker](https://github.com/os/slacker) these days, which alleviates all the limitations above.