Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 9, 2018 07:58
Show Gist options
  • Save ryantm/d37ee45e89cff0d3d0f18714a284c896 to your computer and use it in GitHub Desktop.
Save ryantm/d37ee45e89cff0d3d0f18714a284c896 to your computer and use it in GitHub Desktop.
/nix/store/44mklpg45ai8p710lhwhj8dwlsgr0sqm-python3.6-dropbox-9.1.0
├── lib
│   └── python3.6
│   └── site-packages
│   ├── dropbox
│   │   ├── async_.py
│   │   ├── async.py
│   │   ├── auth.py
│   │   ├── base.py
│   │   ├── base_team.py
│   │   ├── common.py
│   │   ├── dropbox.py
│   │   ├── exceptions.py
│   │   ├── file_properties.py
│   │   ├── file_requests.py
│   │   ├── files.py
│   │   ├── __init__.py
│   │   ├── oauth.py
│   │   ├── paper.py
│   │   ├── __pycache__
│   │   │   ├── async_.cpython-36.pyc
│   │   │   ├── async.cpython-36.pyc
│   │   │   ├── auth.cpython-36.pyc
│   │   │   ├── base.cpython-36.pyc
│   │   │   ├── base_team.cpython-36.pyc
│   │   │   ├── common.cpython-36.pyc
│   │   │   ├── dropbox.cpython-36.pyc
│   │   │   ├── exceptions.cpython-36.pyc
│   │   │   ├── file_properties.cpython-36.pyc
│   │   │   ├── file_requests.cpython-36.pyc
│   │   │   ├── files.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── oauth.cpython-36.pyc
│   │   │   ├── paper.cpython-36.pyc
│   │   │   ├── seen_state.cpython-36.pyc
│   │   │   ├── session.cpython-36.pyc
│   │   │   ├── sharing.cpython-36.pyc
│   │   │   ├── stone_base.cpython-36.pyc
│   │   │   ├── stone_serializers.cpython-36.pyc
│   │   │   ├── stone_validators.cpython-36.pyc
│   │   │   ├── team_common.cpython-36.pyc
│   │   │   ├── team.cpython-36.pyc
│   │   │   ├── team_log.cpython-36.pyc
│   │   │   ├── team_policies.cpython-36.pyc
│   │   │   ├── users_common.cpython-36.pyc
│   │   │   └── users.cpython-36.pyc
│   │   ├── seen_state.py
│   │   ├── session.py
│   │   ├── sharing.py
│   │   ├── stone_base.py
│   │   ├── stone_serializers.py
│   │   ├── stone_validators.py
│   │   ├── team_common.py
│   │   ├── team_log.py
│   │   ├── team_policies.py
│   │   ├── team.py
│   │   ├── trusted-certs.crt
│   │   ├── users_common.py
│   │   └── users.py
│   └── dropbox-9.1.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 60 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment