Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 20:10
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/fd2c7d04bcceaadd7433c0a67f5f41ff to your computer and use it in GitHub Desktop.
Save ryantm/fd2c7d04bcceaadd7433c0a67f5f41ff to your computer and use it in GitHub Desktop.
/nix/store/5a1mfrp00kac1vz06602i6dndsaqk5xz-python3.7-uproot-3.10.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
│   │   │   │   ├── TTree.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   ├── TH.py
│   │   │   ├── TObjString.py
│   │   │   ├── TTree.py
│   │   │   └── util.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.10.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
19 directories, 89 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment