Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 23, 2020 12:48
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/40cfdaf278bbbf8eb79f838efe625da3 to your computer and use it in GitHub Desktop.
Save r-ryantm/40cfdaf278bbbf8eb79f838efe625da3 to your computer and use it in GitHub Desktop.
/nix/store/2ba6m7fvpjgral6i6jb5x4yj1fp65z48-python2.7-pid-3.0.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── pid
│   │   ├── base.py
│   │   ├── base.pyc
│   │   ├── decorator.py
│   │   ├── decorator.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── posix.py
│   │   ├── posix.pyc
│   │   ├── utils.py
│   │   ├── utils.pyc
│   │   ├── win32.py
│   │   └── win32.pyc
│   └── pid-3.0.0.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
6 directories, 21 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment