Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 16:52
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/b4cba6fc1d444cf9e94a0e540db3c95d to your computer and use it in GitHub Desktop.
Save ryantm/b4cba6fc1d444cf9e94a0e540db3c95d to your computer and use it in GitHub Desktop.
/nix/store/kig6z6q6kdppn1mxs3s4r60gqc5hj8q4-python3.7-uproot-3.8.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── uproot
│   │   ├── cache.py
│   │   ├── _connect
│   │   │   ├── __init__.py
│   │   │   ├── _pandas.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _pandas.cpython-37.pyc
│   │   ├── const.py
│   │   ├── _help.py
│   │   ├── __init__.py
│   │   ├── interp
│   │   │   ├── auto.py
│   │   │   ├── __init__.py
│   │   │   ├── interp.py
│   │   │   ├── jagged.py
│   │   │   ├── numerical.py
│   │   │   ├── objects.py
│   │   │   └── __pycache__
│   │   │   ├── auto.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── interp.cpython-37.pyc
│   │   │   ├── jagged.cpython-37.pyc
│   │   │   ├── numerical.cpython-37.pyc
│   │   │   └── objects.cpython-37.pyc
│   │   ├── pandas.py
│   │   ├── __pycache__
│   │   │   ├── cache.cpython-37.pyc
│   │   │   ├── const.cpython-37.pyc
│   │   │   ├── _help.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── pandas.cpython-37.pyc
│   │   │   ├── rootio.cpython-37.pyc
│   │   │   ├── tree.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── rootio.py
│   │   ├── source
│   │   │   ├── chunked.py
│   │   │   ├── compressed.py
│   │   │   ├── cursor.py
│   │   │   ├── file.py
│   │   │   ├── http.py
│   │   │   ├── __init__.py
│   │   │   ├── memmap.py
│   │   │   ├── __pycache__
│   │   │   │   ├── chunked.cpython-37.pyc
│   │   │   │   ├── compressed.cpython-37.pyc
│   │   │   │   ├── cursor.cpython-37.pyc
│   │   │   │   ├── file.cpython-37.pyc
│   │   │   │   ├── http.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── memmap.cpython-37.pyc
│   │   │   │   ├── source.cpython-37.pyc
│   │   │   │   └── xrootd.cpython-37.pyc
│   │   │   ├── source.py
│   │   │   └── xrootd.py
│   │   ├── tree.py
│   │   ├── version.py
│   │   └── write
│   │   ├── compress.py
│   │   ├── __init__.py
│   │   ├── objects
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── TH.cpython-37.pyc
│   │   │   │   └── TObjString.cpython-37.pyc
│   │   │   ├── TH.py
│   │   │   └── TObjString.py
│   │   ├── __pycache__
│   │   │   ├── compress.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── streamers.cpython-37.pyc
│   │   │   ├── TDirectory.cpython-37.pyc
│   │   │   ├── TFile.cpython-37.pyc
│   │   │   ├── TFree.cpython-37.pyc
│   │   │   ├── TKey.cpython-37.pyc
│   │   │   └── util.cpython-37.pyc
│   │   ├── sink
│   │   │   ├── cursor.py
│   │   │   ├── file.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── cursor.cpython-37.pyc
│   │   │   ├── file.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── streamers.py
│   │   ├── TDirectory.py
│   │   ├── TFile.py
│   │   ├── TFree.py
│   │   ├── TKey.py
│   │   └── util.py
│   └── uproot-3.8.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
19 directories, 85 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment