dropbox


Namedropbox JSON
Version 12.0.2 PyPI version JSON
download
home_pagehttp://www.dropbox.com/developers
SummaryOfficial Dropbox API Client
upload_time2024-06-03 16:45:30
maintainerNone
docs_urlNone
authorDropbox
requires_pythonNone
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. image:: https://cfl.dropboxstatic.com/static/images/sdk/python_banner.png
    :target: https://github.com/dropbox/dropbox-sdk-python

.. image:: https://img.shields.io/pypi/pyversions/dropbox.svg
    :target: https://pypi.python.org/pypi/dropbox

.. image:: https://img.shields.io/pypi/v/dropbox.svg
    :target: https://pypi.python.org/pypi/dropbox

.. image:: https://codecov.io/gh/dropbox/dropbox-sdk-python/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/dropbox/dropbox-sdk-python

The offical Dropbox SDK for Python.

Documentation can be found on `Read The Docs`_.

Installation
============

Create an app via the `Developer Console`_.

Install via `pip <https://pip.pypa.io/>`_:

.. code-block:: console

    $ pip install dropbox

Install from source:

.. code-block:: console

    $ git clone git://github.com/dropbox/dropbox-sdk-python.git
    $ cd dropbox-sdk-python
    $ python setup.py install

After installation, follow one of our `Examples`_ or read the documentation on `Read The Docs`_.

You can also view our `OAuth Guide`_.

Examples
========

We provide `Examples`_ to help get you started with a lot of the basic functionality in the SDK.

- **OAuth**
    - `Commandline OAuth Basic <https://github.com/dropbox/dropbox-sdk-python/blob/main/example/oauth/commandline-oauth.py>`_ - Shows a simple example of commandline oauth (no redirect).
    - `Commandline OAuth Scopes <https://github.com/dropbox/dropbox-sdk-python/blob/main/example/oauth/commandline-oauth-scopes.py>`_ - Shows a simple example of commandline oauth using scopes.
    - `Commandline OAuth PKCE <https://github.com/dropbox/dropbox-sdk-python/blob/main/example/oauth/commandline-oauth-pkce.py>`_ - Shows a simple example of commandline oauth using PKCE.
- **Other Examples**
    - `Updown <https://github.com/dropbox/dropbox-sdk-python/blob/main/example/updown.py>`_ - Sample application that uploads the contents of your ``Downloads`` folder to Dropbox.
    - `Backup and Restore <https://github.com/dropbox/dropbox-sdk-python/tree/main/example/back-up-and-restore>`_ - Sample application that shows how you can backup a file and restore previous versions if the file was modified/corrupted in any way.

Getting Help
============

If you find a bug, please see `CONTRIBUTING.md`_ for information on how to report it.

If you need help that is not specific to this SDK, please reach out to `Dropbox Support`_.

License
=======

This SDK is distributed under the MIT license, please see `LICENSE`_ for more information.

.. _logo: {logo_link}
.. _repo: https://github.com/dropbox/dropbox-sdk-python
.. _`Read The Docs`: http://dropbox-sdk-python.readthedocs.org
.. _`Examples`: https://github.com/dropbox/dropbox-sdk-python/tree/main/example
.. _LICENSE: https://github.com/dropbox/dropbox-sdk-python/blob/main/LICENSE
.. _CONTRIBUTING.md: https://github.com/dropbox/dropbox-sdk-python/blob/main/CONTRIBUTING.md
.. _Developer Console: https://dropbox.com/developers/apps
.. _OAuth Guide: https://www.dropbox.com/lp/developers/reference/oauth-guide
.. _`Dropbox Support`: https://www.dropbox.com/developers/contact


            

Raw data

            {
    "_id": null,
    "home_page": "http://www.dropbox.com/developers",
    "name": "dropbox",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Dropbox",
    "author_email": "dev-platform@dropbox.com",
    "download_url": "https://files.pythonhosted.org/packages/9e/56/ac085f58e8e0d0bcafdf98c2605e454ac946e3d0c72679669ae112dc30be/dropbox-12.0.2.tar.gz",
    "platform": null,
    "description": ".. 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 <https://pip.pypa.io/>`_:\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 <https://github.com/dropbox/dropbox-sdk-python/blob/main/example/oauth/commandline-oauth.py>`_ - Shows a simple example of commandline oauth (no redirect).\n    - `Commandline OAuth Scopes <https://github.com/dropbox/dropbox-sdk-python/blob/main/example/oauth/commandline-oauth-scopes.py>`_ - Shows a simple example of commandline oauth using scopes.\n    - `Commandline OAuth PKCE <https://github.com/dropbox/dropbox-sdk-python/blob/main/example/oauth/commandline-oauth-pkce.py>`_ - Shows a simple example of commandline oauth using PKCE.\n- **Other Examples**\n    - `Updown <https://github.com/dropbox/dropbox-sdk-python/blob/main/example/updown.py>`_ - Sample application that uploads the contents of your ``Downloads`` folder to Dropbox.\n    - `Backup and Restore <https://github.com/dropbox/dropbox-sdk-python/tree/main/example/back-up-and-restore>`_ - 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\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Official Dropbox API Client",
    "version": "12.0.2",
    "project_urls": {
        "Homepage": "http://www.dropbox.com/developers",
        "Source": "https://github.com/dropbox/dropbox-sdk-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fe601cd1d6aecade0942c36ca7094903bfc5a536d649f29cc9622d25dcdc0f8",
                "md5": "f0429fed785da886ea92455f76d6e648",
                "sha256": "4b8207a9f4afd33726ec886c0d223f4bbc42fe649b87718690a24704f5e24c0c"
            },
            "downloads": -1,
            "filename": "dropbox-12.0.2-py2-none-any.whl",
            "has_sig": false,
            "md5_digest": "f0429fed785da886ea92455f76d6e648",
            "packagetype": "bdist_wheel",
            "python_version": "py2",
            "requires_python": null,
            "size": 572079,
            "upload_time": "2024-06-03T16:45:30",
            "upload_time_iso_8601": "2024-06-03T16:45:30.572437Z",
            "url": "https://files.pythonhosted.org/packages/1f/e6/01cd1d6aecade0942c36ca7094903bfc5a536d649f29cc9622d25dcdc0f8/dropbox-12.0.2-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2dde95d8204d9a20fbdb353c5f8e4229b0fcb90f22b96f8246ff1f47c8a45fd5",
                "md5": "f8d3325c2ea3198450668553d94c2e9d",
                "sha256": "c5b7e9c2668adb6b12dcecd84342565dc50f7d35ab6a748d155cb79040979d1c"
            },
            "downloads": -1,
            "filename": "dropbox-12.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f8d3325c2ea3198450668553d94c2e9d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 572076,
            "upload_time": "2024-06-03T16:45:28",
            "upload_time_iso_8601": "2024-06-03T16:45:28.153978Z",
            "url": "https://files.pythonhosted.org/packages/2d/de/95d8204d9a20fbdb353c5f8e4229b0fcb90f22b96f8246ff1f47c8a45fd5/dropbox-12.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e56ac085f58e8e0d0bcafdf98c2605e454ac946e3d0c72679669ae112dc30be",
                "md5": "15e6d84aaef17ec2166e80ea6b390f07",
                "sha256": "50057fd5ad5fcf047f542dfc6747a896e7ef982f1b5f8500daf51f3abd609962"
            },
            "downloads": -1,
            "filename": "dropbox-12.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "15e6d84aaef17ec2166e80ea6b390f07",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 560236,
            "upload_time": "2024-06-03T16:45:30",
            "upload_time_iso_8601": "2024-06-03T16:45:30.448719Z",
            "url": "https://files.pythonhosted.org/packages/9e/56/ac085f58e8e0d0bcafdf98c2605e454ac946e3d0c72679669ae112dc30be/dropbox-12.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-03 16:45:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dropbox",
    "github_project": "dropbox-sdk-python",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "dropbox"
}
        
Elapsed time: 0.24582s