Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 10, 2020 16:16
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/9219947556a529b24babc4e5f366503b to your computer and use it in GitHub Desktop.
Save r-ryantm/9219947556a529b24babc4e5f366503b to your computer and use it in GitHub Desktop.
/nix/store/3liisqp1g9pzjincngj2c1v83ajc3jya-python3.7-itemadapter-0.2.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── itemadapter
│   │   ├── adapter.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── adapter.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   └── utils.py
│   └── itemadapter-0.2.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment