Skip to main content

python module wrapper for the data analytics software framework DASF

Project description

dasf-messaging-python

Messaging component for python based back-end modules. Developed and tested with Python 3.8


Installation

Make sure you activated the virtual environment of your current python project you wish to install the 'de-messaging-python' module.

source ~/workspace/python/my-backend-module/my-backend-module-venv/bin/activate

Install the module directly from gitlab. The suffix '#egg=demessaging' is the module name as it is listed in the 'setup.py'.

Using your ssh credentials (assuming you copied your public key to the gitlab server):

pip install -e git+ssh://git@git.geomar.de/digital-earth/de-messaging-python.git#egg=demessaging

Or using https (this will ask for your credentials):

pip install -e git+https://git.geomar.de/digital-earth/de-messaging-python.git#egg=demessaging

Check out the version control support of pip.

Another option is the installation from a local repository. Again, in the activated virtual environment replace the URL from the commands above with path and folder name of the local repository. Assuming the local folder with the repository has the same name as the remote one ('de-messaging-python'), the following command will install the module.

pip install -e path/to/de-messaging-python/

Why do we use the '-e' flag with pip install?

This will place the source code of the module into your virtual environment, together with some metadata. This information is used by 'pip freeze' and the URL of the module source is reported. This is important for all python modules we install from gitlab at geomar because they are not listed in the default repositories 'pip' is checking.


Howto use it

see: https://git.geomar.de/digital-earth/dasf/dasf-messaging-python/-/blob/legacy_v0.0.x/ExampleMessageConsumer.py

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

demessaging-0.0.17.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

demessaging-0.0.17-py3-none-any.whl (14.9 kB view hashes)

Uploaded 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