Source: pydrive
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-googleapi,
               python3-httplib2,
               python3-oauth2client,
               python3-setuptools,
               python3-yaml,
Standards-Version: 4.5.0
Homepage: https://github.com/gsuitedevs/PyDrive

Package: python3-pydrive
Architecture: all
Depends: ${misc:Depends}, 
         ${python3:Depends},
Description: Google Drive API Python wrapper library
 Features of PyDrive
  * Simplifies OAuth2.0 into just few lines with flexible settings.
  * Wraps Google Drive API into classes of each resource to make your
    program more object-oriented.
  * Helps common operations else than API calls, such as content fetching
    and pagination control.
 .
 This package contains the Python 3 version of the library.
