Tagged Questions
stack2py - A Python wrapper for API v2 [alpha]
stack2py is a library which wraps the SE API (v2.1) for Python. It aims to provide a clean and complete interface to the user, giving them complete control and accessibility. Although, currently it…
se-api-py - A lightwight Python wrapper for SE API
A lightweight Python wrapper for StackExchange API v2.1. Built with Requests. Why yet another SE API Python wrapper? (I'm aware of Stack.PY - A Python Module for Accessing the Stack Exchange 2.1 A…
sanction: a dead easy OAuth2 client Python implementation
Overview sanction is a lightweight, dead simple (67 LOC!) client implementation of the OAuth2 protocol. The major goals of the library are: Support multiple providers Most providers have varyin…
Stack.PY - A Python Module for Accessing the Stack Exchange 2.1 API
Stack.PY is based heavily on Stack.PHP and Stack.JS, taking the chained-method concept and applying it to Python. The end result is an extremely easy to use module, named stackpy: from stackpy imp…
OAuth 2.0 implementation
Note: sanction is nearing alpha state, so usage and issue logs are appreciated Sanction is a Python implementation of the OAuth 2.0 protocol. It was written to cover issues missed by other impleme…
pyso.py - Python Stack Overflow library
This is a simple Python module providing functions for querying Stack Overflow. I created it mostly because I was interested and because I wanted something small (it's not even 400 lines). It's sim…
Py-StackExchange: An API wrapper for Python
So, what is Py-StackExchange? Well, I'm glad you asked. It is a Python library for querying the StackExchange API from your Python applications. Integration, ahoy! So why should you use it? After…