Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 3, 2020 04:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/f087544570b2e721b6fac122b05fe458 to your computer and use it in GitHub Desktop.
Save r-ryantm/f087544570b2e721b6fac122b05fe458 to your computer and use it in GitHub Desktop.
/nix/store/bp5rn6plpn035fdryn5jiannn4yhw8f8-python2.7-apptools-4.5.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── apptools
│   │   ├── appscripting
│   │   │   ├── action
│   │   │   │   ├── api.py
│   │   │   │   ├── api.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── start_recording_action.py
│   │   │   │   ├── start_recording_action.pyc
│   │   │   │   ├── stop_recording_action.py
│   │   │   │   └── stop_recording_action.pyc
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── bind_event.py
│   │   │   ├── bind_event.pyc
│   │   │   ├── i_bind_event.py
│   │   │   ├── i_bind_event.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── i_script_manager.py
│   │   │   ├── i_script_manager.pyc
│   │   │   ├── lazy_namespace.py
│   │   │   ├── lazy_namespace.pyc
│   │   │   ├── package_globals.py
│   │   │   ├── package_globals.pyc
│   │   │   ├── scriptable.py
│   │   │   ├── scriptable.pyc
│   │   │   ├── scriptable_type.py
│   │   │   ├── scriptable_type.pyc
│   │   │   ├── script_manager.py
│   │   │   └── script_manager.pyc
│   │   ├── help
│   │   │   ├── help_plugin
│   │   │   │   ├── action
│   │   │   │   │   ├── demo_action.py
│   │   │   │   │   ├── demo_action.pyc
│   │   │   │   │   ├── doc_action.py
│   │   │   │   │   ├── doc_action.pyc
│   │   │   │   │   ├── example_action.py
│   │   │   │   │   ├── example_action.pyc
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── document.png
│   │   │   │   │   │   └── python_run.png
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── load_url_action.py
│   │   │   │   │   ├── load_url_action.pyc
│   │   │   │   │   ├── util.py
│   │   │   │   │   └── util.pyc
│   │   │   │   ├── api.py
│   │   │   │   ├── api.pyc
│   │   │   │   ├── examples_preferences.py
│   │   │   │   ├── examples_preferences.pyc
│   │   │   │   ├── help_code.py
│   │   │   │   ├── help_code.pyc
│   │   │   │   ├── help_doc.py
│   │   │   │   ├── help_doc.pyc
│   │   │   │   ├── help_plugin.py
│   │   │   │   ├── help_plugin.pyc
│   │   │   │   ├── help_submenu_manager.py
│   │   │   │   ├── help_submenu_manager.pyc
│   │   │   │   ├── i_help_code.py
│   │   │   │   ├── i_help_code.pyc
│   │   │   │   ├── i_help_doc.py
│   │   │   │   ├── i_help_doc.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── preferences.ini
│   │   │   │   ├── preferences_pages.py
│   │   │   │   └── preferences_pages.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── io
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── file.py
│   │   │   ├── file.pyc
│   │   │   ├── h5
│   │   │   │   ├── dict_node.py
│   │   │   │   ├── dict_node.pyc
│   │   │   │   ├── file.py
│   │   │   │   ├── file.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── table_node.py
│   │   │   │   ├── table_node.pyc
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── test_dict_node.py
│   │   │   │   │   ├── test_dict_node.pyc
│   │   │   │   │   ├── test_file.py
│   │   │   │   │   ├── test_file.pyc
│   │   │   │   │   ├── test_table_node.py
│   │   │   │   │   ├── test_table_node.pyc
│   │   │   │   │   ├── utils.py
│   │   │   │   │   └── utils.pyc
│   │   │   │   ├── utils.py
│   │   │   │   └── utils.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── tests
│   │   │   ├── file_test_case.py
│   │   │   ├── file_test_case.pyc
│   │   │   ├── folder_test_case.py
│   │   │   └── folder_test_case.pyc
│   │   ├── logger
│   │   │   ├── agent
│   │   │   │   ├── attachments.py
│   │   │   │   ├── attachments.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── quality_agent_mailer.py
│   │   │   │   ├── quality_agent_mailer.pyc
│   │   │   │   ├── quality_agent_view.py
│   │   │   │   ├── quality_agent_view.pyc
│   │   │   │   └── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_attachments.py
│   │   │   │   └── test_attachments.pyc
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── custom_excepthook.py
│   │   │   ├── custom_excepthook.pyc
│   │   │   ├── filtering_handler.py
│   │   │   ├── filtering_handler.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── logger.py
│   │   │   ├── logger.pyc
│   │   │   ├── log_point.py
│   │   │   ├── log_point.pyc
│   │   │   ├── log_queue_handler.py
│   │   │   ├── log_queue_handler.pyc
│   │   │   ├── null_handler.py
│   │   │   ├── null_handler.pyc
│   │   │   ├── plugin
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── logger_plugin.py
│   │   │   │   ├── logger_plugin.pyc
│   │   │   │   ├── logger_preferences.py
│   │   │   │   ├── logger_preferences.pyc
│   │   │   │   ├── logger_service.py
│   │   │   │   ├── logger_service.pyc
│   │   │   │   ├── preferences.ini
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── test_logger_service.py
│   │   │   │   │   └── test_logger_service.pyc
│   │   │   │   └── view
│   │   │   │   ├── images
│   │   │   │   │   ├── crit_error.png
│   │   │   │   │   ├── debug.png
│   │   │   │   │   ├── error.png
│   │   │   │   │   ├── info.png
│   │   │   │   │   └── warning.png
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── logger_preferences_page.py
│   │   │   │   ├── logger_preferences_page.pyc
│   │   │   │   ├── logger_view.py
│   │   │   │   └── logger_view.pyc
│   │   │   ├── ring_buffer.py
│   │   │   ├── ring_buffer.pyc
│   │   │   ├── util.py
│   │   │   └── util.pyc
│   │   ├── lru_cache
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── lru_cache.py
│   │   │   ├── lru_cache.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_lru_cache.py
│   │   │   └── test_lru_cache.pyc
│   │   ├── naming
│   │   │   ├── adapter
│   │   │   │   ├── api.py
│   │   │   │   ├── api.pyc
│   │   │   │   ├── dict_context_adapter_factory.py
│   │   │   │   ├── dict_context_adapter_factory.pyc
│   │   │   │   ├── dict_context_adapter.py
│   │   │   │   ├── dict_context_adapter.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── instance_context_adapter_factory.py
│   │   │   │   ├── instance_context_adapter_factory.pyc
│   │   │   │   ├── instance_context_adapter.py
│   │   │   │   ├── instance_context_adapter.pyc
│   │   │   │   ├── list_context_adapter_factory.py
│   │   │   │   ├── list_context_adapter_factory.pyc
│   │   │   │   ├── list_context_adapter.py
│   │   │   │   ├── list_context_adapter.pyc
│   │   │   │   ├── trait_dict_context_adapter_factory.py
│   │   │   │   ├── trait_dict_context_adapter_factory.pyc
│   │   │   │   ├── trait_dict_context_adapter.py
│   │   │   │   ├── trait_dict_context_adapter.pyc
│   │   │   │   ├── trait_list_context_adapter_factory.py
│   │   │   │   ├── trait_list_context_adapter_factory.pyc
│   │   │   │   ├── trait_list_context_adapter.py
│   │   │   │   ├── trait_list_context_adapter.pyc
│   │   │   │   ├── tuple_context_adapter_factory.py
│   │   │   │   ├── tuple_context_adapter_factory.pyc
│   │   │   │   ├── tuple_context_adapter.py
│   │   │   │   └── tuple_context_adapter.pyc
│   │   │   ├── address.py
│   │   │   ├── address.pyc
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── binding.py
│   │   │   ├── binding.pyc
│   │   │   ├── context_adapter_factory.py
│   │   │   ├── context_adapter_factory.pyc
│   │   │   ├── context_adapter.py
│   │   │   ├── context_adapter.pyc
│   │   │   ├── context.py
│   │   │   ├── context.pyc
│   │   │   ├── dir_context.py
│   │   │   ├── dir_context.pyc
│   │   │   ├── dynamic_context.py
│   │   │   ├── dynamic_context.pyc
│   │   │   ├── exception.py
│   │   │   ├── exception.pyc
│   │   │   ├── initial_context_factory.py
│   │   │   ├── initial_context_factory.pyc
│   │   │   ├── initial_context.py
│   │   │   ├── initial_context.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── naming_event.py
│   │   │   ├── naming_event.pyc
│   │   │   ├── naming_manager.py
│   │   │   ├── naming_manager.pyc
│   │   │   ├── object_factory.py
│   │   │   ├── object_factory.pyc
│   │   │   ├── object_serializer.py
│   │   │   ├── object_serializer.pyc
│   │   │   ├── py_context.py
│   │   │   ├── py_context.pyc
│   │   │   ├── pyfs_context_factory.py
│   │   │   ├── pyfs_context_factory.pyc
│   │   │   ├── pyfs_context.py
│   │   │   ├── pyfs_context.pyc
│   │   │   ├── pyfs_initial_context_factory.py
│   │   │   ├── pyfs_initial_context_factory.pyc
│   │   │   ├── pyfs_object_factory.py
│   │   │   ├── pyfs_object_factory.pyc
│   │   │   ├── pyfs_state_factory.py
│   │   │   ├── pyfs_state_factory.pyc
│   │   │   ├── py_object_factory.py
│   │   │   ├── py_object_factory.pyc
│   │   │   ├── referenceable.py
│   │   │   ├── referenceable.pyc
│   │   │   ├── referenceable_state_factory.py
│   │   │   ├── referenceable_state_factory.pyc
│   │   │   ├── reference.py
│   │   │   ├── reference.pyc
│   │   │   ├── state_factory.py
│   │   │   ├── state_factory.pyc
│   │   │   ├── tests
│   │   │   │   ├── context_test_case.py
│   │   │   │   ├── context_test_case.pyc
│   │   │   │   ├── dir_context_test_case.py
│   │   │   │   ├── dir_context_test_case.pyc
│   │   │   │   ├── py_context_test_case.py
│   │   │   │   ├── py_context_test_case.pyc
│   │   │   │   ├── pyfs_context_test_case.py
│   │   │   │   └── pyfs_context_test_case.pyc
│   │   │   ├── trait_defs
│   │   │   │   ├── api.py
│   │   │   │   ├── api.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── naming_traits.py
│   │   │   │   └── naming_traits.pyc
│   │   │   ├── ui
│   │   │   │   ├── api.py
│   │   │   │   ├── api.pyc
│   │   │   │   ├── context_monitor.py
│   │   │   │   ├── context_monitor.pyc
│   │   │   │   ├── context_node_type.py
│   │   │   │   ├── context_node_type.pyc
│   │   │   │   ├── explorer.py
│   │   │   │   ├── explorer.pyc
│   │   │   │   ├── images
│   │   │   │   │   ├── closed_folder.png
│   │   │   │   │   ├── document.png
│   │   │   │   │   └── open_folder.png
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── naming_node_manager.py
│   │   │   │   ├── naming_node_manager.pyc
│   │   │   │   ├── naming_tree_model.py
│   │   │   │   ├── naming_tree_model.pyc
│   │   │   │   ├── naming_tree.py
│   │   │   │   ├── naming_tree.pyc
│   │   │   │   ├── object_node_type.py
│   │   │   │   └── object_node_type.pyc
│   │   │   ├── unique_name.py
│   │   │   └── unique_name.pyc
│   │   ├── permissions
│   │   │   ├── action
│   │   │   │   ├── api.py
│   │   │   │   ├── api.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── login_action.py
│   │   │   │   ├── login_action.pyc
│   │   │   │   ├── logout_action.py
│   │   │   │   ├── logout_action.pyc
│   │   │   │   ├── user_menu_manager.py
│   │   │   │   └── user_menu_manager.pyc
│   │   │   ├── adapter_base.py
│   │   │   ├── adapter_base.pyc
│   │   │   ├── adapters
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── pyface_action.py
│   │   │   │   ├── pyface_action.pyc
│   │   │   │   ├── qt4_widget.py
│   │   │   │   ├── qt4_widget.pyc
│   │   │   │   ├── wx_window.py
│   │   │   │   └── wx_window.pyc
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── default
│   │   │   │   ├── api.py
│   │   │   │   ├── api.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── i_policy_storage.py
│   │   │   │   ├── i_policy_storage.pyc
│   │   │   │   ├── i_user_database.py
│   │   │   │   ├── i_user_database.pyc
│   │   │   │   ├── i_user_storage.py
│   │   │   │   ├── i_user_storage.pyc
│   │   │   │   ├── persistent.py
│   │   │   │   ├── persistent.pyc
│   │   │   │   ├── policy_data.py
│   │   │   │   ├── policy_data.pyc
│   │   │   │   ├── policy_manager.py
│   │   │   │   ├── policy_manager.pyc
│   │   │   │   ├── policy_storage.py
│   │   │   │   ├── policy_storage.pyc
│   │   │   │   ├── role_assignment.py
│   │   │   │   ├── role_assignment.pyc
│   │   │   │   ├── role_definition.py
│   │   │   │   ├── role_definition.pyc
│   │   │   │   ├── select_role.py
│   │   │   │   ├── select_role.pyc
│   │   │   │   ├── select_user.py
│   │   │   │   ├── select_user.pyc
│   │   │   │   ├── user_database.py
│   │   │   │   ├── user_database.pyc
│   │   │   │   ├── user_manager.py
│   │   │   │   ├── user_manager.pyc
│   │   │   │   ├── user_storage.py
│   │   │   │   └── user_storage.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── i_policy_manager.py
│   │   │   ├── i_policy_manager.pyc
│   │   │   ├── i_user_manager.py
│   │   │   ├── i_user_manager.pyc
│   │   │   ├── i_user.py
│   │   │   ├── i_user.pyc
│   │   │   ├── package_globals.py
│   │   │   ├── package_globals.pyc
│   │   │   ├── permission.py
│   │   │   ├── permission.pyc
│   │   │   ├── permissions_manager.py
│   │   │   ├── permissions_manager.pyc
│   │   │   ├── secure_proxy.py
│   │   │   └── secure_proxy.pyc
│   │   ├── persistence
│   │   │   ├── file_path.py
│   │   │   ├── file_path.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── project_loader.py
│   │   │   ├── project_loader.pyc
│   │   │   ├── spickle.py
│   │   │   ├── spickle.pyc
│   │   │   ├── state_pickler.py
│   │   │   ├── state_pickler.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_file_path.py
│   │   │   │   ├── test_file_path.pyc
│   │   │   │   ├── test_spickle.py
│   │   │   │   ├── test_spickle.pyc
│   │   │   │   ├── test_state_pickler.py
│   │   │   │   ├── test_state_pickler.pyc
│   │   │   │   ├── test_version_registry.py
│   │   │   │   └── test_version_registry.pyc
│   │   │   ├── updater.py
│   │   │   ├── updater.pyc
│   │   │   ├── versioned_unpickler.py
│   │   │   ├── versioned_unpickler.pyc
│   │   │   ├── version_registry.py
│   │   │   └── version_registry.pyc
│   │   ├── preferences
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── i_preferences.py
│   │   │   ├── i_preferences.pyc
│   │   │   ├── package_globals.py
│   │   │   ├── package_globals.pyc
│   │   │   ├── preference_binding.py
│   │   │   ├── preference_binding.pyc
│   │   │   ├── preferences_helper.py
│   │   │   ├── preferences_helper.pyc
│   │   │   ├── preferences.py
│   │   │   ├── preferences.pyc
│   │   │   ├── scoped_preferences.py
│   │   │   ├── scoped_preferences.pyc
│   │   │   ├── tests
│   │   │   │   ├── example.ini
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── preference_binding_test_case.py
│   │   │   │   ├── preference_binding_test_case.pyc
│   │   │   │   ├── preferences_helper_test_case.py
│   │   │   │   ├── preferences_helper_test_case.pyc
│   │   │   │   ├── preferences_test_case.py
│   │   │   │   ├── preferences_test_case.pyc
│   │   │   │   ├── py_config_example_2.ini
│   │   │   │   ├── py_config_example.ini
│   │   │   │   ├── py_config_file.py
│   │   │   │   ├── py_config_file.pyc
│   │   │   │   ├── py_config_file_test_case.py
│   │   │   │   ├── py_config_file_test_case.pyc
│   │   │   │   ├── scoped_preferences_test_case.py
│   │   │   │   └── scoped_preferences_test_case.pyc
│   │   │   └── ui
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── i_preferences_page.py
│   │   │   ├── i_preferences_page.pyc
│   │   │   ├── preferences_manager.py
│   │   │   ├── preferences_manager.pyc
│   │   │   ├── preferences_node.py
│   │   │   ├── preferences_node.pyc
│   │   │   ├── preferences_page.py
│   │   │   ├── preferences_page.pyc
│   │   │   ├── tree_item.py
│   │   │   ├── tree_item.pyc
│   │   │   ├── widget_editor.py
│   │   │   └── widget_editor.pyc
│   │   ├── scripting
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── package_globals.py
│   │   │   ├── package_globals.pyc
│   │   │   ├── recordable.py
│   │   │   ├── recordable.pyc
│   │   │   ├── recorder.py
│   │   │   ├── recorder.pyc
│   │   │   ├── recorder_with_ui.py
│   │   │   ├── recorder_with_ui.pyc
│   │   │   ├── tests
│   │   │   │   ├── test_recorder.py
│   │   │   │   └── test_recorder.pyc
│   │   │   ├── util.py
│   │   │   └── util.pyc
│   │   ├── selection
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── errors.py
│   │   │   ├── errors.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── i_selection_provider.py
│   │   │   ├── i_selection_provider.pyc
│   │   │   ├── i_selection.py
│   │   │   ├── i_selection.pyc
│   │   │   ├── list_selection.py
│   │   │   ├── list_selection.pyc
│   │   │   ├── selection_service.py
│   │   │   ├── selection_service.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_list_selection.py
│   │   │   ├── test_list_selection.pyc
│   │   │   ├── test_selection_service.py
│   │   │   └── test_selection_service.pyc
│   │   ├── sweet_pickle
│   │   │   ├── global_registry.py
│   │   │   ├── global_registry.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── placeholder.py
│   │   │   ├── placeholder.pyc
│   │   │   ├── tests
│   │   │   │   ├── class_mapping_classes.py
│   │   │   │   ├── class_mapping_classes.pyc
│   │   │   │   ├── class_mapping_test_case.py
│   │   │   │   ├── class_mapping_test_case.pyc
│   │   │   │   ├── global_registry_test_case.py
│   │   │   │   ├── global_registry_test_case.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── state_function_classes.py
│   │   │   │   ├── state_function_classes.pyc
│   │   │   │   ├── state_function_test_case.py
│   │   │   │   ├── state_function_test_case.pyc
│   │   │   │   ├── two_stage_unpickler_test_case.py
│   │   │   │   ├── two_stage_unpickler_test_case.pyc
│   │   │   │   ├── updater_test_case.py
│   │   │   │   └── updater_test_case.pyc
│   │   │   ├── updater.py
│   │   │   ├── updater.pyc
│   │   │   ├── versioned_unpickler.py
│   │   │   └── versioned_unpickler.pyc
│   │   ├── template
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── impl
│   │   │   │   ├── any_context_data_name_item.py
│   │   │   │   ├── any_context_data_name_item.pyc
│   │   │   │   ├── any_data_name_item.py
│   │   │   │   ├── any_data_name_item.pyc
│   │   │   │   ├── api.py
│   │   │   │   ├── api.pyc
│   │   │   │   ├── context_data_name_item.py
│   │   │   │   ├── context_data_name_item.pyc
│   │   │   │   ├── helper.py
│   │   │   │   ├── helper.pyc
│   │   │   │   ├── i_context_adapter.py
│   │   │   │   ├── i_context_adapter.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── template_data_context.py
│   │   │   │   ├── template_data_context.pyc
│   │   │   │   ├── template_data_source.py
│   │   │   │   ├── template_data_source.pyc
│   │   │   │   ├── value_data_name_item.py
│   │   │   │   ├── value_data_name_item.pyc
│   │   │   │   ├── value_nd_data_name_item.py
│   │   │   │   └── value_nd_data_name_item.pyc
│   │   │   ├── imutable_template.py
│   │   │   ├── imutable_template.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── itemplate_choice.py
│   │   │   ├── itemplate_choice.pyc
│   │   │   ├── itemplate_data_context.py
│   │   │   ├── itemplate_data_context.pyc
│   │   │   ├── itemplate_data_name_item.py
│   │   │   ├── itemplate_data_name_item.pyc
│   │   │   ├── itemplate_data_source.py
│   │   │   ├── itemplate_data_source.pyc
│   │   │   ├── itemplate.py
│   │   │   ├── itemplate.pyc
│   │   │   ├── mutable_template.py
│   │   │   ├── mutable_template.pyc
│   │   │   ├── template_choice.py
│   │   │   ├── template_choice.pyc
│   │   │   ├── template_data_name.py
│   │   │   ├── template_data_name.pyc
│   │   │   ├── template_data_names.py
│   │   │   ├── template_data_names.pyc
│   │   │   ├── template_impl.py
│   │   │   ├── template_impl.pyc
│   │   │   ├── template_traits.py
│   │   │   ├── template_traits.pyc
│   │   │   └── test
│   │   │   ├── enable_editor.py
│   │   │   ├── enable_editor.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── scatter_plot_2.py
│   │   │   ├── scatter_plot_2.pyc
│   │   │   ├── scatter_plot_nm.py
│   │   │   ├── scatter_plot_nm.pyc
│   │   │   ├── scatter_plot.py
│   │   │   ├── scatter_plot.pyc
│   │   │   ├── template_view.py
│   │   │   └── template_view.pyc
│   │   ├── type_manager
│   │   │   ├── abstract_adapter_factory.py
│   │   │   ├── abstract_adapter_factory.pyc
│   │   │   ├── abstract_factory.py
│   │   │   ├── abstract_factory.pyc
│   │   │   ├── abstract_type_system.py
│   │   │   ├── abstract_type_system.pyc
│   │   │   ├── adaptable.py
│   │   │   ├── adaptable.pyc
│   │   │   ├── adapter_factory.py
│   │   │   ├── adapter_factory.pyc
│   │   │   ├── adapter_manager.py
│   │   │   ├── adapter_manager.pyc
│   │   │   ├── adapter.py
│   │   │   ├── adapter.pyc
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── factory.py
│   │   │   ├── factory.pyc
│   │   │   ├── hook.py
│   │   │   ├── hook.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── python_type_system.py
│   │   │   ├── python_type_system.pyc
│   │   │   ├── tests
│   │   │   │   ├── type_manager_test_case.py
│   │   │   │   └── type_manager_test_case.pyc
│   │   │   ├── type_manager.py
│   │   │   ├── type_manager.pyc
│   │   │   ├── util.py
│   │   │   └── util.pyc
│   │   ├── type_registry
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── tests
│   │   │   │   ├── dummies.py
│   │   │   │   ├── dummies.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_lazy_registry.py
│   │   │   │   ├── test_lazy_registry.pyc
│   │   │   │   ├── test_type_registry.py
│   │   │   │   └── test_type_registry.pyc
│   │   │   ├── type_registry.py
│   │   │   └── type_registry.pyc
│   │   ├── undo
│   │   │   ├── abstract_command.py
│   │   │   ├── abstract_command.pyc
│   │   │   ├── action
│   │   │   │   ├── abstract_command_stack_action.py
│   │   │   │   ├── abstract_command_stack_action.pyc
│   │   │   │   ├── api.py
│   │   │   │   ├── api.pyc
│   │   │   │   ├── command_action.py
│   │   │   │   ├── command_action.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── redo_action.py
│   │   │   │   ├── redo_action.pyc
│   │   │   │   ├── undo_action.py
│   │   │   │   └── undo_action.pyc
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── command_stack.py
│   │   │   ├── command_stack.pyc
│   │   │   ├── i_command.py
│   │   │   ├── i_command.pyc
│   │   │   ├── i_command_stack.py
│   │   │   ├── i_command_stack.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── i_undo_manager.py
│   │   │   ├── i_undo_manager.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_command_stack.py
│   │   │   │   ├── test_command_stack.pyc
│   │   │   │   ├── testing_commands.py
│   │   │   │   └── testing_commands.pyc
│   │   │   ├── undo_manager.py
│   │   │   └── undo_manager.pyc
│   │   ├── _version.py
│   │   └── _version.pyc
│   └── apptools-4.5.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
56 directories, 636 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment