Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 2, 2019 14:22
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/380d5226f03f9b917d4eb501b1a4ca63 to your computer and use it in GitHub Desktop.
Save ryantm/380d5226f03f9b917d4eb501b1a4ca63 to your computer and use it in GitHub Desktop.
/nix/store/dj3gx0q1jl32bs9mdbbysmnr194krjb0-python3.7-awkward-0.10.3
├── 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.10.3.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