Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 11:28
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/f394a8f915f8fa5d785fe211bdbf5f70 to your computer and use it in GitHub Desktop.
Save r-ryantm/f394a8f915f8fa5d785fe211bdbf5f70 to your computer and use it in GitHub Desktop.
/nix/store/g60w95d3r1qhk8q69yk849m2vmh76daj-python3.7-aioconsole-0.3.0
├── bin
│   └── apython
├── lib
│   └── python3.7
│   └── site-packages
│   ├── aioconsole
│   │   ├── apython.py
│   │   ├── command.py
│   │   ├── compat.py
│   │   ├── console.py
│   │   ├── events.py
│   │   ├── execute.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── apython.cpython-37.pyc
│   │   │   ├── command.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── console.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.3.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 31 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment