Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 10, 2020 14:43
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/73f1cb84d597fd30b8c88d2f0c9619e2 to your computer and use it in GitHub Desktop.
Save r-ryantm/73f1cb84d597fd30b8c88d2f0c9619e2 to your computer and use it in GitHub Desktop.
/nix/store/3rh2g2hrbia47j27q25gzj4xqg54yg67-python3.7-awkward-0.14.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── awkward
│   │   ├── array
│   │   │   ├── base.py
│   │   │   ├── chunked.py
│   │   │   ├── indexed.py
│   │   │   ├── __init__.py
│   │   │   ├── jagged.py
│   │   │   ├── masked.py
│   │   │   ├── objects.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── chunked.cpython-37.pyc
│   │   │   │   ├── indexed.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── jagged.cpython-37.pyc
│   │   │   │   ├── masked.cpython-37.pyc
│   │   │   │   ├── objects.cpython-37.pyc
│   │   │   │   ├── table.cpython-37.pyc
│   │   │   │   ├── union.cpython-37.pyc
│   │   │   │   └── virtual.cpython-37.pyc
│   │   │   ├── table.py
│   │   │   ├── union.py
│   │   │   └── virtual.py
│   │   ├── arrow.py
│   │   ├── generate.py
│   │   ├── __init__.py
│   │   ├── pandas.py
│   │   ├── persist.py
│   │   ├── __pycache__
│   │   │   ├── arrow.cpython-37.pyc
│   │   │   ├── generate.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── pandas.cpython-37.pyc
│   │   │   ├── persist.cpython-37.pyc
│   │   │   ├── type.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── type.py
│   │   ├── util.py
│   │   └── version.py
│   └── awkward-0.14.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 45 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment