Python Client Library for Dlubal Software APIs powered by gRPC
Project description
Dlubal API
Compatibility
This package version is fully compatible with the following Dlubal App version:
✅ X.13.0004.211.57a27e02d12
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.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dlubal_api-2.13.4.tar.gz.
File metadata
- Download URL: dlubal_api-2.13.4.tar.gz
- Upload date:
- Size: 4.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec699c7481c09300721fcbeb06860b613ec641121c070c0367275a5a3f4038b6
|
|
| MD5 |
aaf5d0e47386d4012ad183c8f29bfc5f
|
|
| BLAKE2b-256 |
b67aee767528b6304aac8c80ee82488ab97158118b7f5293eaf053b7b95e0e14
|
File details
Details for the file dlubal_api-2.13.4-py3-none-any.whl.
File metadata
- Download URL: dlubal_api-2.13.4-py3-none-any.whl
- Upload date:
- Size: 4.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d898501dba37e94092d1219a710c95d315a4615c6348c9ce535471f10e25949
|
|
| MD5 |
b2463bb2953a876d851bd19191c8e5fb
|
|
| BLAKE2b-256 |
cadfe91a5a28fdbb4f4c044277370509eb3b774915ac743042b44d4ec9877a82
|