Skip to main content

Translates xWoT models into various code snippets

Project description

# Model2Code converter

Convert an xWoT meta-model to executable python code.

# Installation

## End Users

pip install xWoTModelTranslator

## Developers

### Final installation

from a terminal launch

sudo python setup.py install --record files.txt

this will compile and install the project to the pyhton libraries (eg. /usr/local/lib/python2.7/dist-packages/XWoT_Model_Translator-1.1-py2.7.egg). Furthermore it will install three scripts in /usr/local/bin/:
* physical2virtualEntities
* model2Python
* model2WADL
The configuration and logging.conf are copied into /etc/Model2WADL/ but it is possible to overwrite them either by placing a file with the same name (but prefixed with a dot eg. .logging.conf) in the user home directory or a file with the same name in the current working directory.

### Development installation

from a terminal launch

sudo python setup.py develop --record files.txt

does the same as before but, uses links instead of copying files.

### Clean Working directory

To clean the working directory

sudo python setup.py clean --all
sudo rm -rf build/ dist/ xWoTModelTranslator.egg.egg-info/ files.txt


# Uninstall

## Method 1
cat files.txt |sudo xargs rm -rf

## Method 2

First find the installed package with pip and the uninstall it

~/Documents/Programming/Python/Model2WADL [master|✚ 1…1]
12:13 $ pip freeze |grep xWot*
3:xWoTModelTranslator==1.1
~/Documents/Programming/Python/Model2WADL [master|✚ 1…1]
12:13 $ sudo pip uninstall xWoTModelTranslator
Uninstalling xWoTModelTranslator:
/Library/Python/2.7/site-packages/xWoTModelTranslator-1.1-py2.7.egg
/usr/local/bin/model2Python
/usr/local/bin/model2WADL
/usr/local/bin/physical2virtualEntities
Proceed (y/n)? y
Successfully uninstalled xWoTModelTranslator
~/Documents/Programming/Python/Model2WADL [master|✚ 1…1]
12:13 $


# Utilisation

The package provide two scripts: _physical2virtualEntities_ and _model2Python_. The first one is used to enhance an xWoT model (created with the according Eclipse plugin see https://github.com/aruppen/architecture4xwot for how to get this eclipse plug-in) containing only the virtual side of a Device with the corresponding virtual side. The second script takes a final xWoT model and translates it into code skeletons. The code sekeltons reflects the chosen hierarchy as a RESTful webservice based on python and autobahn.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xWoTModelTranslator-1.4.tar.gz (1.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

xWoTModelTranslator-1.4-py2.7.egg (1.2 MB view details)

Uploaded Egg

File details

Details for the file xWoTModelTranslator-1.4.tar.gz.

File metadata

File hashes

Hashes for xWoTModelTranslator-1.4.tar.gz
Algorithm Hash digest
SHA256 46f683a5f34c155a84fbdbb58d91fa2f960bada794518ed0e545c1108d1f28fc
MD5 c8e7de004895212d1bdfbadc48d2962f
BLAKE2b-256 1fff325b4478a0ec2817644551716e1ac9092771af46f80a997fc5292b3e82f1

See more details on using hashes here.

File details

Details for the file xWoTModelTranslator-1.4-py2.7.egg.

File metadata

File hashes

Hashes for xWoTModelTranslator-1.4-py2.7.egg
Algorithm Hash digest
SHA256 e96f6e7057b9a24d02b32e9960dc2df510761dd27ed14c0904169536a5ab48d3
MD5 f16f14f4be429e8d581123686fcecf52
BLAKE2b-256 a90a66992eef6307727cfd5a2a4a6563e28d790189b002065301ce33939eaec0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page