معرفی شرکت ها


dropbox_compatiable-3.38


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Official Dropbox API Client
ویژگی مقدار
سیستم عامل -
نام فایل dropbox_compatiable-3.38
نام dropbox_compatiable
نسخه کتابخانه 3.38
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Dropbox
ایمیل نویسنده dev-platform@dropbox.com
آدرس صفحه اصلی http://www.dropbox.com/developers
آدرس اینترنتی https://pypi.org/project/dropbox_compatiable/
مجوز Copyright (c) 2015 Dropbox Inc., http://www.dropbox.com/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Dropbox for Python ================== A Python SDK for integrating with the Dropbox API v2. Compatible with Python 2.7 and 3.4+. Documentation is available on `Read the Docs <http://dropbox-sdk-python.readthedocs.org/>`_. Setup ----- You can install this package from the root directory by running:: $ python setup.py install After installation, to get started, open a Python console:: >>> import dropbox >>> dbx = dropbox.Dropbox("YOUR_ACCESS_TOKEN") >>> dbx.users_get_current_account() Creating an Application ----------------------- You need to create an Dropbox Application to make API requests. - Go to https://dropbox.com/developers/apps. Obtaining an Access Token ------------------------- All requests need to be made with an OAuth 2 access token. To get started, once you've created an app, you can go to the app's console and generate an access token for your own Dropbox account. Examples -------- An example, `updown.py <example/updown.py>`_, can be found in the examples directory, which demonstrates how to sync a local directory with a Dropbox. Documentation ------------- Documentation can be compiled by running ``make html`` from the ``docs`` folder. After compilation, open ``docs/_build/html/index.html``. Alternatively, you can read a hosted version from `Read the Docs <http://dropbox-sdk-python.readthedocs.org/>`_. Upgrading from v1 ----------------- To ease the transition to the new API and SDK, you can still use the old ``dropbox.client.DropboxClient`` class. In fact, v2 and v1 can be used simultaneously. Support for the old client will be dropped once the new SDK is at functional parity. Running tests ------------- We use the `tox <https://tox.readthedocs.org/>`_ package to run tests in Python 2 and 3. To install, use `pip install tox`. Once installed, run `tox` from the root directory. You'll need to specify a working Dropbox OAuth2 token:: $ DROPBOX_TOKEN=YOUR_TOKEN tox


نحوه نصب


نصب پکیج whl dropbox_compatiable-3.38:

    pip install dropbox_compatiable-3.38.whl


نصب پکیج tar.gz dropbox_compatiable-3.38:

    pip install dropbox_compatiable-3.38.tar.gz