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

💻 Tutorials

👨‍⚕️ Troubleshooting

🤖 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.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.4.7.tar.gz (26.5 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.4.7-py3-none-any.whl (22.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for aas_http_client-0.4.7.tar.gz
Algorithm Hash digest
SHA256 e72fcc33d3641b0d21c44cb773be0dc54fa563c8c568583d1d6accff40b5e665
MD5 ef883db994d61ea51413af5c7bb45f35
BLAKE2b-256 55b7ae0c8edb0b40969e23047a92ee3678ab5f93ae7d1268ed53891eaf86ef8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for aas_http_client-0.4.7-py3-none-any.whl
Algorithm Hash digest
SHA256 eaae29c589dee3361084c63b4e498fa437c2322a28c76523fe408ca3302f40ef
MD5 04b0f87dfee0cba2ab667b979fd1b64e
BLAKE2b-256 be8220d00c91be6e2bc54da18c72a7253e75984bfd97f0bc4d87be23c4811011

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