Skip to content

Lykos153/python-drivelib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-drivelib

Drivelib makes GoogleDrive easily accessible from Python. It was written because PyDrive was lacking some important features and its development seems to have completely stopped.

What drivelib already has which PyDrive hasn't:

  • Real resumable file transfer. Uploads can be resumed within one week after starting them.
  • Real chunked file transfer. This makes implementing progress feedback and bandwidth control possible
  • Much easier interface
  • Support for Google APIv3

Drivelib aims to provide a PathLike interface for Google Drive. This is not yet implemented, though.

Warning: This library is still under development and cannot yet be considered stable. The API may change any time.

About

Easy access to the most common Google Drive API calls

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages