Skip to main content

Python REST Service Management Client

Project description

This software is the sole property of Prime Solutions Group, Inc.

REST Harness - Python Client

REST Harness is a robust tool that acts to stand in place of another RESTful service. This can be used to mock out a service that doesn't exist yet or where there is a need to reproduce a particular set of inputs from an opaque service. It can also serve as a simple shared cache. This software runs as a daemon service by default. This library contains a client developed in Java that can be used to interact with the REST Harness web server.

Requirements

Python3, boto3 and requests.

Building the client

To build:

  1. pull the source into any folder.
  2. Open a terminal and CD to the source folder.
  3. Use any of the python lifecycle phase flags with the prefix -m (so it is ran as a script), such as build.

Importing the client and using it in an application

Importing the client is like installing and importing any other python dependency. To import:

  1. In your project environment, type pip install rhclient
  2. To use it in your scripts, type from rhclient import client where you'd normally import dependencies

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

rhclient-0.4.2.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

rhclient-0.4.2-py3-none-any.whl (3.4 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