Python Client Library for Dlubal Software APIs powered by gRPC
Project description
Dlubal API 2.0
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.
Key Features
- Unified API: Works across all Dlubal applications, starting with RFEM.
- Performance Boost: 5-10x faster execution than previous implementations.
- Seamless Model Export: Generate Python scripts directly from RFEM models.
- Blocks & Components: Define reusable components for efficient model parametrization.
- AI-Driven Tools: Leverage AI-based features (e.g., MIA powered by structured data).
- Flexible Licensing: Supports on-premises and cloud-based workflows.
- Secure & Scalable: API authentication via API keys, with fine-grained access control.
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 access the API, you need:
- Authentication: API Keys which can be generated in your Extranet user account under the API & Cloud Dashboard.
- Authorization: Active API Service subscription (license-based).
Be aware, certain API methods are monetized by API 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.
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
File details
Details for the file dlubal_api-2.9.4.tar.gz
.
File metadata
- Download URL: dlubal_api-2.9.4.tar.gz
- Upload date:
- Size: 474.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa90704484f6dbc33b7dfa0735635cb46c7ddeaf1115138f41d9534ccbb6aa14 |
|
MD5 | e931fddaa64032e55c4b3b0331bf71b6 |
|
BLAKE2b-256 | cc0447266110fb68f93ededd61bb2f8d7d243d34f905b08f5a8cdcc470bbb308 |