Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 19, 2018 04:32
Show Gist options
  • Save ryantm/a202deb57487abab3f68139efcdf7e07 to your computer and use it in GitHub Desktop.
Save ryantm/a202deb57487abab3f68139efcdf7e07 to your computer and use it in GitHub Desktop.
/nix/store/bhs5n438kn33h9v1r27m27zb27z0pvmw-toot-0.18.0
├── bin
│   └── toot
├── lib
│   └── python3.6
│   └── site-packages
│   ├── toot
│   │   ├── api.py
│   │   ├── auth.py
│   │   ├── commands.py
│   │   ├── config_legacy.py
│   │   ├── config.py
│   │   ├── console.py
│   │   ├── exceptions.py
│   │   ├── http.py
│   │   ├── __init__.py
│   │   ├── logging.py
│   │   ├── output.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-36.pyc
│   │   │   ├── auth.cpython-36.pyc
│   │   │   ├── commands.cpython-36.pyc
│   │   │   ├── config.cpython-36.pyc
│   │   │   ├── config_legacy.cpython-36.pyc
│   │   │   ├── console.cpython-36.pyc
│   │   │   ├── exceptions.cpython-36.pyc
│   │   │   ├── http.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── logging.cpython-36.pyc
│   │   │   ├── output.cpython-36.pyc
│   │   │   └── utils.cpython-36.pyc
│   │   ├── ui
│   │   │   ├── app.py
│   │   │   ├── __init__.py
│   │   │   ├── parsers.py
│   │   │   ├── __pycache__
│   │   │   │   ├── app.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── parsers.cpython-36.pyc
│   │   │   │   └── utils.cpython-36.pyc
│   │   │   └── utils.py
│   │   └── utils.py
│   └── toot-0.18.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment