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.18.tar.gz
(3.6 kB
view details)
File details
Details for the file pystex-0.0.18.tar.gz.
File metadata
- Download URL: pystex-0.0.18.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dac35b8b2b3752cc68cf1962f2be3a346aa64a22f85d9ed51d0e5888d0bb5b13
|
|
| MD5 |
1ee92434210852dba5b7ffd4da7fa7f9
|
|
| BLAKE2b-256 |
6a6ec43a3a2cfc77304762d68c711a1cf99c54c7630817c1e8df17aedf5b9c96
|