Python StackExchange API Client
Project description
=======
pystex
=======
Python API client for StackExchange APIv2.1
## Installation
### To Run
pip install pystex
### To Develop
Nothing specific now
## Usage
from pystex import Stackexchange
from pystex import APIError
client = Stackexchange({Your API Key})
try:
result = client.users.get()
except APIError as e:
print e
pystex
=======
Python API client for StackExchange APIv2.1
## Installation
### To Run
pip install pystex
### To Develop
Nothing specific now
## Usage
from pystex import Stackexchange
from pystex import APIError
client = Stackexchange({Your API Key})
try:
result = client.users.get()
except APIError as e:
print e
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
pystex-0.0.14.tar.gz
(3.5 kB
view details)
File details
Details for the file pystex-0.0.14.tar.gz.
File metadata
- Download URL: pystex-0.0.14.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77be5f57715635833a6c2a693077b7d84e6fb1a9275b17de04004f4e57e1e951
|
|
| MD5 |
0dfb91f8eae91f0d234bbf31370f9df7
|
|
| BLAKE2b-256 |
63a7d9ad316f8f3005ad92ea6763cc6f7d768caa07a29e96d726891d0f9183ac
|