Metadata-Version: 2.0
Name: edc-device
Version: 0.1.0
Summary: get the device ID
Home-page: https://github.com/botswana-harvard/edc-device
Author: Erik van Widenfelt
Author-email: ew2789@gmail.com
License: GPL license, see LICENSE
Keywords: django contenttype
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content

[![Build Status](https://travis-ci.org/botswana-harvard/edc-device.svg?branch=develop)](https://travis-ci.org/botswana-harvard/edc-device)

# edc-device

Installation
------------

	pip install edc-device

Add some or all to settings. For example:

	# device identifer of this machine
	DEVICE_ID = 99
	# hostname prefix used by all producers
	PRODUCER_PREFIX = 'bcpp'
	# list of IDs reserved for server nodes
	SERVER_DEVICE_ID_LIST = [97, 98, 99]
	# list of IDs reserved for middleman nodes
	MIDDLEMAN_DEVICE_ID_LIST = [94, 95, 96]




