Skip to main content

Libraries for developing the arivo openmodule

Project description

OpenModule V2

[TOC]

Quickstart

You can install this library via pip:

pip install openmodule

Development with Feature Branches

During development it might be necessary to install a version of openmodule, where no pip package exists. Below you can find how to install a certain openmodule branch for your application with pip.

Openmodule

Bash command:

pip install "git+https://gitlab.com/arivo-public/device-python/openmodule@<branch>#egg=openmodule"

requirements.txt:

git+https://gitlab.com/arivo-public/device-python/openmodule@<branch>#egg=openmodule
Openmodule Test

Bash command:

pip install "git+https://gitlab.com/arivo-public/device-python/openmodule@<branch>#egg=openmodule-test&subdirectory=openmodule_test"

requirements.txt:

git+https://gitlab.com/arivo-public/device-python/openmodule@<branch>#egg=openmodule-test&subdirectory=openmodule_test
Openmodule Commands

Bash command:

pip install "git+https://gitlab.com/arivo-public/device-python/openmodule@<branch>#egg=openmodule-commands&subdirectory=openmodule_commands

requirements.txt:

git+https://gitlab.com/arivo-public/device-python/openmodule@<branch>#egg=openmodule-commands&subdirectory=openmodule_commands

Local Development

Sometimes you want to test local changes of the Openmodule library in device services and therefore you can do a local installation of the library. We use the editable installs of Pip for this.

Openmodule

bash command:

pip install -e <path_to_openmodule_root>
Openmodule Test

bash command:

pip install -e <path_to_openmodule_root>/openmodule_test/
Openmodule Commands

bash command:

pip install -e <path_to_openmodule_root>/openmodule_commands/

Changes

Documentation

Openmodule

Openmodule Commands

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

openmodule-13.4.0.tar.gz (238.1 kB view hashes)

Uploaded Source

Built Distribution

openmodule-13.4.0-py2.py3-none-any.whl (85.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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