Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 10, 2020 13:03
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 r-ryantm/7050b964d8be9623b53aa74ebfba9bff to your computer and use it in GitHub Desktop.
Save r-ryantm/7050b964d8be9623b53aa74ebfba9bff to your computer and use it in GitHub Desktop.
/nix/store/jyndl0f8ajzgbq2g001vcrfh0yw0h1qy-python3.7-dropbox-10.8.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── dropbox
│   │   ├── account.py
│   │   ├── async.py
│   │   ├── async_.py
│   │   ├── auth.py
│   │   ├── base.py
│   │   ├── base_team.py
│   │   ├── check.py
│   │   ├── common.py
│   │   ├── contacts.py
│   │   ├── dropbox.py
│   │   ├── exceptions.py
│   │   ├── file_properties.py
│   │   ├── file_requests.py
│   │   ├── files.py
│   │   ├── __init__.py
│   │   ├── oauth.py
│   │   ├── paper.py
│   │   ├── __pycache__
│   │   │   ├── account.cpython-37.pyc
│   │   │   ├── async.cpython-37.pyc
│   │   │   ├── async_.cpython-37.pyc
│   │   │   ├── auth.cpython-37.pyc
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── base_team.cpython-37.pyc
│   │   │   ├── check.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
│   │   │   ├── secondary_emails.cpython-37.pyc
│   │   │   ├── seen_state.cpython-37.pyc
│   │   │   ├── session.cpython-37.pyc
│   │   │   ├── sharing.cpython-37.pyc
│   │   │   ├── stone_base.cpython-37.pyc
│   │   │   ├── stone_fixtures.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
│   │   ├── secondary_emails.py
│   │   ├── seen_state.py
│   │   ├── session.py
│   │   ├── sharing.py
│   │   ├── stone_base.py
│   │   ├── stone_fixtures.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-10.8.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 72 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment