Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 03:41
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/b5e14a76b325e56f10b90166a91fd700 to your computer and use it in GitHub Desktop.
Save ryantm/b5e14a76b325e56f10b90166a91fd700 to your computer and use it in GitHub Desktop.
/nix/store/axyk5k8wajkqrkiriia31mmv2hvlg6gv-python3.7-aioconsole-0.1.15
├── 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.15.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