Metadata-Version: 2.0
Name: veridu-python
Version: 0.1.1
Summary: Veridu Python SDK
Home-page: https://github.com/veridu/veridu-python
Author: Veridu Ltd
Author-email: contact@veridu.com
License: MIT
Keywords: veridu sdk user identification social media online services single sign on
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5

Veridu Python SDK
=================

Installation
------------
This library can be found on [PyPi](https://pypi.python.org/pypi/veridu-python).
The recommended way to install this is through [pip](https://pypi.python.org/pypi/pip).

```bash
$ pip install veridu-python
```

Dependencies:
 * collections
 * hashlib
 * hmac
 * random
 * re
 * requests
 * requests
 * time
 * urllib
 * urlparse

Bugs and feature requests
-------------------------
Have a bug or a feature request? [Please open a new issue](https://github.com/veridu/veridu-python/issues).
Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/).

Versioning
----------
This SDK will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

`<major>.<minor>.<patch>`

And constructed with the following guidelines:

* Breaking backward compatibility bumps the major (and resets the minor and patch)
* New additions without breaking backward compatibility bumps the minor (and resets the patch)
* Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit [http://semver.org/](http://semver.org/).

Copyright and license
---------------------

Copyright (c) 2013/2016 - Veridu Ltd - [http://veridu.com](veridu.com)


