Skip to main content

A package that wrap over the google drive v3 apis

Project description

# pydrive3
## this app is in development stage. Please test properly before deploy in production

Python wrapper for google drive (v3).

## Installation

### Requirements
* Python
* Developer Account in google

`$ pip install pydriveV3`

## Usage

```python
from pydriveV3 import Client

client = Client('service_crendetil.json') #path to credential from google
files = client.get_all_files() #list the file shared or owned by the service account
```

## Development
```
$ virtualenv foobar
$ . foobar/bin/activate
$ pip install -e .
```

## Contributing
Pull requests are welcome.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydriveV3-0.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page