Dlubal API
Compatibility
This package version is fully compatible with the following Dlubal App version:
✅ X.15.0012.366.f4a3f246c75
Overview
The dlubal.api package is the next-generation Python client library for interacting with Dlubal Software APIs, leveraging modern gRPC technology to deliver high-speed communication, scalability, and improved performance. This API enables seamless automation and remote access to Dlubal software RFEM 6 and RSTAB 9, with plans for near-future support for additional products in the Dlubal portfolio.
Installation
Ensure you have Python 3.10+ installed. Then, install the package via pip:
pip install dlubal.api
For additional installation options, refer to the official documentation.
Quick Start
Authentication & Authorization
To use the API, you need:
- API Key: Obtainable via your Extranet | API & Cloud dashboard.
- API Subscription: Dlubal API Subscriptions
Example Usage
from dlubal.api import rfem
with rfem.Application(api_key="your_api_key") as rfem_app:
# Example API call
rfem_app.create_model("MyModel")
rfem_app.create_object(
rfem.structure_core.Node(coordinate_1=2)
)
Documentation & Support
- 📖 API Documentation: API Docs
- 💬 Support: Contact Dlubal Support
- 🔑 Extranet: API & Cloud Dashboard
License
This package is proprietary software and requires an active API Service subscription. Unauthorized use is prohibited.
Release files for dlubal.api 2.15.12
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dlubal_api-2.15.12.tar.gz | 4.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dlubal_api-2.15.12-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.6 MB
Release files / dlubal_api-2.15.12.tar.gz
| Download URL | dlubal_api-2.15.12.tar.gz |
|---|---|
| Size | 4.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5af8f9f18490363d1df9c567e7159a85cc56669e108cebb36756cdb46b6448e6
|
|
BLAKE2b-256 checksum How to use checksums |
67848050dec2000460c0f7309ceda432ff6c4ef06399a55eeddae24c99ce1252
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|
Release files / dlubal_api-2.15.12-py3-none-any.whl
| Download URL | dlubal_api-2.15.12-py3-none-any.whl |
|---|---|
| Size | 5.2 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a57f1f51d96836993b6afc00f564ac5f116a0e54d8f30e78c1ab92cb7386cceb
|
|
BLAKE2b-256 checksum How to use checksums |
1443e6792dfd522b1783f95efcdb304d8ae5b70f36b7be084eca46c3a567cf3b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|