Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 13:26
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/207b938bcac45847fa58d378c01c8069 to your computer and use it in GitHub Desktop.
Save ryantm/207b938bcac45847fa58d378c01c8069 to your computer and use it in GitHub Desktop.
/nix/store/w8mng9fg0k07zg3mqak830xdrqvvd87g-python3.7-awkward-0.8.7
├── 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
│   │   ├── persist.py
│   │   ├── __pycache__
│   │   │   ├── arrow.cpython-37.pyc
│   │   │   ├── generate.cpython-37.pyc
│   │   │   ├── __init__.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.8.7.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment