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.16.tar.gz
(3.6 kB
view details)
File details
Details for the file pystex-0.0.16.tar.gz.
File metadata
- Download URL: pystex-0.0.16.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
732addc9eb9cbb8a78598f15c6e18e17790aefa2254374a68a53388eb85e3aa4
|
|
| MD5 |
d8794b0ee4d75b00878bda4a0c937bba
|
|
| BLAKE2b-256 |
2d94f68d0326f06559a10b44de0857c94501136eb3264a7c39483436512085f3
|