Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 15, 2018 00:09
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/c5e7097f164e9f85393196f3acaabb9e to your computer and use it in GitHub Desktop.
Save ryantm/c5e7097f164e9f85393196f3acaabb9e to your computer and use it in GitHub Desktop.
/nix/store/spfzcklvkbvm5dx6pbgr0mxylgpfv7dx-python3.7-aioconsole-0.1.11
├── bin
│   └── apython
├── lib
│   └── python3.7
│   └── site-packages
│   ├── aioconsole
│   │   ├── apython.py
│   │   ├── code.py
│   │   ├── command.py
│   │   ├── compat.py
│   │   ├── events.py
│   │   ├── execute.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── apython.cpython-37.pyc
│   │   │   ├── code.cpython-37.pyc
│   │   │   ├── command.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── events.cpython-37.pyc
│   │   │   ├── execute.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── rlwrap.cpython-37.pyc
│   │   │   ├── server.cpython-37.pyc
│   │   │   └── stream.cpython-37.pyc
│   │   ├── rlwrap.py
│   │   ├── server.py
│   │   └── stream.py
│   └── aioconsole-0.1.11.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment