No project description provided
Project description
Muffin-OAuth
############
.. _description:
Muffin-OAuth -- Support OAUTH authentication in Muffin Framework.
.. _badges:
.. image:: http://img.shields.io/travis/klen/muffin-oauth.svg?style=flat-square
:target: http://travis-ci.org/klen/muffin-oauth
:alt: Build Status
.. image:: http://img.shields.io/pypi/v/muffin-oauth.svg?style=flat-square
:target: https://pypi.python.org/pypi/muffin-oauth
.. image:: http://img.shields.io/pypi/dm/muffin-oauth.svg?style=flat-square
:target: https://pypi.python.org/pypi/muffin-oauth
.. image:: http://img.shields.io/gratipay/klen.svg?style=flat-square
:target: https://www.gratipay.com/klen/
:alt: Donate
.. _contents:
.. contents::
.. _requirements:
Requirements
=============
- python >= 3.3
.. _installation:
Installation
=============
**Muffin-OAuth** should be installed using pip: ::
pip install muffin-oauth
.. _usage:
Usage
=====
See example application.
Run with command: ::
$ make run
And open http://fuf.me:5000 in your browser.
.. code:: python
# OAuth2
client = app.ps.oauth.client('github', access_token='...')
resource = yield from client.request('GET', 'user')
.. _bugtracker:
Bug tracker
===========
If you have any suggestions, bug reports or
annoyances please report them to the issue tracker
at https://github.com/klen/muffin-oauth/issues
.. _contributing:
Contributing
============
Development of Muffin-OAuth happens at: https://github.com/klen/muffin-oauth
Contributors
=============
* klen_ (Kirill Klenov)
.. _license:
License
=======
Licensed under a `MIT license`_.
.. _links:
.. _klen: https://github.com/klen
_MIT license: http://opensource.org/licenses/MIT
############
.. _description:
Muffin-OAuth -- Support OAUTH authentication in Muffin Framework.
.. _badges:
.. image:: http://img.shields.io/travis/klen/muffin-oauth.svg?style=flat-square
:target: http://travis-ci.org/klen/muffin-oauth
:alt: Build Status
.. image:: http://img.shields.io/pypi/v/muffin-oauth.svg?style=flat-square
:target: https://pypi.python.org/pypi/muffin-oauth
.. image:: http://img.shields.io/pypi/dm/muffin-oauth.svg?style=flat-square
:target: https://pypi.python.org/pypi/muffin-oauth
.. image:: http://img.shields.io/gratipay/klen.svg?style=flat-square
:target: https://www.gratipay.com/klen/
:alt: Donate
.. _contents:
.. contents::
.. _requirements:
Requirements
=============
- python >= 3.3
.. _installation:
Installation
=============
**Muffin-OAuth** should be installed using pip: ::
pip install muffin-oauth
.. _usage:
Usage
=====
See example application.
Run with command: ::
$ make run
And open http://fuf.me:5000 in your browser.
.. code:: python
# OAuth2
client = app.ps.oauth.client('github', access_token='...')
resource = yield from client.request('GET', 'user')
.. _bugtracker:
Bug tracker
===========
If you have any suggestions, bug reports or
annoyances please report them to the issue tracker
at https://github.com/klen/muffin-oauth/issues
.. _contributing:
Contributing
============
Development of Muffin-OAuth happens at: https://github.com/klen/muffin-oauth
Contributors
=============
* klen_ (Kirill Klenov)
.. _license:
License
=======
Licensed under a `MIT license`_.
.. _links:
.. _klen: https://github.com/klen
_MIT license: http://opensource.org/licenses/MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
muffin-oauth-0.0.14.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file muffin-oauth-0.0.14.tar.gz
.
File metadata
- Download URL: muffin-oauth-0.0.14.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 219978b1eca2f957e003ce5e69579b8020e98e9d779dc554548265e75d024e3f |
|
MD5 | 2239ccbd8b59ad600c5ef12a3e889baf |
|
BLAKE2b-256 | 4cf11b398c6b9ee39e7a305514e1fbdd73f6922b0445a526fc6db1c615ec6f5b |
File details
Details for the file muffin_oauth-0.0.14-py2.py3-none-any.whl
.
File metadata
- Download URL: muffin_oauth-0.0.14-py2.py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7d4b386aa775de31eab8d56d19aadf94fb027c8e0d73be4b245ccbc69cc45d6 |
|
MD5 | dabf4986a32be4ce256cbf1e16bdd048 |
|
BLAKE2b-256 | 9456a24b1d50de914abaef3134675f6feed3f4aa496a6a61440ca79365ae6158 |