Releases: eduardogr/google-drive-python
Releases · eduardogr/google-drive-python
Release 0.5.1
- Formatting code
- New style guide
- Adding missing requirements
- Adapting release script to upload pip package using a pip token
Thanks @ifrit98 for your contributions!
v0.5.0
Same as v0.4.0
This version was created to be able to upload again the version to Pypi because I had to remove 0.4.0 from pypi.
Now in pypi there is just 0.5.0, no 0.4.0 in pypi.
v0.4.0
Features
- New command
google-drive get-mimetypes
to show mimetypes the CLI work with.
- New command
google-drive touch
to create empty files with specified mimetype.
Documentation
- Adding the corresponding CLI documentation
v0.3.4
Features
- Extending
google-drive ls
to show directories and folders when listing contents of a directory
Documentation
Misc
- Updating some prod packages:
- google-api-python-client==2.6.0
- google-auth-httplib2==0.1.0
- Updating some dev packages:
- pylint==2.16.0b1
- autopep8==2.0.1
- pytest==7.2.1
- pytest-cov==4.0.0
- ipython==7.23.1
- codecov==2.1.12
v0.3.3
You can skip this update.
Same as v0.3.2 but fixing read of README for Pypi description.
v0.3.2
- Fixing google api error parsing
- Adding error handling for the CLI
v0.3.1
Using FIELDS_FILE_METADATA (which adds exportLinks to the object retrieved) to:
- api.GoogleDrive.googledrive_ls
- api.GoogleDrive.googledrive_get_file
v0.3.0
- Adding cache for api.GoogleDrive.googledrive_ls
- Adding cache for api.GoogleDrive.googledrive_get_file
v0.2.0
- Now credentials is the last arugment expected
- Now credentials could be a envvar
- export CREDENTIALS=credentials.json && google-drive ls
- New command
get
. This will retrieve us file's metadata.
- Extending models.GoogleFile.
- Adding: mimeType and exportLinks fields.
- Adding export types constants to get export type from a GoogleFile
v0.1.3
- Fixing cli usage
- Adding click library for cli interaction