Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 05:43
Show Gist options
  • Save ryantm/257f038397a07ee9f3d7e94beac7d189 to your computer and use it in GitHub Desktop.
Save ryantm/257f038397a07ee9f3d7e94beac7d189 to your computer and use it in GitHub Desktop.
/nix/store/hd4fb58ndbz4lwah13m0gnv97068895c-python3.6-shellingham-1.2.7
├── lib
│   └── python3.6
│   └── site-packages
│   ├── shellingham
│   │   ├── _core.py
│   │   ├── __init__.py
│   │   ├── nt.py
│   │   ├── posix
│   │   │   ├── _core.py
│   │   │   ├── __init__.py
│   │   │   ├── proc.py
│   │   │   ├── ps.py
│   │   │   └── __pycache__
│   │   │   ├── _core.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── proc.cpython-36.pyc
│   │   │   └── ps.cpython-36.pyc
│   │   └── __pycache__
│   │   ├── _core.cpython-36.pyc
│   │   ├── __init__.cpython-36.pyc
│   │   └── nt.cpython-36.pyc
│   └── shellingham-1.2.7.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
9 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment