Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.datalinks.com/llms.txt

Use this file to discover all available pages before exploring further.

To install the SDK, simply use pip or uv:
script
pip install datalinks
# or
uv add datalinks
If you want to install the package in editable development mode (includes pytest, tox, and twine):
  1. Clone the repository from your version-control system.
  2. Create a virtual environment with your tool of choice.
  3. Run the following:
script
pip install -e ".[dev]"
# or
uv pip install -e ".[dev]"