Skip to content

akshayuzade/notify-send

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notify-send

Installation

    pip install notify-send

Usage example

    from notify import notification
    notification('body message', title='optinal')

Development setup

    git clone https://github.com/andreztz/notify-send.git
    cd notify-send
    virtualenv venv
    source venv/bin/activate
    pip install -e .

Release History

  • 0.0.12 - The first proper release
    • Work in progress

Meta

André P. Santos – @ztzandreandreztz@gmail.com

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

https://github.com/andreztz/notify-send

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%