Dlubal API 2.0
Compatibility
This package version is fully compatible with the following Dlubal App version:
✅ X.09.0009.186.ed86c668f7f
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 like RFEM 6, with near future support for RSTAB 9 and RSECTION 1.
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: API Service "On-Premises" (gRPC) | Subscription | 1 Year
- API Credits: Some API methods consume credits.
Example Usage
import dlubal.api.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.9.9
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.9.9.tar.gz | 685.0 kB | Details |
Release files / dlubal_api-2.9.9.tar.gz
| Download URL | dlubal_api-2.9.9.tar.gz |
|---|---|
| Size | 685.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
026c7f444aec4ce9b0b5e06f21563b969ad9e86b795359426dd56b61ea8f9691
|
|
BLAKE2b-256 checksum How to use checksums |
5df28292e1a00e8aec58d66014a7520d940eb9b1e449ab34ff216e8c67d32776
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.2
|