Skip to content

bender-bot/bender-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bender-hooks
bender-hooks is a library which provides ways to easily create, search and invoke hooks anywhere in your

code.

Hooks will be created as decorators so all you have to do is decorating functions you want to be

invoked through that hook.

It can be used to define interfaces or callbacks for your application.

image

target

https://pypi.python.org/pypi/bender-hooks

alt

Latest Version

image

target

http://www.gnu.org/licenses/lgpl-3.0-standalone.html

alt

License

image

target

https://travis-ci.org/bender-bot/bender-hooks

alt

Build status

image

target

https://coveralls.io/r/bender-bot/bender-hooks

alt

Coveralls

Install

To install bender-hooks all it takes is one command line:

pip install bender-hooks

Documentation

Support

Need help? Click here and open a new issue. You'll get your answer ASAP.

Contribute

bender-hooks is under development, so if you want to join the team, you are welcome.

  • Feel free to open issues related to bugs or ideas.
  • If you are a developer:
    • Fork bender-hooks before making any changes.
    • Write tests.
    • Create a Pull Request so changes can be merged.

License

bender-hooks is licensed under LGPL v3.0 license.