Skip to main content

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

Directly define the executable paths in your Python script. Overwrite the values of daselement_api/manager.py like this:

from daselement_api import manager as de_manager

de_manager.EXECUTABLE_CLI = '/path/to/das-element-cli_2.2.2_lin'
de_manager.EXECUTABLE_CLI_FULL = '/path/to/das-element-cli-full_2.2.2_lin'

🧠 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

daselement_api-1.1.2.tar.gz (55.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

daselement_api-1.1.2-py3-none-any.whl (24.3 kB view details)

Uploaded Python 3

File details

Details for the file daselement_api-1.1.2.tar.gz.

File metadata

  • Download URL: daselement_api-1.1.2.tar.gz
  • Upload date:
  • Size: 55.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for daselement_api-1.1.2.tar.gz
Algorithm Hash digest
SHA256 87cd0d3fc3775cf7949ad03a336e9adb26e3be75ac309fdcfed1b2277b572a9f
MD5 37ca510b1ad05a0938f7413c70b65953
BLAKE2b-256 77fb3501ace3786ea8bcedf60047ffbbec78d2e22bfb0b14f8132bf16b19dd05

See more details on using hashes here.

File details

Details for the file daselement_api-1.1.2-py3-none-any.whl.

File metadata

  • Download URL: daselement_api-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 24.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for daselement_api-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ab9a33a40608fc985519918a79854f253bd37af2b98601628ec204423dc687dd
MD5 4470f6126931f110c4c3a5c7042d53f1
BLAKE2b-256 821f63e97085f165127665ea8e9f75b267b9fbad046475acd4f91646fdbb99f9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page