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.
## 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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file pydriveV3-0.1.tar.gz
.
File metadata
- Download URL: pydriveV3-0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2b657d2c0e89c099efc76b1ce93a2a65cd3665c95aed626a8381a617f334050 |
|
MD5 | 13314cc1d9192cf6f52c8d901db8b008 |
|
BLAKE2b-256 | f48e20ca546413659906567e5a2fa989062462b82544e9d8d18f1630ca19e362 |