Metadata-Version: 1.2
Name: fs.dropboxfs
Version: 0.2.2.post1
Summary: Dropbox support for pyfilesystem2
Home-page: http://pypi.python.org/pypi/fs.dropboxfs/
Author: guojian.li
Author-email: guojianlee@qq.com
License: MIT
Description: fs.dropboxfs
        ============
        
        ``fs.dropboxfs`` is a Dropbox driver for PyFileSystem2.
        
        
        Supported Python versions
        -------------------------
        
        - Python 2.7
        - Python 3.5
        - Python 3.6
        - Python 3.7
        - PyPy
        
        Usage
        -----
        
        Use the ``fs.open_fs`` method with the ``dropbox://`` protocol:
        
        .. code:: python
        
            >>> import fs
            >>> handle = fs.open_fs('dropbox://dropbox.com?access_token=<dropbox access token>')
        
        Repository
        ----------
        
        - https://github.com/PyFilesystem/fs.dropboxfs
        
        Issue tracker
        -------------
        
        - https://github.com/PyFilesystem/fs.dropboxfs/issues
        
        Tests
        -----
        
        - https://travis-ci.org/PyFilesystem/fs.dropboxfs/builds
        
        Author and contributors
        -----------------------
        
        - Rehan Khwaja
        - Andreas Jung
        
        
        License
        -------
        
        This module is published under the MIT license.
        
        This module was partly and financed by Andreas Jung/ZOPYX
        
        
        Contact
        -------
        
        | Andreas Jung/ZOPYX
        | Hundskapfklinge 33
        | D-72074 Tübingen
        | info@zopyx.com
        | www.zopyx.com
        
        
        Release History
        ===============
        
        0.2.2-post1
        -----------
        
        Fixed bug in ``setup.cfg`` that made README not show up on PyPI.
        
        0.2.2
        -----
        
        Add support for ``fs`` versions 2.1 through 2.4.
        
        0.2.1
        -----
        
        * Officially support Python 3.8
        * Fix installation issue due to broken wheel
        * Remove outdated installation requirements
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
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.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 :: System :: Filesystems
Requires-Python: >=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
