2

Is there a python library for oAuth which can be run on Window and Linux?

On window I am using python-oauth but I could not find an installation for Linux

2 Answers 2

2

All Python libraries that don't rely on native code or platform-specific APIs are portable. I don't see any of that in python-oauth or python-oauth2.

So your current library should work fine on Linux.

Sign up to request clarification or add additional context in comments.

2 Comments

is there any installation instructions or just to copy the oauth.py to ..\Lib\site-packages?
Run python setup.py install. Or, if your package is in the Python Package Index, run easy_install your-package-name or pip install your-package-name (you might have to do this as superuser).
1

You could consider rauth as well. Both python-oauth and python-oauth2 are fairly dated at this point and are going to give you trouble with OAuth 2.0.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.