An open API service indexing awesome lists of open source software.

https://github.com/3noch/pauth

A **dead** project for working with OAuth 2.0 in Python
https://github.com/3noch/pauth

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

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!*

[OAuth 2.0]: http://oauth.net/2/
[Python]: http://www.python.org/

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)

[nose]: http://readthedocs.org/docs/nose/en/latest/