Skip to content

gdmachado/scup-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scup-python

Unnofficial Python library for the Scup API v1.1. http://www.scup.com/docs/api

Installation

pip install scup-python

Requires

  • requests
  • simplejson
  • six

Usage

from scup import ScupAPI

api = ScupAPI(public_key, private_key)

monitorings = api.monitorings()

About

Unnofficial Python library for the Scup API v1.1. http://www.scup.com/docs/api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages