Das Element Python API
Project description
Das Element Python API
Official Python API for the Das Element asset library software.
🧩 Installation
Install the package using pip:
pip install daselement-api
⚙️ Configuration
The API internally calls the command-line interface (CLI) version of Das Element.
To ensure it works correctly, link the CLI executables by setting the following environment variables:
Environment Variables
| Variable | Description |
|---|---|
DASELEMENT_CLI |
Path to Das Element CLI executable |
DASELEMENT_CLI_FULL |
Path to Das Element CLI full executable |
export DASELEMENT_CLI=/path/to/das-element
export DASELEMENT_CLI_FULL=/path/to/das-element-full
Alternative Configuration
You can also hardcode the paths directly in daselement_api/manager.py by modifying these values:
EXECUTABLE_CLI = "path/to/das-element"
EXECUTABLE_CLI_FULL = "path/to/das-element-full"
🧠 Example Usage
from daselement_api import api as de
libraries = de.get_libraries()
for library, config in libraries.items():
print(library)
print(config)
📚 Documentation
For the full API reference and examples, visit:
👉 docu.api.das-element.com
🧾 License
This project is distributed under the terms of the license provided with Das Element.
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 daselement_api-1.0.2.tar.gz.
File metadata
- Download URL: daselement_api-1.0.2.tar.gz
- Upload date:
- Size: 40.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a0cf4b012a126b9a572197cee882bc21badd8cdfb3ffe300bf677f3aecf436b
|
|
| MD5 |
b776171a454d39db0b4e243556ac2a3d
|
|
| BLAKE2b-256 |
001cb5f8c60ad183de0922bef98b4551668015a75dd5f11e0f4201fde8e480af
|
File details
Details for the file daselement_api-1.0.2-py3-none-any.whl.
File metadata
- Download URL: daselement_api-1.0.2-py3-none-any.whl
- Upload date:
- Size: 23.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2499c7c95651cc260f354cb09ea1145dd53ef4ae584512465597a170a36aed67
|
|
| MD5 |
4606cbd033fb514f27b754fdba1095a3
|
|
| BLAKE2b-256 |
4202cdf36bff56b7006b40a68e81aef5b8e33845db2e5d71af20f4dfa28fb9d3
|