Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 9, 2020 19:14
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/93a905d8125ec39d057c494674a62eed to your computer and use it in GitHub Desktop.
Save r-ryantm/93a905d8125ec39d057c494674a62eed to your computer and use it in GitHub Desktop.
/nix/store/c0qkqsf6rlk8z1p8308rkrqardsk9mc1-python2.7-uproot-3.11.2
├── lib
│   └── python2.7
│   └── site-packages
│   ├── uproot
│   │   ├── cache.py
│   │   ├── cache.pyc
│   │   ├── _connect
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── _pandas.py
│   │   │   └── _pandas.pyc
│   │   ├── const.py
│   │   ├── const.pyc
│   │   ├── _help.py
│   │   ├── _help.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── interp
│   │   │   ├── auto.py
│   │   │   ├── auto.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── interp.py
│   │   │   ├── interp.pyc
│   │   │   ├── jagged.py
│   │   │   ├── jagged.pyc
│   │   │   ├── numerical.py
│   │   │   ├── numerical.pyc
│   │   │   ├── objects.py
│   │   │   └── objects.pyc
│   │   ├── pandas.py
│   │   ├── pandas.pyc
│   │   ├── rootio.py
│   │   ├── rootio.pyc
│   │   ├── source
│   │   │   ├── chunked.py
│   │   │   ├── chunked.pyc
│   │   │   ├── compressed.py
│   │   │   ├── compressed.pyc
│   │   │   ├── cursor.py
│   │   │   ├── cursor.pyc
│   │   │   ├── file.py
│   │   │   ├── file.pyc
│   │   │   ├── http.py
│   │   │   ├── http.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── memmap.py
│   │   │   ├── memmap.pyc
│   │   │   ├── source.py
│   │   │   ├── source.pyc
│   │   │   ├── xrootd.py
│   │   │   └── xrootd.pyc
│   │   ├── tree.py
│   │   ├── tree.pyc
│   │   ├── version.py
│   │   ├── version.pyc
│   │   └── write
│   │   ├── compress.py
│   │   ├── compress.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── objects
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── TH.py
│   │   │   ├── TH.pyc
│   │   │   ├── TObjString.py
│   │   │   ├── TObjString.pyc
│   │   │   ├── TTree.py
│   │   │   ├── TTree.pyc
│   │   │   ├── util.py
│   │   │   └── util.pyc
│   │   ├── sink
│   │   │   ├── cursor.py
│   │   │   ├── cursor.pyc
│   │   │   ├── file.py
│   │   │   ├── file.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── streamers.py
│   │   ├── streamers.pyc
│   │   ├── TDirectory.py
│   │   ├── TDirectory.pyc
│   │   ├── TFile.py
│   │   ├── TFile.pyc
│   │   ├── TFree.py
│   │   ├── TFree.pyc
│   │   ├── TKey.py
│   │   ├── TKey.pyc
│   │   ├── util.py
│   │   └── util.pyc
│   └── uproot-3.11.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 89 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment