Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 12:54
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/cdbb37f1dfdf6fe60fb8770f9f845734 to your computer and use it in GitHub Desktop.
Save r-ryantm/cdbb37f1dfdf6fe60fb8770f9f845734 to your computer and use it in GitHub Desktop.
/nix/store/yhzbbzcd00c1wih2p82h7bpnfcs8lrxn-python3.7-enamlx-0.4.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── enamlx
│   │   ├── core
│   │   │   ├── block.py
│   │   │   ├── __init__.py
│   │   │   ├── looper.py
│   │   │   ├── middleware.py
│   │   │   └── __pycache__
│   │   │   ├── block.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── looper.cpython-37.pyc
│   │   │   └── middleware.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── qt
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── qt_abstract_item.cpython-37.pyc
│   │   │   │   ├── qt_abstract_item_view.cpython-37.pyc
│   │   │   │   ├── qt_console.cpython-37.pyc
│   │   │   │   ├── qt_double_spin_box.cpython-37.pyc
│   │   │   │   ├── qt_factories.cpython-37.pyc
│   │   │   │   ├── qt_graphics_view.cpython-37.pyc
│   │   │   │   ├── qt_key_event.cpython-37.pyc
│   │   │   │   ├── qt_occ_viewer.cpython-37.pyc
│   │   │   │   ├── qt_plot_area.cpython-37.pyc
│   │   │   │   ├── qt_table_view.cpython-37.pyc
│   │   │   │   └── qt_tree_view.cpython-37.pyc
│   │   │   ├── qt_abstract_item.py
│   │   │   ├── qt_abstract_item_view.py
│   │   │   ├── qt_console.py
│   │   │   ├── qt_double_spin_box.py
│   │   │   ├── qt_factories.py
│   │   │   ├── qt_graphics_view.py
│   │   │   ├── qt_key_event.py
│   │   │   ├── qt_occ_viewer.py
│   │   │   ├── qt_plot_area.py
│   │   │   ├── qt_table_view.py
│   │   │   └── qt_tree_view.py
│   │   └── widgets
│   │   ├── abstract_item.py
│   │   ├── abstract_item_view.py
│   │   ├── api.py
│   │   ├── console.py
│   │   ├── double_spin_box.py
│   │   ├── graphics_view.py
│   │   ├── __init__.py
│   │   ├── key_event.py
│   │   ├── occ_viewer.py
│   │   ├── plot_area.py
│   │   ├── __pycache__
│   │   │   ├── abstract_item.cpython-37.pyc
│   │   │   ├── abstract_item_view.cpython-37.pyc
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── console.cpython-37.pyc
│   │   │   ├── double_spin_box.cpython-37.pyc
│   │   │   ├── graphics_view.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── key_event.cpython-37.pyc
│   │   │   ├── occ_viewer.cpython-37.pyc
│   │   │   ├── plot_area.cpython-37.pyc
│   │   │   ├── table_view.cpython-37.pyc
│   │   │   └── tree_view.cpython-37.pyc
│   │   ├── table_view.py
│   │   └── tree_view.py
│   └── enamlx-0.4.3.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 66 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment