Metadata-Version: 1.1
Name: oneID-connect
Version: 0.21.0
Summary: Neustar TDI is an identity & authentication framework for the Internet of Things (IoT) devices, servers, and end-users.
Home-page: https://github.com/OneID/oneID-connect-python
Author: Neustar Inc.
Author-email: support@oneID.com
License: Apache License, Version 2.0
Description: .. image:: https://circleci.com/gh/Neustar-TDI/python-sdk.svg?style=svg
            :target: https://circleci.com/gh/Neustar-TDI/python-sdk
        
        Neustar Trusted Device Identity (TDI)
        =====================================
        Neustar TDI (formerly oneID-connect) is an authentication framework for the Internet of Things (IoT),
        servers and end-users. By sending messages with digital signatures, you can authenticate
        the origin of the message and ensure the message hasn't been tampered with.
        Neustar TDI makes it simple for projects that need to securely send messages and verify
        the authentication of messages.
        
        For more information, please visit the docs.
        `<http://oneid-connect.readthedocs.org/en/latest/>`_
        
        Building the API Docs Locally
        =============================
        This project uses Sphinx to create documentation. Following these instructions builds the docs locally and outputs them to ``./docs/_build/html``.
        You may not need a python virtual environment if python is installed universally on your machine.
        
        #. Create a virtualenv.
        #. To install dependencies, run ``pip install -r requirements.txt -r docs_requirements.txt`` to install all dependencies defined in the repo. This should install sphinx, sphinx_rtd_theme, and more.
        #. From the project dir, run ``sphinx-build -b html ./docs ./docs/_build`` OR from ./docs, run ``make html``
        #. Run ``make clean`` from ./docs to remove the build.
        
Keywords: Neustar Trusted Device Identity (TDI) IoT Authentication
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Security :: Cryptography
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
