Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 16, 2019 05:40
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/16aede15c5f104d53f9626d0464498c1 to your computer and use it in GitHub Desktop.
Save ryantm/16aede15c5f104d53f9626d0464498c1 to your computer and use it in GitHub Desktop.
/nix/store/16rvh40q40z5mp0zd94kxw0zz79ha4ff-python3.7-shellingham-1.3.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── shellingham
│   │   ├── _core.py
│   │   ├── __init__.py
│   │   ├── nt.py
│   │   ├── posix
│   │   │   ├── _core.py
│   │   │   ├── __init__.py
│   │   │   ├── proc.py
│   │   │   ├── ps.py
│   │   │   └── __pycache__
│   │   │   ├── _core.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── proc.cpython-37.pyc
│   │   │   └── ps.cpython-37.pyc
│   │   └── __pycache__
│   │   ├── _core.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   └── nt.cpython-37.pyc
│   └── shellingham-1.3.1.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