{
"info": {
"author": "Dropbox",
"author_email": "dev-platform@dropbox.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "Dropbox for Python\n==================\n\nA Python SDK for integrating with the Dropbox API v2. Compatible with Python\n2.7 and 3.4+. Documentation is available on `Read the Docs\n`_.\n\nSetup\n-----\n\nYou can install this package from the root directory by running::\n\n $ python setup.py install\n\nAfter installation, to get started, open a Python console::\n\n >>> import dropbox\n >>> dbx = dropbox.Dropbox(\"YOUR_ACCESS_TOKEN\")\n >>> dbx.users_get_current_account()\n\nCreating an Application\n-----------------------\n\nYou need to create an Dropbox Application to make API requests.\n\n- Go to https://dropbox.com/developers/apps.\n\nObtaining an Access Token\n-------------------------\n\nAll requests need to be made with an OAuth 2 access token. To get started, once\nyou've created an app, you can go to the app's console and generate an access\ntoken for your own Dropbox account.\n\nExamples\n--------\n\nAn example, `updown.py `_, can be found in the examples directory, which\ndemonstrates how to sync a local directory with a Dropbox.\n\nDocumentation\n-------------\n\nDocumentation can be compiled by running ``make html`` from the ``docs``\nfolder. After compilation, open ``docs/_build/html/index.html``. Alternatively,\nyou can read a hosted version from `Read the Docs\n`_.\n\nUpgrading from v1\n-----------------\n\nTo ease the transition to the new API and SDK, you can still use the old\n``dropbox.client.DropboxClient`` class. In fact, v2 and v1 can be used\nsimultaneously. Support for the old client will be dropped once the new SDK is\nat functional parity.\n\nRunning tests\n-------------\n\nWe use the `tox `_ package to run tests in Python\n2 and 3. To install, use `pip install tox`. Once installed, run `tox` from the\nroot directory. You'll need to specify a working Dropbox OAuth2 token::\n\n $ DROPBOX_TOKEN=YOUR_TOKEN tox\n\n",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://www.dropbox.com/developers",
"keywords": null,
"license": "Copyright (c) 2015 Dropbox Inc., http://www.dropbox.com/\n\n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n \"Software\"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n\n The above copyright notice and this permission notice shall be\n included in all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"maintainer": null,
"maintainer_email": null,
"name": "dropbox_compatiable",
"package_url": "https://pypi.org/project/dropbox_compatiable/",
"platform": "CPython 2.6,CPython 2.7",
"project_url": "https://pypi.org/project/dropbox_compatiable/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://www.dropbox.com/developers"
},
"release_url": "https://pypi.org/project/dropbox_compatiable/3.38/",
"requires_dist": null,
"requires_python": null,
"summary": "Official Dropbox API Client",
"version": "3.38"
},
"last_serial": 1811044,
"releases": {
"3.38": [
{
"comment_text": "",
"digests": {
"md5": "099c17e16062bd66b83c43a49cb9b57f",
"sha256": "2f1677466420b5739afbf30ea64a34df824505f6526b312e3edc2de180afec34"
},
"downloads": -1,
"filename": "dropbox_compatiable-3.38.tar.gz",
"has_sig": false,
"md5_digest": "099c17e16062bd66b83c43a49cb9b57f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 119251,
"upload_time": "2015-11-11T06:56:58",
"url": "https://files.pythonhosted.org/packages/34/be/85c31be827660c2a669913906c9ac84a6330f6d956fa7b214c4a791b657f/dropbox_compatiable-3.38.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "099c17e16062bd66b83c43a49cb9b57f",
"sha256": "2f1677466420b5739afbf30ea64a34df824505f6526b312e3edc2de180afec34"
},
"downloads": -1,
"filename": "dropbox_compatiable-3.38.tar.gz",
"has_sig": false,
"md5_digest": "099c17e16062bd66b83c43a49cb9b57f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 119251,
"upload_time": "2015-11-11T06:56:58",
"url": "https://files.pythonhosted.org/packages/34/be/85c31be827660c2a669913906c9ac84a6330f6d956fa7b214c4a791b657f/dropbox_compatiable-3.38.tar.gz"
}
]
}