Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 08:28
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/c5aa654455d85a53e50e4322f9d28d37 to your computer and use it in GitHub Desktop.
Save r-ryantm/c5aa654455d85a53e50e4322f9d28d37 to your computer and use it in GitHub Desktop.
/nix/store/6chxzapxvpxgb2mycibavwnxa4airzms-python3.7-jupyterlab_git-0.22.1
├── etc
│   └── jupyter
│   └── jupyter_notebook_config.d
│   └── jupyterlab_git.json
├── lib
│   └── python3.7
│   └── site-packages
│   ├── jupyterlab_git
│   │   ├── git.py
│   │   ├── handlers.py
│   │   ├── __init__.py
│   │   ├── log.py
│   │   ├── __pycache__
│   │   │   ├── git.cpython-37.pyc
│   │   │   ├── handlers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── log.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_branch.cpython-37.pyc
│   │   │   │   ├── test_clone.cpython-37.pyc
│   │   │   │   ├── test_config.cpython-37.pyc
│   │   │   │   ├── test_detailed_log.cpython-37.pyc
│   │   │   │   ├── test_diff.cpython-37.pyc
│   │   │   │   ├── test_execute.cpython-37.pyc
│   │   │   │   ├── test_handlers.cpython-37.pyc
│   │   │   │   ├── test_ignore.cpython-37.pyc
│   │   │   │   ├── test_init.cpython-37.pyc
│   │   │   │   ├── test_pushpull.cpython-37.pyc
│   │   │   │   ├── test_remote.cpython-37.pyc
│   │   │   │   ├── test_settings.cpython-37.pyc
│   │   │   │   ├── test_status.cpython-37.pyc
│   │   │   │   ├── test_tag.cpython-37.pyc
│   │   │   │   └── testutils.cpython-37.pyc
│   │   │   ├── test_branch.py
│   │   │   ├── test_clone.py
│   │   │   ├── test_config.py
│   │   │   ├── test_detailed_log.py
│   │   │   ├── test_diff.py
│   │   │   ├── test_execute.py
│   │   │   ├── test_handlers.py
│   │   │   ├── test_ignore.py
│   │   │   ├── test_init.py
│   │   │   ├── test_pushpull.py
│   │   │   ├── test_remote.py
│   │   │   ├── test_settings.py
│   │   │   ├── test_status.py
│   │   │   ├── test_tag.py
│   │   │   └── testutils.py
│   │   └── _version.py
│   └── jupyterlab_git-0.22.1.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── jupyter
└── lab
└── extensions
└── jupyterlab-git-0.22.1.tgz
16 directories, 52 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment