Ausgabe der neuen DB Einträge

This commit is contained in:
hubobel 2022-01-02 21:50:48 +01:00
parent bad48e1627
commit cfbbb9ee3d
2399 changed files with 843193 additions and 43 deletions

View file

@ -0,0 +1,20 @@
Copyright (c) 2020 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.

View file

@ -0,0 +1,101 @@
Metadata-Version: 2.1
Name: dropbox
Version: 11.0.0
Summary: Official Dropbox API Client
Home-page: http://www.dropbox.com/developers
Author: Dropbox
Author-email: dev-platform@dropbox.com
License: MIT License
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: requests (>=2.16.2)
Requires-Dist: six (>=1.12.0)
Requires-Dist: stone (>=2.*)
.. 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

View file

@ -0,0 +1,68 @@
dropbox-11.0.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
dropbox-11.0.0.dist-info/LICENSE,sha256=S_fPKBoSFvpx-8OnDCCbVDOnjhtza8J3BvYk550k9Mo,1144
dropbox-11.0.0.dist-info/METADATA,sha256=yZBHET3WCxzfpJ-BAZijLRaNRV19zR5CTsefn3oUr48,4189
dropbox-11.0.0.dist-info/RECORD,,
dropbox-11.0.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
dropbox-11.0.0.dist-info/WHEEL,sha256=S6zePDbUAjzMmpYOg2cHDxuYFWw7WiOXt6ogM6hIB5Q,92
dropbox-11.0.0.dist-info/top_level.txt,sha256=75hpR6GAilWvE8HnvcYaZi_a4Bm7gRyneshLK-6Bu_c,8
dropbox/__init__.py,sha256=vrBhnRALE3a7OG8GWsRaMAiCLf69LBnYJTJcGPFqpsA,306
dropbox/__pycache__/__init__.cpython-39.pyc,,
dropbox/__pycache__/account.cpython-39.pyc,,
dropbox/__pycache__/async.cpython-39.pyc,,
dropbox/__pycache__/async_.cpython-39.pyc,,
dropbox/__pycache__/auth.cpython-39.pyc,,
dropbox/__pycache__/base.cpython-39.pyc,,
dropbox/__pycache__/base_team.cpython-39.pyc,,
dropbox/__pycache__/check.cpython-39.pyc,,
dropbox/__pycache__/common.cpython-39.pyc,,
dropbox/__pycache__/contacts.cpython-39.pyc,,
dropbox/__pycache__/dropbox_client.cpython-39.pyc,,
dropbox/__pycache__/exceptions.cpython-39.pyc,,
dropbox/__pycache__/file_properties.cpython-39.pyc,,
dropbox/__pycache__/file_requests.cpython-39.pyc,,
dropbox/__pycache__/files.cpython-39.pyc,,
dropbox/__pycache__/oauth.cpython-39.pyc,,
dropbox/__pycache__/paper.cpython-39.pyc,,
dropbox/__pycache__/secondary_emails.cpython-39.pyc,,
dropbox/__pycache__/seen_state.cpython-39.pyc,,
dropbox/__pycache__/session.cpython-39.pyc,,
dropbox/__pycache__/sharing.cpython-39.pyc,,
dropbox/__pycache__/stone_base.cpython-39.pyc,,
dropbox/__pycache__/stone_serializers.cpython-39.pyc,,
dropbox/__pycache__/stone_validators.cpython-39.pyc,,
dropbox/__pycache__/team.cpython-39.pyc,,
dropbox/__pycache__/team_common.cpython-39.pyc,,
dropbox/__pycache__/team_log.cpython-39.pyc,,
dropbox/__pycache__/team_policies.cpython-39.pyc,,
dropbox/__pycache__/users.cpython-39.pyc,,
dropbox/__pycache__/users_common.cpython-39.pyc,,
dropbox/account.py,sha256=2ePOltTheeZ3BHMiMFhQDuLUEY0_QyJ2c2wHL_Qpotg,8341
dropbox/async.py,sha256=oD1BTaqvOK3gY-LzbH59AFl1Q_eg7526OPq03zxMTnE,242
dropbox/async_.py,sha256=hFn5QXas3SjjzsjIwAGaC1CEzyxKqgltEDnoyLID3KE,9439
dropbox/auth.py,sha256=UZxNzFHnKcN8kNt6XonFUlSiieeYMCQLMmb4ee2bTqQ,23266
dropbox/base.py,sha256=YUtYEAIF49DPboCfWZK2b6M7l2oATB_Xs56ZsPsA84M,208854
dropbox/base_team.py,sha256=fqmczRvwQNvF8IPI-zWN6QV0vuWgknnLpWjK-Zn8p2c,88446
dropbox/check.py,sha256=0eotpsJqHtdenSLLsNnhlknVPExGB1ac8Eqxo_9vBqM,2548
dropbox/common.py,sha256=MCB7rw5Ck4yPwiymm027u19iBHr_wfru1lbbgY0fVo8,11804
dropbox/contacts.py,sha256=iFGJ85At8YOcnAN24deC44ANMas1t4VUASsdxSGxdng,4317
dropbox/dropbox_client.py,sha256=_7iJZZDzrw_LnFnU9YpY9VQro_fFaLEB7NMdsTMzwGc,31106
dropbox/exceptions.py,sha256=UGe7sMvnF8VoJ0CHMRFplsOkcdemxiyhDnPXpalNpR4,3425
dropbox/file_properties.py,sha256=XdXMS4kt7tUa2yAzjrnFwB5WFspbsC7x_IOBuAiDFu4,79093
dropbox/file_requests.py,sha256=ebtGZD9LhsYsD2BGA42coZ8TLybd8I8Sm8uP6ZxNZd8,48502
dropbox/files.py,sha256=XXQZ1Ov6bP4Zia9B7ehCeOyyDqmkyVz5gZfsWaPTvZM,414411
dropbox/oauth.py,sha256=o-bpaG3FOA9s4qm_L5MbbIB6FM_PZEVOwITJndl5VJ4,24966
dropbox/paper.py,sha256=AX7idbr_9iQ0UIN2UjRMMWJbe3SxfokzNemw51LrqRo,112745
dropbox/secondary_emails.py,sha256=mcpoFQ4fmnIp2CVAO5SvcBApI74LKFUtAwyktDIPtcs,1782
dropbox/seen_state.py,sha256=XG0HfBnrDRPNOijzQwvmh81BXzVNbWtCWWD7kodyofA,4572
dropbox/session.py,sha256=cgOu_Vx2DoQyE9-bDfQq8TJ9vAftl68l81LtIxUCHWI,1856
dropbox/sharing.py,sha256=2gQQFSSJAZGPjFdOZ2E4DTqoOSUNuoC2HiUV77-AY6o,476548
dropbox/stone_base.py,sha256=BH5i6HoszTQCeAmedX70-ysq8dp77sME_wXV6vCRJ7s,52
dropbox/stone_serializers.py,sha256=2klWKJKcRU_6fdQkt_-8KgZixoc78EFwhCuC5XYoPQA,59
dropbox/stone_validators.py,sha256=jlMDteqnEZB1FDPyOnnxfJy8ttzAYxXu14rGWGXsleU,58
dropbox/team.py,sha256=yJKmxbDN2E94NVQVnfp-McJ0bUg7l-hs0fr1ol2ap74,584397
dropbox/team_common.py,sha256=9LYeHQExQ0-J3hbdJ1R--FvBVWQcuzU9mtXOkOTZVdc,12623
dropbox/team_log.py,sha256=DM9nyZqEESm2huQHw3wkt0uk_hUX1hIA_U9lXDJ1xpE,2945896
dropbox/team_policies.py,sha256=bd6Z_sH3o3zkYDy9KNPxfFLavkRQT5VhntbdM16s4Fg,61718
dropbox/trusted-certs.crt,sha256=F_QqGb8OY2v1VFbc26FGK0j_742I6z5_DCRKblp7Xl8,79896
dropbox/users.py,sha256=0SJW3-37gf3NbQNYuN5RqXhelLmuRaZ_B_3PQ82oTqs,48347
dropbox/users_common.py,sha256=gKxiUkD_x-8u2P4I-dJlFYBEJGy9YqhcYjOlhMaGLAs,2277

View file

@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.36.1)
Root-Is-Purelib: true
Tag: py3-none-any

View file

@ -0,0 +1 @@
dropbox