Skip to content

3noch/pauth

Repository files navigation

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)

About

A **dead** project for working with OAuth 2.0 in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published