Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 10, 2020 15:50
Show Gist options
  • Save r-ryantm/17a4367ea9fe4541e4113f60b0ac4406 to your computer and use it in GitHub Desktop.
Save r-ryantm/17a4367ea9fe4541e4113f60b0ac4406 to your computer and use it in GitHub Desktop.
/nix/store/pc13hby7yijbp07icvgqvjrb19wn6qwm-python3.7-aioconsole-0.3.1
├── 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.1.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 32 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment