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.15.tar.gz
(3.6 kB
view details)
File details
Details for the file pystex-0.0.15.tar.gz.
File metadata
- Download URL: pystex-0.0.15.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62081e1facb8f2e4731b9bcf152576f80028136996c20162ed795c0f7cf9159a
|
|
| MD5 |
a90bdcff886bc53bc0dc3b0f8313d61d
|
|
| BLAKE2b-256 |
da2b32419664d4b3b0371e3c5bd937a9f0066c82812c515d20520309e0fc877f
|