1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
MANIFEST.in
README.md
license.txt
pyproject.toml
setup.cfg
setup.py
PyDispatcher.egg-info/PKG-INFO
PyDispatcher.egg-info/SOURCES.txt
PyDispatcher.egg-info/dependency_links.txt
PyDispatcher.egg-info/requires.txt
PyDispatcher.egg-info/top_level.txt
docs/index.html
docs/images/greypinstripe.png
docs/pydoc/__init__.py
docs/pydoc/builddocs.py
docs/pydoc/pydispatch.__init__.html
docs/pydoc/pydispatch.dispatcher.html
docs/pydoc/pydispatch.errors.html
docs/pydoc/pydispatch.html
docs/pydoc/pydispatch.robust.html
docs/pydoc/pydispatch.robustapply.html
docs/pydoc/pydispatch.saferef.html
docs/pydoc/pydoc2.py
docs/pydoc/weakref.html
docs/style/sitestyle.css
examples/__init__.py
examples/extra_args.py
examples/hello_messages.py
examples/minimal.py
examples/simple_sample.py
pydispatch/__init__.py
pydispatch/dispatcher.py
pydispatch/errors.py
pydispatch/robust.py
pydispatch/robustapply.py
pydispatch/saferef.py
tests/__init__.py
tests/test_dispatcher.py
tests/test_packaging.py
tests/test_robustapply.py
tests/test_saferef.py
|