• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Louie.egg-info/H07-May-2022-3528

louie/H09-Sep-2019-1,5561,179

PKG-INFOH A D09-Sep-20191.3 KiB3528

README.rstH A D09-Sep-2019644 2014

setup.cfgH A D09-Sep-201938 53

setup.pyH A D09-Sep-2019802 2924

README.rst

1=====
2Louie
3=====
4
5.. image:: https://travis-ci.org/11craft/louie.svg
6    :target: https://travis-ci.org/11craft/louie
7
8.. image:: https://readthedocs.org/projects/louie/badge/?version=latest
9    :target: http://louie.readthedocs.org/en/latest/?badge=latest
10    :alt: Documentation Status
11
12Louie provides Python programmers with a straightforward way to dispatch
13signals between objects in a wide variety of contexts. It is based on
14PyDispatcher_, which in turn was based on a highly-rated recipe_ in the
15Python Cookbook.
16
17.. _PyDispatcher: http://pydispatcher.sf.net/
18
19.. _recipe: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/87056
20