Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 922 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 922 Bytes

Pauth

Pauth is an easy-to-use, lightweight, extensible OAuth 2.0 library for Python.

  • Easy-to-use: Pauth is straight to the point and lets you do minimal work to get OAuth up and running in your project.
  • Lightweight: Pauth doesn't have any extra libraries or features besides what it absolutely needs to get the job done.
  • Extensible: Pauth is highly configurable and effortlessly hooks into the any web framework for Python.

Pauth is also not anywhere near done yet!

Testing

Pauth can be tested with nose like this:

$ cd pauth
$ nosetests

or for testing, like this:

$ nosetests --nocapture

Dependencies

Dependencies can be installed with

pip install -r requirements.txt
  • nose (optional - for testing)