Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 2, 2019 10:50
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/cea1c1bc17fd9f70b7822218f9871d86 to your computer and use it in GitHub Desktop.
Save ryantm/cea1c1bc17fd9f70b7822218f9871d86 to your computer and use it in GitHub Desktop.
/nix/store/vaab4lw6aw2gm7qrmpq3x3lcbimhblfa-python3.7-dropbox-9.4.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── dropbox
│   │   ├── async_.py
│   │   ├── async.py
│   │   ├── auth.py
│   │   ├── base.py
│   │   ├── base_team.py
│   │   ├── common.py
│   │   ├── contacts.py
│   │   ├── dropbox.py
│   │   ├── exceptions.py
│   │   ├── file_properties.py
│   │   ├── file_requests.py
│   │   ├── files.py
│   │   ├── __init__.py
│   │   ├── oauth.py
│   │   ├── paper.py
│   │   ├── __pycache__
│   │   │   ├── async_.cpython-37.pyc
│   │   │   ├── async.cpython-37.pyc
│   │   │   ├── auth.cpython-37.pyc
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── base_team.cpython-37.pyc
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── contacts.cpython-37.pyc
│   │   │   ├── dropbox.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── file_properties.cpython-37.pyc
│   │   │   ├── file_requests.cpython-37.pyc
│   │   │   ├── files.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── oauth.cpython-37.pyc
│   │   │   ├── paper.cpython-37.pyc
│   │   │   ├── seen_state.cpython-37.pyc
│   │   │   ├── session.cpython-37.pyc
│   │   │   ├── sharing.cpython-37.pyc
│   │   │   ├── stone_base.cpython-37.pyc
│   │   │   ├── stone_serializers.cpython-37.pyc
│   │   │   ├── stone_validators.cpython-37.pyc
│   │   │   ├── team_common.cpython-37.pyc
│   │   │   ├── team.cpython-37.pyc
│   │   │   ├── team_log.cpython-37.pyc
│   │   │   ├── team_policies.cpython-37.pyc
│   │   │   ├── users_common.cpython-37.pyc
│   │   │   └── users.cpython-37.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.4.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 62 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment