kit-sdq / artemis_client

Archived in favor of https://github.com/kit-sdq/artemis4j. It was a Python3 client for Artemis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artemis Client

Code style: black GitHub issues GitHub license

Installation

pip install git+https://github.com/kit-sdq/artemis_client@main

Configuration

The client can be configured either by configuration file or by environment variables.

  • Provide a file 'config.ini' in the working directory
  • Provide a file 'config.ini' in a custom directory and set ARTEMIS_CLIENT_CONFIG environment variable accordingly
  • Provide all configuration options as environment variables (SECTION_KEY)
  • Supply username and password using the Session constructor

Values found in environment variables are preferred over configuration files. That can be used to provide credentials in a testing environment, for example.

Setting up a development environment

This project uses poetry:

poetry install

Testing

poetry run tox  # thats all

Folder layout

This project uses the "Tests outside application code" layout presented here (sources in src folder).

Build the docs

You can build the documentation using sphinx:

poetry run tox -e docs

The docs can then be found in .tox/docs_out

About

Archived in favor of https://github.com/kit-sdq/artemis4j. It was a Python3 client for Artemis

License:MIT License


Languages

Language:Python 100.0%