{"id":13412256,"url":"https://github.com/dropbox/dropbox-sdk-python","last_synced_at":"2025-03-14T18:30:58.512Z","repository":{"id":33694489,"uuid":"37347427","full_name":"dropbox/dropbox-sdk-python","owner":"dropbox","description":"The Official Dropbox API V2 SDK for Python","archived":false,"fork":false,"pushed_at":"2024-06-03T16:43:53.000Z","size":7436,"stargazers_count":939,"open_issues_count":47,"forks_count":321,"subscribers_count":63,"default_branch":"main","last_synced_at":"2024-12-17T01:03:32.010Z","etag":null,"topics":["dropbox","dropbox-sdk","dropbox-v2","python","sdk","sdk-python"],"latest_commit_sha":null,"homepage":"https://www.dropbox.com/developers","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dropbox.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-06-12T22:23:27.000Z","updated_at":"2024-12-03T04:45:32.000Z","dependencies_parsed_at":"2024-01-17T00:54:26.272Z","dependency_job_id":"511d9b7a-978a-4909-8765-c5f57c82a70c","html_url":"https://github.com/dropbox/dropbox-sdk-python","commit_stats":{"total_commits":281,"total_committers":41,"mean_commits":6.853658536585366,"dds":0.7793594306049823,"last_synced_commit":"487793dff3c5a8a3a76010799dc4803cabdb70f3"},"previous_names":[],"tags_count":109,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropbox%2Fdropbox-sdk-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropbox%2Fdropbox-sdk-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropbox%2Fdropbox-sdk-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropbox%2Fdropbox-sdk-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dropbox","download_url":"https://codeload.github.com/dropbox/dropbox-sdk-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243625064,"owners_count":20321226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dropbox","dropbox-sdk","dropbox-v2","python","sdk","sdk-python"],"created_at":"2024-07-30T20:01:22.682Z","updated_at":"2025-03-14T18:30:57.987Z","avatar_url":"https://github.com/dropbox.png","language":"Python","readme":".. image:: https://cfl.dropboxstatic.com/static/images/sdk/python_banner.png\n    :target: https://github.com/dropbox/dropbox-sdk-python\n\n.. image:: https://img.shields.io/pypi/pyversions/dropbox.svg\n    :target: https://pypi.python.org/pypi/dropbox\n\n.. image:: https://img.shields.io/pypi/v/dropbox.svg\n    :target: https://pypi.python.org/pypi/dropbox\n\n.. image:: https://codecov.io/gh/dropbox/dropbox-sdk-python/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/dropbox/dropbox-sdk-python\n\nThe offical Dropbox SDK for Python.\n\nDocumentation can be found on `Read The Docs`_.\n\nInstallation\n============\n\nCreate an app via the `Developer Console`_.\n\nInstall via `pip \u003chttps://pip.pypa.io/\u003e`_:\n\n.. code-block:: console\n\n    $ pip install dropbox\n\nInstall from source:\n\n.. code-block:: console\n\n    $ git clone git://github.com/dropbox/dropbox-sdk-python.git\n    $ cd dropbox-sdk-python\n    $ python setup.py install\n\nAfter installation, follow one of our `Examples`_ or read the documentation on `Read The Docs`_.\n\nYou can also view our `OAuth Guide`_.\n\nExamples\n========\n\nWe provide `Examples`_ to help get you started with a lot of the basic functionality in the SDK.\n\n- **OAuth**\n    - `Commandline OAuth Basic \u003chttps://github.com/dropbox/dropbox-sdk-python/blob/main/example/oauth/commandline-oauth.py\u003e`_ - Shows a simple example of commandline oauth (no redirect).\n    - `Commandline OAuth Scopes \u003chttps://github.com/dropbox/dropbox-sdk-python/blob/main/example/oauth/commandline-oauth-scopes.py\u003e`_ - Shows a simple example of commandline oauth using scopes.\n    - `Commandline OAuth PKCE \u003chttps://github.com/dropbox/dropbox-sdk-python/blob/main/example/oauth/commandline-oauth-pkce.py\u003e`_ - Shows a simple example of commandline oauth using PKCE.\n- **Other Examples**\n    - `Updown \u003chttps://github.com/dropbox/dropbox-sdk-python/blob/main/example/updown.py\u003e`_ - Sample application that uploads the contents of your ``Downloads`` folder to Dropbox.\n    - `Backup and Restore \u003chttps://github.com/dropbox/dropbox-sdk-python/tree/main/example/back-up-and-restore\u003e`_ - Sample application that shows how you can backup a file and restore previous versions if the file was modified/corrupted in any way.\n\nGetting Help\n============\n\nIf you find a bug, please see `CONTRIBUTING.md`_ for information on how to report it.\n\nIf you need help that is not specific to this SDK, please reach out to `Dropbox Support`_.\n\nLicense\n=======\n\nThis SDK is distributed under the MIT license, please see `LICENSE`_ for more information.\n\n.. _logo: {logo_link}\n.. _repo: https://github.com/dropbox/dropbox-sdk-python\n.. _`Read The Docs`: http://dropbox-sdk-python.readthedocs.org\n.. _`Examples`: https://github.com/dropbox/dropbox-sdk-python/tree/main/example\n.. _LICENSE: https://github.com/dropbox/dropbox-sdk-python/blob/main/LICENSE\n.. _CONTRIBUTING.md: https://github.com/dropbox/dropbox-sdk-python/blob/main/CONTRIBUTING.md\n.. _Developer Console: https://dropbox.com/developers/apps\n.. _OAuth Guide: https://www.dropbox.com/lp/developers/reference/oauth-guide\n.. _`Dropbox Support`: https://www.dropbox.com/developers/contact","funding_links":[],"categories":["Python","SDKs"],"sub_categories":["Python SDK"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdropbox%2Fdropbox-sdk-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdropbox%2Fdropbox-sdk-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdropbox%2Fdropbox-sdk-python/lists"}