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
- Host: GitHub
- URL: https://github.com/3noch/pauth
- Owner: 3noch
- Created: 2011-11-11T14:29:49.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-26T02:11:34.000Z (over 14 years ago)
- Last Synced: 2025-03-25T07:01:58.809Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 638 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/