Skip to content

suzakulab/cloudprintpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CloudPrint.py

Simple wrapper of Google Cloudprint API for python

Install

pip install git+https://github.com/suzakulab/cloudprintpy

Usage

see examples or below.

from google.oauth2 import service_account
import cloudprint

credentials = service_account.Credentials.from_service_account_file("account-xxxxxxx.json")

client = cloudprint.Client(credentials)

# do something with client

Author

theoldmoon0602

Releases

No releases published

Packages

No packages published

Languages