Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 17, 2019 18:47
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/15a3e459a91f08c37cc45cf4fdaa299d to your computer and use it in GitHub Desktop.
Save ryantm/15a3e459a91f08c37cc45cf4fdaa299d to your computer and use it in GitHub Desktop.
/nix/store/gjbn2axc3z5nbpfhnziykr63kqgcfgdc-python3.7-ijson-2.4
├── lib
│   └── python3.7
│   └── site-packages
│   ├── ijson
│   │   ├── backends
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── python.cpython-37.pyc
│   │   │   │   ├── yajl2_c.cpython-37.pyc
│   │   │   │   ├── yajl2_cffi.cpython-37.pyc
│   │   │   │   ├── yajl2.cpython-37.pyc
│   │   │   │   └── yajl.cpython-37.pyc
│   │   │   ├── python.py
│   │   │   ├── yajl2_cffi.py
│   │   │   ├── yajl2_c.py
│   │   │   ├── yajl2.py
│   │   │   └── yajl.py
│   │   ├── common.py
│   │   ├── compat.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   └── utils.py
│   └── ijson-2.4.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment