Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 09:29
Show Gist options
  • Save ryantm/bba030d153157d59d3eab2900a2cb9e4 to your computer and use it in GitHub Desktop.
Save ryantm/bba030d153157d59d3eab2900a2cb9e4 to your computer and use it in GitHub Desktop.
/nix/store/hmbcs4rxr3bbghh5dqcynwnf5f9wijxi-python3.6-outcome-1.0.0
├── lib
│   └── python3.6
│   └── site-packages
│   ├── outcome
│   │   ├── _async.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── _async.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── _sync.cpython-36.pyc
│   │   │   ├── _util.cpython-36.pyc
│   │   │   └── _version.cpython-36.pyc
│   │   ├── _sync.py
│   │   ├── _util.py
│   │   └── _version.py
│   └── outcome-1.0.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── LICENSE.APACHE2
│   ├── LICENSE.MIT
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment