Skip to content

Commit

Permalink
Updated Backup and Restore example app to show more error handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra Feldman committed Oct 28, 2015
1 parent 3c01319 commit f24cd1e
Show file tree
Hide file tree
Showing 20 changed files with 1,463 additions and 317 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '3.37'
version = '3.38'
# The full version, including alpha/beta/rc tags.
release = '3.37'
release = '3.38'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
39 changes: 39 additions & 0 deletions dropbox.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
Metadata-Version: 1.1
Name: dropbox
Version: 3.29
Summary: Official Dropbox API Client
Home-page: http://www.dropbox.com/developers
Author: Dropbox
Author-email: [email protected]
License: 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.

Description: UNKNOWN
Platform: CPython 2.6
Platform: CPython 2.7
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
27 changes: 27 additions & 0 deletions dropbox.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
LICENSE
MANIFEST.in
README.rst
ez_setup.py
setup.py
dropbox/__init__.py
dropbox/babel_serializers.py
dropbox/babel_validators.py
dropbox/base.py
dropbox/client.py
dropbox/dropbox.py
dropbox/exceptions.py
dropbox/files.py
dropbox/oauth.py
dropbox/rest.py
dropbox/session.py
dropbox/sharing.py
dropbox/trusted-certs.crt
dropbox/users.py
dropbox.egg-info/PKG-INFO
dropbox.egg-info/SOURCES.txt
dropbox.egg-info/dependency_links.txt
dropbox.egg-info/not-zip-safe
dropbox.egg-info/pbr.json
dropbox.egg-info/requires.txt
dropbox.egg-info/top_level.txt
test/test_dropbox.py
1 change: 1 addition & 0 deletions dropbox.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions dropbox.egg-info/not-zip-safe
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions dropbox.egg-info/pbr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"is_release": false, "git_version": "15f01d9"}
3 changes: 3 additions & 0 deletions dropbox.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
urllib3
requests>=2.5.1
six>=1.3.0
1 change: 1 addition & 0 deletions dropbox.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dropbox
Loading

1 comment on commit f24cd1e

@arfatkhin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.