python-oauth2 is a framework that aims at making it easy to provide authentication via OAuth 2.0 within an application stack. python-oauth2 has reached its beta phase. All main parts of the OAuth 2.0 ...
osm_auth=Auth(osm_url=YOUR_OSM_URL, client_id=YOUR_OSM_CLIENT_ID,client_secret=YOUR_OSM_CLIENT_SECRET, secret_key=YOUR_OSM_SECRET_KEY, login_redirect_uri=YOUR_OSM ...