Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 11:46
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/24201908410de5230e024bdaa1524996 to your computer and use it in GitHub Desktop.
Save r-ryantm/24201908410de5230e024bdaa1524996 to your computer and use it in GitHub Desktop.
/nix/store/5wz31qpyjacqw00ci4rc3mpv5qr5xh2c-python3.7-aioftp-0.18.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── aioftp
│   │   ├── client.py
│   │   ├── common.py
│   │   ├── errors.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── pathio.py
│   │   ├── __pycache__
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── pathio.cpython-37.pyc
│   │   │   └── server.cpython-37.pyc
│   │   └── server.py
│   └── aioftp-0.18.1.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── license.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment