Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 22, 2019 23:42
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/9a3a511698a63fe18e658e794d1fd5e4 to your computer and use it in GitHub Desktop.
Save ryantm/9a3a511698a63fe18e658e794d1fd5e4 to your computer and use it in GitHub Desktop.
/nix/store/bx5hzc0h8813xpbxvg522dz16k1zc2g6-python3.7-sniffio-1.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── sniffio
│   │   ├── _impl.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── _impl.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── _tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test_sniffio.cpython-37.pyc
│   │   │   └── test_sniffio.py
│   │   └── _version.py
│   └── sniffio-1.1.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── LICENSE.APACHE2
│   ├── LICENSE.MIT
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment