Metadata-Version: 2.0
Name: python-dialback
Version: 0.1.1
Summary: A client library for implementing the draft Dialback authentication mechanism.
Home-page: https://notabug.org/Tsyesika/python-dialback
Author: Jessica Tallon
Author-email: tsyesika@tsyesika.se
License: GPLv3+
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Dist: requests
Requires-Dist: six
Requires-Dist: mock

===============
python-dialback
===============

A client library for implementing the draft Dialback authentication mechanism.

https://datatracker.ietf.org/doc/draft-prodromou-dialback/


Documentation
=============

The documentation is still under development however I've provided docstrings to
help you to easily use this library.

Installation
============

You can install pypump via pip::

    pip install python-dialback

License
=======

This library is under the GPL version 3 (or later)

