LICENSE
README.md
pyproject.toml
setup.py
pythagoras/__init__.py
pythagoras.egg-info/PKG-INFO
pythagoras.egg-info/SOURCES.txt
pythagoras.egg-info/dependency_links.txt
pythagoras.egg-info/requires.txt
pythagoras.egg-info/top_level.txt
pythagoras/_01_foundational_objects/__init__.py
pythagoras/_01_foundational_objects/base_16_32_convertors.py
pythagoras/_01_foundational_objects/hash_addresses.py
pythagoras/_01_foundational_objects/hash_and_random_signatures.py
pythagoras/_01_foundational_objects/multipersidict.py
pythagoras/_01_foundational_objects/value_addresses.py
pythagoras/_02_ordinary_functions/__init__.py
pythagoras/_02_ordinary_functions/assert_ordinarity.py
pythagoras/_02_ordinary_functions/check_n_positional_args.py
pythagoras/_02_ordinary_functions/code_normalizer.py
pythagoras/_02_ordinary_functions/code_normalizer_implementation.py
pythagoras/_02_ordinary_functions/function_name.py
pythagoras/_02_ordinary_functions/ordinary_decorator.py
pythagoras/_02_ordinary_functions/ordinary_funcs.py
pythagoras/_03_autonomous_functions/__init__.py
pythagoras/_03_autonomous_functions/autonomicity_checks.py
pythagoras/_03_autonomous_functions/autonomous_decorators.py
pythagoras/_03_autonomous_functions/autonomous_funcs.py
pythagoras/_03_autonomous_functions/call_graph_explorer.py
pythagoras/_03_autonomous_functions/names_usage_analyzer.py
pythagoras/_03_autonomous_functions/pth_available_names_retriever.py
pythagoras/_04_idempotent_functions/__init__.py
pythagoras/_04_idempotent_functions/astkeywords_dict_convertors.py
pythagoras/_04_idempotent_functions/idempotency_checks.py
pythagoras/_04_idempotent_functions/idempotent_decorator.py
pythagoras/_04_idempotent_functions/idempotent_func_address_context.py
pythagoras/_04_idempotent_functions/kw_args.py
pythagoras/_04_idempotent_functions/output_capturer.py
pythagoras/_04_idempotent_functions/persidict_to_timeline.py
pythagoras/_04_idempotent_functions/process_augmented_func_src.py
pythagoras/_05_events_and_exceptions/__init__.py
pythagoras/_05_events_and_exceptions/current_date_gmt_str.py
pythagoras/_05_events_and_exceptions/event_posters.py
pythagoras/_05_events_and_exceptions/execution_environment_summary.py
pythagoras/_05_events_and_exceptions/find_in_callstack.py
pythagoras/_05_events_and_exceptions/global_event_loggers.py
pythagoras/_05_events_and_exceptions/notebook_checker.py
pythagoras/_05_events_and_exceptions/type_retrievers.py
pythagoras/_05_events_and_exceptions/uncaught_exception_handlers.py
pythagoras/_06_swarming/__init__.py
pythagoras/_06_swarming/background_workers.py
pythagoras/_06_swarming/output_suppressor.py
pythagoras/_07_mission_control/__init__.py
pythagoras/_07_mission_control/global_state_management.py
pythagoras/_07_mission_control/islands.py
pythagoras/_07_mission_control/summary.py
pythagoras/_99_misc_utils/__init__.py
pythagoras/_99_misc_utils/id_examiner.py
pythagoras/_99_misc_utils/long_infoname.py
pythagoras/_99_misc_utils/package_manager.py