Unnofficial Python library for the Scup API v1.1. http://www.scup.com/docs/api
Project description
# scup-python
Unnofficial Python library for the Scup API v1.1. http://www.scup.com/docs/api
## Installation
```bash
pip install scup-python
```
## Requires
* requests
* simplejson
* six
## Usage
```python
from scup import ScupAPI
api = ScupAPI(public_key, private_key)
monitorings = api.monitorings()
```
Unnofficial Python library for the Scup API v1.1. http://www.scup.com/docs/api
## Installation
```bash
pip install scup-python
```
## Requires
* requests
* simplejson
* six
## Usage
```python
from scup import ScupAPI
api = ScupAPI(public_key, private_key)
monitorings = api.monitorings()
```
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
scup-python-0.1.3.tar.gz
(5.3 kB
view details)
File details
Details for the file scup-python-0.1.3.tar.gz
.
File metadata
- Download URL: scup-python-0.1.3.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f955a1b36e818c690f0cc5cbaab0ace213ef9063323b4a56a3fd4f2410b5a634 |
|
MD5 | 59ff2d446d9de047522a93a52f0e7bb0 |
|
BLAKE2b-256 | f45756e1f6868baaa09499686414f116756af1aec49eecf18877d09d36840dab |