Skip to content

Signal dispatcher for Python, extracted from the Django framework.

License

Notifications You must be signed in to change notification settings

markfickett/PySignals

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySignals

Info:PySignals is a signal dispatcher for Python, extracted from the Django framework.

About

PySignals is a signal dispatcher for Python, extracted from "django.dispatch" in the Django framework so it can be used in applications without requiring the entire Django framework to be installed.

Installation

If you have setuptools you can use easy_install -U pysignals. Otherwise, you can download the source from GitHub and run python setup.py install.

Documentation

PySignals is directly extracted from the Django framework, therefore the best place to get documentation is from the Django Signals Documentation.

The only difference is that all occurrences of django.dispatch should be replaced by pysignals.

About

Signal dispatcher for Python, extracted from the Django framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%