notify-send


Namenotify-send JSON
Version 1.1.2 PyPI version JSON
download
home_page
Summarynotify-send notify.
upload_time2023-08-14 04:25:54
maintainer
docs_urlNone
authorAndre P. Santos
requires_python>=3.6
licenseMIT
keywords alert inform informer notify notify-send
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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) – andreztz@gmail.com

Distributed under the MIT license. See `LICENSE` for more information.

[https://github.com/andreztz/notify-send](https://github.com/andreztz/)

## Contributing

1. Fork it (<https://github.com/andreztz/notify-send/fork>)
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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "notify-send",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "alert inform informer notify notify-send",
    "author": "Andre P. Santos",
    "author_email": "andreztz@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/99/49/47b77a20d71cff881fbf5777f19cd49e45ff2b785036093062b0fecd2d8a/notify-send-1.1.2.tar.gz",
    "platform": "Linux",
    "description": "# notify-send\n\n![](header.png)\n\n[![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)\n\n## Usage example\n\n\n```python\n    from notify import notification\n    notification('summary text', message='message body', app_name='myapp')\n```\n\n\n## Installation\n\n```sh\n    pip install -U notify-send\n```\n\n### Prerequisites\n\n#### Ubuntu\n\n```sh\nsudo apt install libcairo2-dev libgirepository1.0-dev\n```\n#### Arch Linux\n\n```sh\nsudo pacman -S gobject-introspection\n\n```\n\n\n## Development setup\n\n```sh\n    git clone https://github.com/andreztz/notify-send.git\n    cd notify-send\n    python -m venv venv\n    source venv/bin/activate\n    pip install -e .[dev]\n```\n\n\n## Meta\n\nAndr\u00e9 P. Santos \u2013 [@ztzandre](https://twitter.com/ztzandre) \u2013 andreztz@gmail.com\n\nDistributed under the MIT license. See `LICENSE` for more information.\n\n[https://github.com/andreztz/notify-send](https://github.com/andreztz/)\n\n## Contributing\n\n1. Fork it (<https://github.com/andreztz/notify-send/fork>)\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n3. Commit your changes (`git commit -am 'Add some fooBar'`)\n4. Push to the branch (`git push origin feature/fooBar`)\n5. Create a new Pull Request\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "notify-send notify.",
    "version": "1.1.2",
    "project_urls": {
        "Documentation": "https://andreztz.github.io/notify-send/",
        "Source": "https://github.com/andreztz/notify-send/"
    },
    "split_keywords": [
        "alert",
        "inform",
        "informer",
        "notify",
        "notify-send"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "484a922335c4f015784e9e605e047d267d2e19a4ee898ec6eceb5afe122f675d",
                "md5": "087d66b8761e22beaae615ae43524c33",
                "sha256": "d9a1fccdebdaea2a87f23bdba48918d3ec5e69a720ef592c5d6576f7984e0c7c"
            },
            "downloads": -1,
            "filename": "notify_send-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "087d66b8761e22beaae615ae43524c33",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6288,
            "upload_time": "2023-08-14T04:25:53",
            "upload_time_iso_8601": "2023-08-14T04:25:53.148560Z",
            "url": "https://files.pythonhosted.org/packages/48/4a/922335c4f015784e9e605e047d267d2e19a4ee898ec6eceb5afe122f675d/notify_send-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "994947b77a20d71cff881fbf5777f19cd49e45ff2b785036093062b0fecd2d8a",
                "md5": "fb700b9c2c38f8273cd41b2e79a3b20e",
                "sha256": "b8fdd96e9cf2f7f3f7fa64ffb5c55500910a74f577db697f16ff342bf87c6882"
            },
            "downloads": -1,
            "filename": "notify-send-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "fb700b9c2c38f8273cd41b2e79a3b20e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5216,
            "upload_time": "2023-08-14T04:25:54",
            "upload_time_iso_8601": "2023-08-14T04:25:54.711475Z",
            "url": "https://files.pythonhosted.org/packages/99/49/47b77a20d71cff881fbf5777f19cd49e45ff2b785036093062b0fecd2d8a/notify-send-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-14 04:25:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "andreztz",
    "github_project": "notify-send",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "notify-send"
}
        
Elapsed time: 0.09982s