.coveragerc
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
src/wires/__init__.py
src/wires/_callable.py
src/wires/_shared.py
src/wires/_wires.py
src/wires.egg-info/PKG-INFO
src/wires.egg-info/SOURCES.txt
src/wires.egg-info/dependency_links.txt
src/wires.egg-info/not-zip-safe
src/wires.egg-info/requires.txt
src/wires.egg-info/top_level.txt
tests/__init__.py
tests/helpers.py
tests/mixin_test_api.py
tests/mixin_test_args.py
tests/mixin_test_callables.py
tests/mixin_test_coupling.py
tests/mixin_test_usage.py
tests/mixin_use_new_instance.py
tests/mixin_use_shared_instance.py
tests/test_api_new_instance.py
tests/test_api_shared_instance.py
tests/test_args_new_instance.py
tests/test_args_shared_instance.py
tests/test_coupling_custom.py
tests/test_coupling_new_instance.py
tests/test_coupling_shared_instance.py
tests/test_minmaxwirings_instance.py
tests/test_usage_new_instance.py
tests/test_usage_shared_instance.py