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

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


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.0.1.tar.gz (40.9 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.0.1-py3-none-any.whl (23.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: daselement_api-1.0.1.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

Hashes for daselement_api-1.0.1.tar.gz
Algorithm Hash digest
SHA256 5f49cbf3bcbd8de83323ac002323225325abe704c13c1c5520bba591ffa6e349
MD5 faf3477631feb10fa0f10844751d14b4
BLAKE2b-256 d6dec8114f9b5d5f1734999789fd8c0f827cba04c932a623f37de415e40b156f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: daselement_api-1.0.1-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

Hashes for daselement_api-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 43c407c84893b45846130e52ca01a8873dc31c3c0e215ed21aef3f8c3287965e
MD5 2aec6aae4b3579961e5ed036b9270dbd
BLAKE2b-256 33526e50cc548f21cd54316fe1ab00a57e9ded5c63b263c149c10508ff570c6e

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