-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPKG-INFO
More file actions
48 lines (39 loc) · 1.42 KB
/
PKG-INFO
File metadata and controls
48 lines (39 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Metadata-Version: 1.1
Name: google-python-sdk
Version: 1.0.0
Summary: Python Google API
Home-page: https://github.com/rohitkhatri/google-python-sdk
Author: Rohit Khatri
Author-email: developer.rohitkhatri@gmail.com
License: GPL
Description: # google-python-sdk
===================
#### Python - Google API
**google-python-sdk** is a simple client for google api.
## Installation
```
sudo pip install google-python-sdk
```
## Using
```python
from google import API
api = API('CLIENT_ID', 'CLIENT_SECRET', 'API_KEY', 'ACCESS_TOKEN')
```
## References https://www.googleapis.com/oauth2/v3/userinfo
```python
profile = api.get_profile()
```
## References https://oauth2.googleapis.com/tokeninfo
```python
tokeninfo = api.get_token_info()
```
## Contributing
[https://github.com/rohitkhatri/google-python-sdk](https://github.com/rohitkhatri/google-python-sdk)
Keywords: google data api python
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules