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.17.tar.gz
(3.6 kB
view details)
File details
Details for the file pystex-0.0.17.tar.gz.
File metadata
- Download URL: pystex-0.0.17.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab54fd0882f72f244f379065cd10d46cc5eb128f922b2f4128723b6352d47884
|
|
| MD5 |
6727dd7301dd304dc1546855fda707fd
|
|
| BLAKE2b-256 |
e4f8ee0d285e3a70fcbfe976d5eb570591e56ffeb9ed751937d57e6eb9751429
|