Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 21, 2018 15:23
Show Gist options
  • Save ryantm/622ae78d0b503c65010d26d3865c9049 to your computer and use it in GitHub Desktop.
Save ryantm/622ae78d0b503c65010d26d3865c9049 to your computer and use it in GitHub Desktop.
/nix/store/mbk0df2fq30ysv6iz9bcmzpvyv5pas0d-toot-0.19.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.19.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