Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2020 07:57
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/b2e3811d7de065866d235ba7b8cb9449 to your computer and use it in GitHub Desktop.
Save ryantm/b2e3811d7de065866d235ba7b8cb9449 to your computer and use it in GitHub Desktop.
/nix/store/4sfxiahh24b98z5a3ydf1n3lvfn2hbic-python2.7-awkward-0.12.19
├── lib
│   └── python2.7
│   └── site-packages
│   ├── awkward
│   │   ├── array
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── chunked.py
│   │   │   ├── chunked.pyc
│   │   │   ├── indexed.py
│   │   │   ├── indexed.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── jagged.py
│   │   │   ├── jagged.pyc
│   │   │   ├── masked.py
│   │   │   ├── masked.pyc
│   │   │   ├── objects.py
│   │   │   ├── objects.pyc
│   │   │   ├── table.py
│   │   │   ├── table.pyc
│   │   │   ├── union.py
│   │   │   ├── union.pyc
│   │   │   ├── virtual.py
│   │   │   └── virtual.pyc
│   │   ├── arrow.py
│   │   ├── arrow.pyc
│   │   ├── generate.py
│   │   ├── generate.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── pandas.py
│   │   ├── pandas.pyc
│   │   ├── persist.py
│   │   ├── persist.pyc
│   │   ├── type.py
│   │   ├── type.pyc
│   │   ├── util.py
│   │   ├── util.pyc
│   │   ├── version.py
│   │   └── version.pyc
│   └── awkward-0.12.19.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 43 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment