Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 2, 2019 11:15
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 ryantm/764f3edcb87ea6bdd85d74b882d838a0 to your computer and use it in GitHub Desktop.
Save ryantm/764f3edcb87ea6bdd85d74b882d838a0 to your computer and use it in GitHub Desktop.
/nix/store/26fg3br95c5mrw13vqpqf65dp1qqggbp-python3.7-traits-5.1.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── traits
│   │   ├── adaptation
│   │   │   ├── adaptation_error.py
│   │   │   ├── adaptation_manager.py
│   │   │   ├── adaptation_offer.py
│   │   │   ├── adapter.py
│   │   │   ├── api.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── adaptation_error.cpython-37.pyc
│   │   │   │   ├── adaptation_manager.cpython-37.pyc
│   │   │   │   ├── adaptation_offer.cpython-37.pyc
│   │   │   │   ├── adapter.cpython-37.pyc
│   │   │   │   ├── api.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── abc_examples.py
│   │   │   ├── benchmark.py
│   │   │   ├── __init__.py
│   │   │   ├── interface_examples.py
│   │   │   ├── lazy_examples.py
│   │   │   ├── __pycache__
│   │   │   │   ├── abc_examples.cpython-37.pyc
│   │   │   │   ├── benchmark.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── interface_examples.cpython-37.pyc
│   │   │   │   ├── lazy_examples.cpython-37.pyc
│   │   │   │   ├── test_adaptation_manager.cpython-37.pyc
│   │   │   │   ├── test_adaptation_offer.cpython-37.pyc
│   │   │   │   ├── test_adapter.cpython-37.pyc
│   │   │   │   └── test_global_adaptation_manager.cpython-37.pyc
│   │   │   ├── test_adaptation_manager.py
│   │   │   ├── test_adaptation_offer.py
│   │   │   ├── test_adapter.py
│   │   │   └── test_global_adaptation_manager.py
│   │   ├── api.py
│   │   ├── category.py
│   │   ├── ctraits.cpython-37m-x86_64-linux-gnu.so
│   │   ├── etsconfig
│   │   │   ├── api.py
│   │   │   ├── etsconfig.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── api.cpython-37.pyc
│   │   │   │   ├── etsconfig.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test_etsconfig.cpython-37.pyc
│   │   │   └── test_etsconfig.py
│   │   ├── has_dynamic_views.py
│   │   ├── has_traits.py
│   │   ├── __init__.py
│   │   ├── interface_checker.py
│   │   ├── _py2to3.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── category.cpython-37.pyc
│   │   │   ├── has_dynamic_views.cpython-37.pyc
│   │   │   ├── has_traits.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── interface_checker.cpython-37.pyc
│   │   │   ├── _py2to3.cpython-37.pyc
│   │   │   ├── trait_base.cpython-37.pyc
│   │   │   ├── trait_errors.cpython-37.pyc
│   │   │   ├── trait_handlers.cpython-37.pyc
│   │   │   ├── trait_notifiers.cpython-37.pyc
│   │   │   ├── trait_numeric.cpython-37.pyc
│   │   │   ├── traits.cpython-37.pyc
│   │   │   ├── traits_listener.cpython-37.pyc
│   │   │   ├── trait_types.cpython-37.pyc
│   │   │   ├── trait_value.cpython-37.pyc
│   │   │   ├── ustr_trait.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── testing
│   │   │   ├── api.py
│   │   │   ├── doctest_tools.py
│   │   │   ├── __init__.py
│   │   │   ├── nose_tools.py
│   │   │   ├── __pycache__
│   │   │   │   ├── api.cpython-37.pyc
│   │   │   │   ├── doctest_tools.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── nose_tools.cpython-37.pyc
│   │   │   │   └── unittest_tools.cpython-37.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── test_unittest_tools.cpython-37.pyc
│   │   │   │   └── test_unittest_tools.py
│   │   │   └── unittest_tools.py
│   │   ├── tests
│   │   │   ├── check_timing.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── check_timing.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_abc.cpython-37.pyc
│   │   │   │   ├── test_anytrait_static_notifiers.cpython-37.pyc
│   │   │   │   ├── test_array.cpython-37.pyc
│   │   │   │   ├── test_array_or_none.cpython-37.pyc
│   │   │   │   ├── test_automatic_adaptation.cpython-37.pyc
│   │   │   │   ├── test_bool.cpython-37.pyc
│   │   │   │   ├── test_category.cpython-37.pyc
│   │   │   │   ├── test_class_traits.cpython-37.pyc
│   │   │   │   ├── test_clone.cpython-37.pyc
│   │   │   │   ├── test_container_events.cpython-37.pyc
│   │   │   │   ├── test_copyable_trait_names.cpython-37.pyc
│   │   │   │   ├── test_copy_traits.cpython-37.pyc
│   │   │   │   ├── test_cythonized_traits.cpython-37.pyc
│   │   │   │   ├── test_delegate.cpython-37.pyc
│   │   │   │   ├── test_dict.cpython-37.pyc
│   │   │   │   ├── test_directory.cpython-37.pyc
│   │   │   │   ├── test_dynamic_notifiers.cpython-37.pyc
│   │   │   │   ├── test_dynamic_trait_definition.cpython-37.pyc
│   │   │   │   ├── test_editor_factories.cpython-37.pyc
│   │   │   │   ├── test_enum.cpython-37.pyc
│   │   │   │   ├── test_event_order.cpython-37.pyc
│   │   │   │   ├── test_extended_notifiers.cpython-37.pyc
│   │   │   │   ├── test_extended_trait_change.cpython-37.pyc
│   │   │   │   ├── test_file.cpython-37.pyc
│   │   │   │   ├── test_float.cpython-37.pyc
│   │   │   │   ├── test_get_traits.cpython-37.pyc
│   │   │   │   ├── test_has_required_traits.cpython-37.pyc
│   │   │   │   ├── test_has_traits.cpython-37.pyc
│   │   │   │   ├── test_integer.cpython-37.pyc
│   │   │   │   ├── test_interface_checker.cpython-37.pyc
│   │   │   │   ├── test_interfaces.cpython-37.pyc
│   │   │   │   ├── test_int_range_long.cpython-37.pyc
│   │   │   │   ├── test_keyword_args.cpython-37.pyc
│   │   │   │   ├── test_list.cpython-37.pyc
│   │   │   │   ├── test_listeners.cpython-37.pyc
│   │   │   │   ├── test_list_events.cpython-37.pyc
│   │   │   │   ├── test_new_notifiers.cpython-37.pyc
│   │   │   │   ├── test_pickle_validated_dict.cpython-37.pyc
│   │   │   │   ├── test_property_delete.cpython-37.pyc
│   │   │   │   ├── test_property_notifications.cpython-37.pyc
│   │   │   │   ├── test__py2to3.cpython-37.pyc
│   │   │   │   ├── test_range.cpython-37.pyc
│   │   │   │   ├── test_regression.cpython-37.pyc
│   │   │   │   ├── test_rich_compare.cpython-37.pyc
│   │   │   │   ├── test_special_event_handlers.cpython-37.pyc
│   │   │   │   ├── test_static_notifiers.cpython-37.pyc
│   │   │   │   ├── test_str_handler.cpython-37.pyc
│   │   │   │   ├── test_string.cpython-37.pyc
│   │   │   │   ├── test_sync_traits.cpython-37.pyc
│   │   │   │   ├── test_target.cpython-37.pyc
│   │   │   │   ├── test_trait_change_event_tracer.cpython-37.pyc
│   │   │   │   ├── test_trait_cycle.cpython-37.pyc
│   │   │   │   ├── test_trait_default_initializer.cpython-37.pyc
│   │   │   │   ├── test_trait_exceptions.cpython-37.pyc
│   │   │   │   ├── test_trait_get_set.cpython-37.pyc
│   │   │   │   ├── test_trait_list_dict.cpython-37.pyc
│   │   │   │   ├── test_traits.cpython-37.pyc
│   │   │   │   ├── test_trait_types.cpython-37.pyc
│   │   │   │   ├── test_tuple.cpython-37.pyc
│   │   │   │   ├── test_ui_notifiers.cpython-37.pyc
│   │   │   │   ├── test_undefined.cpython-37.pyc
│   │   │   │   ├── test_uuid.cpython-37.pyc
│   │   │   │   ├── test_validated_tuple.cpython-37.pyc
│   │   │   │   ├── test_weak_ref.cpython-37.pyc
│   │   │   │   └── tuple_test_mixin.cpython-37.pyc
│   │   │   ├── test_abc.py
│   │   │   ├── test_anytrait_static_notifiers.py
│   │   │   ├── test_array_or_none.py
│   │   │   ├── test_array.py
│   │   │   ├── test_automatic_adaptation.py
│   │   │   ├── test_bool.py
│   │   │   ├── test_category.py
│   │   │   ├── test_class_traits.py
│   │   │   ├── test_clone.py
│   │   │   ├── test_container_events.py
│   │   │   ├── test_copyable_trait_names.py
│   │   │   ├── test_copy_traits.py
│   │   │   ├── test_cythonized_traits.py
│   │   │   ├── test_delegate.py
│   │   │   ├── test_dict.py
│   │   │   ├── test_directory.py
│   │   │   ├── test_dynamic_notifiers.py
│   │   │   ├── test_dynamic_trait_definition.py
│   │   │   ├── test_editor_factories.py
│   │   │   ├── test_enum.py
│   │   │   ├── test_event_order.py
│   │   │   ├── test_extended_notifiers.py
│   │   │   ├── test_extended_trait_change.py
│   │   │   ├── test_file.py
│   │   │   ├── test_float.py
│   │   │   ├── test_get_traits.py
│   │   │   ├── test_has_required_traits.py
│   │   │   ├── test_has_traits.py
│   │   │   ├── test_integer.py
│   │   │   ├── test_interface_checker.py
│   │   │   ├── test_interfaces.py
│   │   │   ├── test_int_range_long.py
│   │   │   ├── test_keyword_args.py
│   │   │   ├── test_listeners.py
│   │   │   ├── test_list_events.py
│   │   │   ├── test_list.py
│   │   │   ├── test_new_notifiers.py
│   │   │   ├── test_pickle_validated_dict.py
│   │   │   ├── test_property_delete.py
│   │   │   ├── test_property_notifications.py
│   │   │   ├── test__py2to3.py
│   │   │   ├── test_range.py
│   │   │   ├── test_regression.py
│   │   │   ├── test_rich_compare.py
│   │   │   ├── test_special_event_handlers.py
│   │   │   ├── test_static_notifiers.py
│   │   │   ├── test_str_handler.py
│   │   │   ├── test_string.py
│   │   │   ├── test_sync_traits.py
│   │   │   ├── test_target.py
│   │   │   ├── test_trait_change_event_tracer.py
│   │   │   ├── test_trait_cycle.py
│   │   │   ├── test_trait_default_initializer.py
│   │   │   ├── test_trait_exceptions.py
│   │   │   ├── test_trait_get_set.py
│   │   │   ├── test_trait_list_dict.py
│   │   │   ├── test_traits.py
│   │   │   ├── test_trait_types.py
│   │   │   ├── test_tuple.py
│   │   │   ├── test_ui_notifiers.py
│   │   │   ├── test_undefined.py
│   │   │   ├── test_uuid.py
│   │   │   ├── test_validated_tuple.py
│   │   │   ├── test_weak_ref.py
│   │   │   └── tuple_test_mixin.py
│   │   ├── trait_base.py
│   │   ├── trait_errors.py
│   │   ├── trait_handlers.py
│   │   ├── trait_notifiers.py
│   │   ├── trait_numeric.py
│   │   ├── traits_listener.py
│   │   ├── traits.py
│   │   ├── trait_types.py
│   │   ├── trait_value.py
│   │   ├── ustr_trait.py
│   │   ├── util
│   │   │   ├── api.py
│   │   │   ├── async_trait_wait.py
│   │   │   ├── camel_case.py
│   │   │   ├── clean_strings.py
│   │   │   ├── deprecated.py
│   │   │   ├── event_tracer.py
│   │   │   ├── home_directory.py
│   │   │   ├── import_symbol.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── api.cpython-37.pyc
│   │   │   │   ├── async_trait_wait.cpython-37.pyc
│   │   │   │   ├── camel_case.cpython-37.pyc
│   │   │   │   ├── clean_strings.cpython-37.pyc
│   │   │   │   ├── deprecated.cpython-37.pyc
│   │   │   │   ├── event_tracer.cpython-37.pyc
│   │   │   │   ├── home_directory.cpython-37.pyc
│   │   │   │   ├── import_symbol.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── resource.cpython-37.pyc
│   │   │   │   ├── toposort.cpython-37.pyc
│   │   │   │   ├── trait_documenter.cpython-37.pyc
│   │   │   │   └── weakiddict.cpython-37.pyc
│   │   │   ├── resource.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_async_trait_wait.cpython-37.pyc
│   │   │   │   │   ├── test_camel_case.cpython-37.pyc
│   │   │   │   │   ├── test_deprecated.cpython-37.pyc
│   │   │   │   │   ├── test_import_symbol.cpython-37.pyc
│   │   │   │   │   ├── test_message_records.cpython-37.pyc
│   │   │   │   │   ├── test_record_containers.cpython-37.pyc
│   │   │   │   │   ├── test_record_events.cpython-37.pyc
│   │   │   │   │   ├── test_trait_documenter.cpython-37.pyc
│   │   │   │   │   └── test_weakidddict.cpython-37.pyc
│   │   │   │   ├── test_async_trait_wait.py
│   │   │   │   ├── test_camel_case.py
│   │   │   │   ├── test_deprecated.py
│   │   │   │   ├── test_import_symbol.py
│   │   │   │   ├── test_message_records.py
│   │   │   │   ├── test_record_containers.py
│   │   │   │   ├── test_record_events.py
│   │   │   │   ├── test_trait_documenter.py
│   │   │   │   └── test_weakidddict.py
│   │   │   ├── toposort.py
│   │   │   ├── trait_documenter.py
│   │   │   └── weakiddict.py
│   │   └── _version.py
│   └── traits-5.1.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
25 directories, 278 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment