Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 21, 2020 03:26
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/fbe92b7324eb337bee277f4e31b97893 to your computer and use it in GitHub Desktop.
Save r-ryantm/fbe92b7324eb337bee277f4e31b97893 to your computer and use it in GitHub Desktop.
/nix/store/nw0y7m6118qxqk1znvksrp571hcrq5q3-python3.7-pyee-8.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pyee
│   │   ├── _asyncio.py
│   │   ├── _base.py
│   │   ├── _compat.py
│   │   ├── _executor.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── _asyncio.cpython-37.pyc
│   │   │   ├── _base.cpython-37.pyc
│   │   │   ├── _compat.cpython-37.pyc
│   │   │   ├── _executor.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _trio.cpython-37.pyc
│   │   │   ├── _twisted.cpython-37.pyc
│   │   │   └── uplift.cpython-37.pyc
│   │   ├── _trio.py
│   │   ├── _twisted.py
│   │   └── uplift.py
│   └── pyee-8.1.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment