Skip to main content

Generic python HTTP client for communication with various types of AAS servers

Project description

AAS HTTP Client

aas_http_client

License: em CI PyPI version

This is a generic HTTP client that can communicate with various types of AAS and submodel repository servers. It uses Python dictionaries for input and output parameters of functions. It supports the most common endpoints for the specified AAS server endpoint. The client is compatible with various types of AAS repository server. The client should be compatible with various types of AAS repository server.

Tested servers include:

The behavior may vary depending on the details of the implementation and compliance with the AAS specification. It also depends on which endpoints are provided by the server.

Additionally, wrappers are provided that work with various AAS frameworks and use the HTTP client as middleware. These wrappers use the SDK-specific data model classes for function input and output parameters. Wrappers are currently available for the following frameworks:

Links

🚀 Getting Started

🛠️ Configuration

🤖 Releases

📝 Changelog

📦 Pypi Packages

📜 em AG Software License

⚡ Quickstart

For a detailed introduction, please read Getting Started.

pip install aas-http-client

Client

from aas_http_client import create_client_by_url

client = create_client_by_url(
    base_url="http://myaasserver:5043/"
)

print(client.shell.get_shells())

BaSyx Python SDK Wrapper

from aas_http_client.wrapper.sdk_wrapper import create_wrapper_by_url

wrapper = create_wrapper_by_url(
    base_url="http://myaasserver:5043/"
)

print(wrapper.get_shells())

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

aas_http_client-0.6.2.tar.gz (36.2 kB view details)

Uploaded Source

Built Distribution

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

aas_http_client-0.6.2-py3-none-any.whl (36.5 kB view details)

Uploaded Python 3

File details

Details for the file aas_http_client-0.6.2.tar.gz.

File metadata

  • Download URL: aas_http_client-0.6.2.tar.gz
  • Upload date:
  • Size: 36.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for aas_http_client-0.6.2.tar.gz
Algorithm Hash digest
SHA256 058e9f12a3d55c187bf6ef011daa94e309df2b4bb65b1197f0e224841a810e08
MD5 7093227073f08b8c1b6616eefd2c367c
BLAKE2b-256 09030805e2f605133575c41d537af75e27ac4ff3648ff6b9bb1b33c9671aef43

See more details on using hashes here.

File details

Details for the file aas_http_client-0.6.2-py3-none-any.whl.

File metadata

File hashes

Hashes for aas_http_client-0.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 69e7ddab75779bccbeefd054506b9395aced6ec67242dff8d398d2e905db523a
MD5 acb4c8a3a0343ef896e0d79348fa4ba3
BLAKE2b-256 704e3f9037a25286343bfc148a4e90b3fe9847f5d89ea2c8816228ab9a8ebf38

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