Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 6, 2019 18:07
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/880299d2c5de2e176f0d682d56ca6da2 to your computer and use it in GitHub Desktop.
Save ryantm/880299d2c5de2e176f0d682d56ca6da2 to your computer and use it in GitHub Desktop.
/nix/store/wfcgd548wy75lxdwyfgqvxijs0pcssks-toot-0.20.0
├── bin
│   └── toot
├── lib
│   └── python3.7
│   └── 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-37.pyc
│   │   │   ├── auth.cpython-37.pyc
│   │   │   ├── commands.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── config_legacy.cpython-37.pyc
│   │   │   ├── console.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── http.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── logging.cpython-37.pyc
│   │   │   ├── output.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── ui
│   │   │   ├── app.py
│   │   │   ├── __init__.py
│   │   │   ├── parsers.py
│   │   │   ├── __pycache__
│   │   │   │   ├── app.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── parsers.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   └── utils.py
│   │   └── utils.py
│   └── toot-0.20.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment