Metadata-Version: 2.0
Name: tornado-basic-auth
Version: 0.1.0
Summary: basic authentication for tornado
Home-page: https://github.com/zhangyangjing/tornado-basic-auth
Author: Yangjing Zhang
Author-email: zhangyangjing@gmail.com
License: Apache License 2.0
Keywords: tornado digest-auth basic-auth
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation
Requires-Dist: tornado (>=4.0.0)

tornado-basic-auth
=================

.. class:: no-web no-pdf


basic authentication for the Tornado_ web framework.


Installation
------------

The latest stable version of tornado-basic-auth can be installed from pypi:

.. code-block:: bash

  $ pip install tornado-basic-auth


License
-------

This project is released under the terms of the `MIT License`_.


.. _Tornado: http://www.tornadoweb.org/en/stable/
.. _`MIT License`: https://raw.github.com/zhangyangjing/tornado-basic-auth/master/LICENSE


