Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreztz/notify-send
https://github.com/andreztz/notify-send
hacktoberfest
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreztz/notify-send
- Owner: andreztz
- License: mit
- Created: 2018-08-19T06:31:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T04:25:03.000Z (over 1 year ago)
- Last Synced: 2024-11-02T04:12:02.537Z (2 months ago)
- Topics: hacktoberfest
- Language: Python
- Homepage: https://andreztz.github.io/notify-send/
- Size: 30.3 KB
- Stars: 27
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notify-send
![](header.png)
[![Upload Python Package](https://github.com/andreztz/notify-send/actions/workflows/python-publish.yml/badge.svg)](https://github.com/andreztz/notify-send/actions/workflows/python-publish.yml)
## Usage example
```python
from notify import notification
notification('summary text', message='message body', app_name='myapp')
```## Installation
```sh
pip install -U notify-send
```### Prerequisites
#### Ubuntu
```sh
sudo apt install libcairo2-dev libgirepository1.0-dev
```
#### Arch Linux```sh
sudo pacman -S gobject-introspection```
## Development setup
```sh
git clone https://github.com/andreztz/notify-send.git
cd notify-send
python -m venv venv
source venv/bin/activate
pip install -e .[dev]
```## Meta
André P. Santos – [@ztzandre](https://twitter.com/ztzandre) – [email protected]
Distributed under the MIT license. See `LICENSE` for more information.
[https://github.com/andreztz/notify-send](https://github.com/andreztz/)
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request