Metadata-Version: 1.1
Name: soa
Version: 0.2.0
Summary: Arrowhead core services
Home-page: https://github.com/eistec/arrowhead-python/
Author: Joakim Nohlgård
Author-email: joakim.nohlgard@eistec.se
License: Apache Software License
Download-URL: https://github.com/eistec/arrowhead-python/archive/v0.2.0.tar.gz
Description: Arrowhead Core Services
        ***********************
        
        A Python library for interacting with Arrowhead services, including a CoAP+HTTP
        service registry server with IPv6 support.
        
        Quick start
        ===========
        
         1. clone the repository
         2. (optional) set up your ``virtualenv``
         3. run ``python setup.py develop``
        
        After installing the dependencies above, to start the server:
        
            ./sd_server.py
        
        Use ``./sd_server.py --help`` for help
        
        External dependencies
        =====================
        
         - aiocoap - https://github.com/chrysn/aiocoap
         - aiohttp - https://github.com/KeepSafe/aiohttp
         - link_header - https://bitbucket.org/asplake/link_header
         - blitzdb - https://github.com/adewes/blitzdb
        
Keywords: arrowhead,soa,service,iot,coap
Platform: any
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: Name Service (DNS)
