.coveragerc
MANIFEST.in
setup.cfg
setup.py
docs/Makefile
docs/bags.txt
docs/changelog.txt
docs/comb_space_and_comb.txt
docs/conf.py
docs/index.txt
docs/intro.txt
docs/make.bat
docs/other_classes.txt
docs/perm_space_and_perm.txt
docs/images/padlock.jpg
docs/theme/defindex.html
docs/theme/genindex-single.html
docs/theme/genindex-split.html
docs/theme/genindex.html
docs/theme/layout.html
docs/theme/modindex.html
docs/theme/opensearch.xml
docs/theme/page.html
docs/theme/search.html
docs/theme/theme.conf
docs/theme/changes/frameset.html
docs/theme/changes/rstsource.html
docs/theme/changes/versionchanges.html
docs/theme/static/basic.css
docs/theme/static/default.css_t
docs/theme/static/doctools.js
docs/theme/static/file.png
docs/theme/static/jquery.js
docs/theme/static/minus.png
docs/theme/static/plus.png
docs/theme/static/quote.png
docs/theme/static/searchtools.js
docs/theme/static/sidebar.js
source_py2/combi/MIT_license.txt
source_py2/combi/__init__.py
source_py2/combi/chain_space.py
source_py2/combi/map_space.py
source_py2/combi/misc.py
source_py2/combi/product_space.py
source_py2/combi/selection_space.py
source_py2/combi.egg-info/PKG-INFO
source_py2/combi.egg-info/SOURCES.txt
source_py2/combi.egg-info/dependency_links.txt
source_py2/combi.egg-info/entry_points.txt
source_py2/combi.egg-info/not-zip-safe
source_py2/combi.egg-info/requires.txt
source_py2/combi.egg-info/top_level.txt
source_py2/combi/_python_toolbox/__init__.py
source_py2/combi/_python_toolbox/comparison_tools.py
source_py2/combi/_python_toolbox/cute_enum.py
source_py2/combi/_python_toolbox/cute_iter_tools.py
source_py2/combi/_python_toolbox/cute_testing.py
source_py2/combi/_python_toolbox/decorator_tools.py
source_py2/combi/_python_toolbox/dict_tools.py
source_py2/combi/_python_toolbox/exceptions.py
source_py2/combi/_python_toolbox/future_tools.py
source_py2/combi/_python_toolbox/introspection_tools.py
source_py2/combi/_python_toolbox/logic_tools.py
source_py2/combi/_python_toolbox/monkeypatch_envelopes.py
source_py2/combi/_python_toolbox/monkeypatching_tools.py
source_py2/combi/_python_toolbox/number_encoding.py
source_py2/combi/_python_toolbox/package_finder.py
source_py2/combi/_python_toolbox/sys_tools.py
source_py2/combi/_python_toolbox/version_info.py
source_py2/combi/_python_toolbox/_bootstrap/__init__.py
source_py2/combi/_python_toolbox/_bootstrap/bootstrap.py
source_py2/combi/_python_toolbox/binary_search/__init__.py
source_py2/combi/_python_toolbox/binary_search/binary_search_profile.py
source_py2/combi/_python_toolbox/binary_search/functions.py
source_py2/combi/_python_toolbox/binary_search/roundings.py
source_py2/combi/_python_toolbox/caching/__init__.py
source_py2/combi/_python_toolbox/caching/cached_property.py
source_py2/combi/_python_toolbox/caching/cached_type.py
source_py2/combi/_python_toolbox/caching/decorators.py
source_py2/combi/_python_toolbox/cheat_hashing/__init__.py
source_py2/combi/_python_toolbox/cheat_hashing/cheat_hash.py
source_py2/combi/_python_toolbox/cheat_hashing/cheat_hash_functions.py
source_py2/combi/_python_toolbox/context_management/__init__.py
source_py2/combi/_python_toolbox/context_management/abstract_context_manager.py
source_py2/combi/_python_toolbox/context_management/blank_context_manager.py
source_py2/combi/_python_toolbox/context_management/context_manager.py
source_py2/combi/_python_toolbox/context_management/context_manager_type.py
source_py2/combi/_python_toolbox/context_management/context_manager_type_type.py
source_py2/combi/_python_toolbox/context_management/delegating_context_manager.py
source_py2/combi/_python_toolbox/context_management/functions.py
source_py2/combi/_python_toolbox/context_management/modifiers.py
source_py2/combi/_python_toolbox/context_management/self_hook.py
source_py2/combi/_python_toolbox/context_management/mixins/__init__.py
source_py2/combi/_python_toolbox/context_management/mixins/decorating_context_manager_mixin.py
source_py2/combi/_python_toolbox/cute_inspect/__init__.py
source_py2/combi/_python_toolbox/freezing/__init__.py
source_py2/combi/_python_toolbox/freezing/delegatee_context_manager.py
source_py2/combi/_python_toolbox/freezing/freezer.py
source_py2/combi/_python_toolbox/freezing/freezer_property.py
source_py2/combi/_python_toolbox/freezing/freezer_property_freezer.py
source_py2/combi/_python_toolbox/math_tools/__init__.py
source_py2/combi/_python_toolbox/math_tools/factorials.py
source_py2/combi/_python_toolbox/math_tools/misc.py
source_py2/combi/_python_toolbox/math_tools/sequences.py
source_py2/combi/_python_toolbox/math_tools/statistics.py
source_py2/combi/_python_toolbox/math_tools/types.py
source_py2/combi/_python_toolbox/misc_tools/__init__.py
source_py2/combi/_python_toolbox/misc_tools/misc_tools.py
source_py2/combi/_python_toolbox/misc_tools/name_mangling.py
source_py2/combi/_python_toolbox/misc_tools/overridable_property.py
source_py2/combi/_python_toolbox/misc_tools/proxy_property.py
source_py2/combi/_python_toolbox/nifty_collections/__init__.py
source_py2/combi/_python_toolbox/nifty_collections/abstract.py
source_py2/combi/_python_toolbox/nifty_collections/bagging.py
source_py2/combi/_python_toolbox/nifty_collections/emitting_weak_key_default_dict.py
source_py2/combi/_python_toolbox/nifty_collections/frozen_bag_bag.py
source_py2/combi/_python_toolbox/nifty_collections/lazy_tuple.py
source_py2/combi/_python_toolbox/nifty_collections/ordered_dict.py
source_py2/combi/_python_toolbox/nifty_collections/various_frozen_dicts.py
source_py2/combi/_python_toolbox/nifty_collections/various_ordered_sets.py
source_py2/combi/_python_toolbox/nifty_collections/weak_key_default_dict.py
source_py2/combi/_python_toolbox/nifty_collections/weak_key_identity_dict.py
source_py2/combi/_python_toolbox/sequence_tools/__init__.py
source_py2/combi/_python_toolbox/sequence_tools/canonical_slice.py
source_py2/combi/_python_toolbox/sequence_tools/cute_range.py
source_py2/combi/_python_toolbox/sequence_tools/misc.py
source_py2/combi/_python_toolbox/sleek_reffing/__init__.py
source_py2/combi/_python_toolbox/sleek_reffing/cute_sleek_value_dict.py
source_py2/combi/_python_toolbox/sleek_reffing/exceptions.py
source_py2/combi/_python_toolbox/sleek_reffing/sleek_call_args.py
source_py2/combi/_python_toolbox/sleek_reffing/sleek_ref.py
source_py2/combi/_python_toolbox/string_tools/__init__.py
source_py2/combi/_python_toolbox/string_tools/case_conversions.py
source_py2/combi/_python_toolbox/string_tools/string_tools.py
source_py2/combi/_python_toolbox/third_party/__init__.py
source_py2/combi/_python_toolbox/third_party/collections.py
source_py2/combi/_python_toolbox/third_party/decorator.py
source_py2/combi/_python_toolbox/third_party/functools.py
source_py2/combi/_python_toolbox/third_party/pathlib.py
source_py2/combi/_python_toolbox/third_party/six.py
source_py2/combi/_python_toolbox/third_party/enum/LICENSE
source_py2/combi/_python_toolbox/third_party/enum/__init__.py
source_py2/combi/_python_toolbox/third_party/enum/enum.py
source_py2/combi/_python_toolbox/third_party/envelopes/__init__.py
source_py2/combi/_python_toolbox/third_party/envelopes/compat.py
source_py2/combi/_python_toolbox/third_party/envelopes/conn.py
source_py2/combi/_python_toolbox/third_party/envelopes/connstack.py
source_py2/combi/_python_toolbox/third_party/envelopes/envelope.py
source_py2/combi/_python_toolbox/third_party/envelopes/local.py
source_py2/combi/_python_toolbox/third_party/funcsigs/__init__.py
source_py2/combi/_python_toolbox/third_party/funcsigs/version.py
source_py2/combi/_python_toolbox/third_party/linecache2/__init__.py
source_py2/combi/_python_toolbox/third_party/sortedcontainers/__init__.py
source_py2/combi/_python_toolbox/third_party/sortedcontainers/sorteddict.py
source_py2/combi/_python_toolbox/third_party/sortedcontainers/sortedlist.py
source_py2/combi/_python_toolbox/third_party/sortedcontainers/sortedset.py
source_py2/combi/_python_toolbox/third_party/traceback2/__init__.py
source_py2/combi/_python_toolbox/third_party/unittest2/__init__.py
source_py2/combi/_python_toolbox/third_party/unittest2/__main__.py
source_py2/combi/_python_toolbox/third_party/unittest2/case.py
source_py2/combi/_python_toolbox/third_party/unittest2/collector.py
source_py2/combi/_python_toolbox/third_party/unittest2/compatibility.py
source_py2/combi/_python_toolbox/third_party/unittest2/loader.py
source_py2/combi/_python_toolbox/third_party/unittest2/main.py
source_py2/combi/_python_toolbox/third_party/unittest2/result.py
source_py2/combi/_python_toolbox/third_party/unittest2/runner.py
source_py2/combi/_python_toolbox/third_party/unittest2/signals.py
source_py2/combi/_python_toolbox/third_party/unittest2/suite.py
source_py2/combi/_python_toolbox/third_party/unittest2/util.py
source_py2/combi/perming/__init__.py
source_py2/combi/perming/_fixed_map_managing_mixin.py
source_py2/combi/perming/_variation_adding_mixin.py
source_py2/combi/perming/_variation_removing_mixin.py
source_py2/combi/perming/calculating_length.py
source_py2/combi/perming/comb.py
source_py2/combi/perming/comb_space.py
source_py2/combi/perming/perm.py
source_py2/combi/perming/perm_space.py
source_py2/combi/perming/variations.py
source_py2/test_combi/__init__.py
source_py2/test_combi/test_calculating_length.py
source_py2/test_combi/test_chain_space.py
source_py2/test_combi/test_comb_space.py
source_py2/test_combi/test_extensive.py
source_py2/test_combi/test_misc.py
source_py2/test_combi/test_perm_space.py
source_py2/test_combi/test_product_space.py
source_py2/test_combi/test_selection_space.py
source_py2/test_combi/test_variations_meta.py
source_py2/test_combi/scripts/__init__.py
source_py2/test_combi/scripts/_test_combi.py
source_py3/combi/MIT_license.txt
source_py3/combi/__init__.py
source_py3/combi/chain_space.py
source_py3/combi/map_space.py
source_py3/combi/misc.py
source_py3/combi/product_space.py
source_py3/combi/selection_space.py
source_py3/combi.egg-info/PKG-INFO
source_py3/combi.egg-info/SOURCES.txt
source_py3/combi.egg-info/dependency_links.txt
source_py3/combi.egg-info/entry_points.txt
source_py3/combi.egg-info/not-zip-safe
source_py3/combi.egg-info/requires.txt
source_py3/combi.egg-info/top_level.txt
source_py3/combi/_python_toolbox/__init__.py
source_py3/combi/_python_toolbox/comparison_tools.py
source_py3/combi/_python_toolbox/cute_enum.py
source_py3/combi/_python_toolbox/cute_iter_tools.py
source_py3/combi/_python_toolbox/cute_testing.py
source_py3/combi/_python_toolbox/decorator_tools.py
source_py3/combi/_python_toolbox/dict_tools.py
source_py3/combi/_python_toolbox/exceptions.py
source_py3/combi/_python_toolbox/future_tools.py
source_py3/combi/_python_toolbox/import_tools.py
source_py3/combi/_python_toolbox/introspection_tools.py
source_py3/combi/_python_toolbox/logic_tools.py
source_py3/combi/_python_toolbox/monkeypatch_envelopes.py
source_py3/combi/_python_toolbox/monkeypatching_tools.py
source_py3/combi/_python_toolbox/package_finder.py
source_py3/combi/_python_toolbox/sys_tools.py
source_py3/combi/_python_toolbox/version_info.py
source_py3/combi/_python_toolbox/_bootstrap/__init__.py
source_py3/combi/_python_toolbox/_bootstrap/bootstrap.py
source_py3/combi/_python_toolbox/binary_search/__init__.py
source_py3/combi/_python_toolbox/binary_search/binary_search_profile.py
source_py3/combi/_python_toolbox/binary_search/functions.py
source_py3/combi/_python_toolbox/binary_search/roundings.py
source_py3/combi/_python_toolbox/caching/__init__.py
source_py3/combi/_python_toolbox/caching/cached_property.py
source_py3/combi/_python_toolbox/caching/cached_type.py
source_py3/combi/_python_toolbox/caching/decorators.py
source_py3/combi/_python_toolbox/cheat_hashing/__init__.py
source_py3/combi/_python_toolbox/cheat_hashing/cheat_hash.py
source_py3/combi/_python_toolbox/cheat_hashing/cheat_hash_functions.py
source_py3/combi/_python_toolbox/context_management/__init__.py
source_py3/combi/_python_toolbox/context_management/abstract_context_manager.py
source_py3/combi/_python_toolbox/context_management/blank_context_manager.py
source_py3/combi/_python_toolbox/context_management/context_manager.py
source_py3/combi/_python_toolbox/context_management/context_manager_type.py
source_py3/combi/_python_toolbox/context_management/context_manager_type_type.py
source_py3/combi/_python_toolbox/context_management/delegating_context_manager.py
source_py3/combi/_python_toolbox/context_management/functions.py
source_py3/combi/_python_toolbox/context_management/modifiers.py
source_py3/combi/_python_toolbox/context_management/self_hook.py
source_py3/combi/_python_toolbox/context_management/base_classes/__init__.py
source_py3/combi/_python_toolbox/context_management/base_classes/decorating_context_manager.py
source_py3/combi/_python_toolbox/context_management/mixins/__init__.py
source_py3/combi/_python_toolbox/context_management/mixins/decorating_context_manager_mixin.py
source_py3/combi/_python_toolbox/cute_inspect/__init__.py
source_py3/combi/_python_toolbox/freezing/__init__.py
source_py3/combi/_python_toolbox/freezing/delegatee_context_manager.py
source_py3/combi/_python_toolbox/freezing/freezer.py
source_py3/combi/_python_toolbox/freezing/freezer_property.py
source_py3/combi/_python_toolbox/freezing/freezer_property_freezer.py
source_py3/combi/_python_toolbox/math_tools/__init__.py
source_py3/combi/_python_toolbox/math_tools/factorials.py
source_py3/combi/_python_toolbox/math_tools/misc.py
source_py3/combi/_python_toolbox/math_tools/sequences.py
source_py3/combi/_python_toolbox/math_tools/statistics.py
source_py3/combi/_python_toolbox/math_tools/types.py
source_py3/combi/_python_toolbox/misc_tools/__init__.py
source_py3/combi/_python_toolbox/misc_tools/misc_tools.py
source_py3/combi/_python_toolbox/misc_tools/name_mangling.py
source_py3/combi/_python_toolbox/misc_tools/overridable_property.py
source_py3/combi/_python_toolbox/misc_tools/proxy_property.py
source_py3/combi/_python_toolbox/nifty_collections/__init__.py
source_py3/combi/_python_toolbox/nifty_collections/abstract.py
source_py3/combi/_python_toolbox/nifty_collections/bagging.py
source_py3/combi/_python_toolbox/nifty_collections/emitting_weak_key_default_dict.py
source_py3/combi/_python_toolbox/nifty_collections/frozen_bag_bag.py
source_py3/combi/_python_toolbox/nifty_collections/lazy_tuple.py
source_py3/combi/_python_toolbox/nifty_collections/ordered_dict.py
source_py3/combi/_python_toolbox/nifty_collections/various_frozen_dicts.py
source_py3/combi/_python_toolbox/nifty_collections/various_ordered_sets.py
source_py3/combi/_python_toolbox/nifty_collections/weak_key_default_dict.py
source_py3/combi/_python_toolbox/nifty_collections/weak_key_identity_dict.py
source_py3/combi/_python_toolbox/sequence_tools/__init__.py
source_py3/combi/_python_toolbox/sequence_tools/canonical_slice.py
source_py3/combi/_python_toolbox/sequence_tools/cute_range.py
source_py3/combi/_python_toolbox/sequence_tools/misc.py
source_py3/combi/_python_toolbox/sleek_reffing/__init__.py
source_py3/combi/_python_toolbox/sleek_reffing/cute_sleek_value_dict.py
source_py3/combi/_python_toolbox/sleek_reffing/exceptions.py
source_py3/combi/_python_toolbox/sleek_reffing/sleek_call_args.py
source_py3/combi/_python_toolbox/sleek_reffing/sleek_ref.py
source_py3/combi/_python_toolbox/string_tools/__init__.py
source_py3/combi/_python_toolbox/string_tools/case_conversions.py
source_py3/combi/_python_toolbox/string_tools/string_tools.py
source_py3/combi/_python_toolbox/third_party/__init__.py
source_py3/combi/_python_toolbox/third_party/decorator.py
source_py3/combi/_python_toolbox/third_party/pathlib.py
source_py3/combi/_python_toolbox/third_party/envelopes/__init__.py
source_py3/combi/_python_toolbox/third_party/envelopes/compat.py
source_py3/combi/_python_toolbox/third_party/envelopes/conn.py
source_py3/combi/_python_toolbox/third_party/envelopes/connstack.py
source_py3/combi/_python_toolbox/third_party/envelopes/envelope.py
source_py3/combi/_python_toolbox/third_party/envelopes/local.py
source_py3/combi/_python_toolbox/third_party/sortedcontainers/__init__.py
source_py3/combi/_python_toolbox/third_party/sortedcontainers/sorteddict.py
source_py3/combi/_python_toolbox/third_party/sortedcontainers/sortedlist.py
source_py3/combi/_python_toolbox/third_party/sortedcontainers/sortedset.py
source_py3/combi/_python_toolbox/third_party/unittest2/__init__.py
source_py3/combi/_python_toolbox/third_party/unittest2/__main__.py
source_py3/combi/_python_toolbox/third_party/unittest2/case.py
source_py3/combi/_python_toolbox/third_party/unittest2/collector.py
source_py3/combi/_python_toolbox/third_party/unittest2/compatibility.py
source_py3/combi/_python_toolbox/third_party/unittest2/loader.py
source_py3/combi/_python_toolbox/third_party/unittest2/main.py
source_py3/combi/_python_toolbox/third_party/unittest2/result.py
source_py3/combi/_python_toolbox/third_party/unittest2/runner.py
source_py3/combi/_python_toolbox/third_party/unittest2/signals.py
source_py3/combi/_python_toolbox/third_party/unittest2/suite.py
source_py3/combi/_python_toolbox/third_party/unittest2/util.py
source_py3/combi/perming/__init__.py
source_py3/combi/perming/_fixed_map_managing_mixin.py
source_py3/combi/perming/_variation_adding_mixin.py
source_py3/combi/perming/_variation_removing_mixin.py
source_py3/combi/perming/calculating_length.py
source_py3/combi/perming/comb.py
source_py3/combi/perming/comb_space.py
source_py3/combi/perming/perm.py
source_py3/combi/perming/perm_space.py
source_py3/combi/perming/variations.py
source_py3/test_combi/__init__.py
source_py3/test_combi/test_calculating_length.py
source_py3/test_combi/test_chain_space.py
source_py3/test_combi/test_comb_space.py
source_py3/test_combi/test_extensive.py
source_py3/test_combi/test_misc.py
source_py3/test_combi/test_perm_space.py
source_py3/test_combi/test_product_space.py
source_py3/test_combi/test_selection_space.py
source_py3/test_combi/test_variations_meta.py
source_py3/test_combi/scripts/__init__.py
source_py3/test_combi/scripts/_test_combi.py