Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 6, 2020 04:56
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/ed5738b46212a1b9a73afdedf0ed6a6e to your computer and use it in GitHub Desktop.
Save r-ryantm/ed5738b46212a1b9a73afdedf0ed6a6e to your computer and use it in GitHub Desktop.
/nix/store/imp7zbdiqfi47gr0ahd2q7v7rmgnc825-cq-editor-0.1.1
├── bin
│   ├── cq-editor
│   └── CQ-editor
├── lib
│   └── python3.7
│   └── site-packages
│   ├── cq_editor
│   │   ├── cq_utils.py
│   │   ├── icons.py
│   │   ├── icons_res.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── main_window.py
│   │   ├── mixins.py
│   │   ├── preferences.py
│   │   ├── __pycache__
│   │   │   ├── cq_utils.cpython-37.pyc
│   │   │   ├── icons.cpython-37.pyc
│   │   │   ├── icons_res.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── main_window.cpython-37.pyc
│   │   │   ├── mixins.cpython-37.pyc
│   │   │   ├── preferences.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── utils.py
│   │   ├── _version.py
│   │   └── widgets
│   │   ├── console.py
│   │   ├── cq_object_inspector.py
│   │   ├── debugger.py
│   │   ├── editor.py
│   │   ├── __init__.py
│   │   ├── log.py
│   │   ├── object_tree.py
│   │   ├── __pycache__
│   │   │   ├── console.cpython-37.pyc
│   │   │   ├── cq_object_inspector.cpython-37.pyc
│   │   │   ├── debugger.cpython-37.pyc
│   │   │   ├── editor.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── log.cpython-37.pyc
│   │   │   ├── object_tree.cpython-37.pyc
│   │   │   ├── traceback_viewer.cpython-37.pyc
│   │   │   └── viewer.cpython-37.pyc
│   │   ├── traceback_viewer.py
│   │   └── viewer.py
│   └── CQ_editor-0.1.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 49 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment