Metadata-Version: 1.1
Name: oneID-cli
Version: 0.1.6
Summary: oneID-cli is a command line interface for oneID Connect
Home-page: https://www.oneID.com
Author: oneID Inc.
Author-email: support@oneID.com
License: Apache License, Version 2.0
Description: oneID CLI
        =========
        
        Install oneID Command Line Interface
        
        .. code-block:: console
        
            pip install oneid-cli
        
        
        Configure your computer (requires your oneID UID & Secret Key)
        
        .. code-block:: console
        
            oneid-cli configure --project <project-uid>
        
        
        Provision a new IoT Device
        
        .. code-block:: console
        
            oneid-cli provision --type device --name "My IoT Device" --project <project-uid>
        
        
        
        Provision a new Server
        
        .. code-block::
        
            oneid-cli provision --type server --name "My Server" --project <project-uid>
        
        
        To send messages between devices and servers, use `oneID-connect`
        Available `<http://oneid-connect.readthedocs.org/en/latest/>`_
Keywords: oneID IoT Identity 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
