Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: =?UTF-8?Q?Nagy_L=c3=a1szl=c3=b3_Zsolt?= Newsgroups: comp.lang.python Subject: ANN: yubistorm Date: Sun, 22 Nov 2015 13:58:09 +0100 Lines: 12 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de OsERr+OIxtcnGbz0LKlfbQygzzBlo5D2ojxk+RcoQZtQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'repository': 0.05; 'url:bitbucket': 0.05; 'pypi': 0.07; 'subject:ANN': 0.07; 'api': 0.09; 'async': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'cheers,': 0.22; 'module': 0.25; 'example': 0.26; 'servers.': 0.29; 'url:python': 0.33; 'server': 0.34; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'to:addr:python.org': 0.40; 'charset:iso-8859-2': 0.64 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=shopzeus.com; s=shopzeus_com; t=1448197096; bh=9M9E2uPYeTVD7Mx5TaW6y0uq1hSaOy+2wKBizVFZUV0=; h=To:From:Subject:Date:From; b=LK2nVpCHlDO/gJ0hLeP5JMqdC+tOcjMFAE8PAX6/ZLq7Pj6HcpqfkYHxzof7QbXpM zgI2q052hDsRQw+/RNreDyqErwGCAABno1/IO18GdquyNjE06C/KgxTDwKv+V1PreI +avnUZZY/Y5Sg/fq04A8OTd3nv9NlLz2DJffpzqoKXfm/7WJoZbXLsJ6i2oMAgFRqS Psfqeimp5daeFBPu4NNoY6cL1cPXqDd4FT9Lf8YLyutbIZ48nylyWaPLf7O+EO2TnF ogNSQrA2tfNbMPxNxbWbmd8x7bDim6EkQHJjmAbCuxlw/Nq8/LRNXtUuC54WC/U5K6 aG7ZrVUJGaxAw== X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:99237 YubiStorm provides a simple module that can be used from a Tornado server to authenticate users with YubiCloud authentication servers. The PyPi package contains the module for the API only. The repository contains an example web server that can be used to understand how YubiCloud authentication works in an async way. PyPi: https://pypi.python.org/pypi/yubistorm Documentation: http://pythonhosted.org/yubistorm/ Repository: https://bitbucket.org/nagylzs/yubistorm Cheers, Laszlo