Skip to main content

Community-maintained dlt sources for various APIs

Project description

dlt-community-sources

CI PyPI License: MIT Python 3.12+

Community-maintained dlt sources for various APIs. Install only what you need via extras.

Available Sources

Source Extra Description
App Store Connect app-store-connect Apple App Store Connect API
Twilio twilio Twilio SMS, Calls, Usage Records
NextDNS nextdns NextDNS logs and analytics

Installation

pip install dlt-community-sources[app-store-connect]

Or with uv:

uv add dlt-community-sources[app-store-connect]

Usage

import dlt
from dlt_community_sources.twilio import twilio_source

pipeline = dlt.pipeline(
    pipeline_name="twilio",
    destination="duckdb",
    dataset_name="twilio_data",
)

source = twilio_source(
    account_sid="your_account_sid",
    auth_token="your_auth_token",
    resources=["messages", "calls"],
)

load_info = pipeline.run(source)
print(load_info)

See each source's README for detailed usage and authentication options.

Features

All sources share these common features:

  • Incremental loading where applicable
  • Automatic token/auth refresh
  • Rate limit handling with exponential backoff
  • Graceful permission handling (skips inaccessible resources)
  • Works with any dlt destination

Development

# Fork the repository first, then:
git clone https://github.com/YOUR_USERNAME/dlt-community-sources.git
cd dlt-community-sources
uv sync --group dev
uv run pytest -v
uv run ruff check .

AI-assisted development

This repository is set up for AI coding assistants. Rules and skills are managed in .ai/ as a single source of truth and synced to tool-specific locations via scripts/sync-ai-rules.sh.

File Tool
.ai/rules.md Source of truth
CLAUDE.md Claude Code
.cursor/rules/ Cursor
.github/copilot-instructions.md GitHub Copilot
.clinerules/ Cline
.continue/rules/ Continue
.ai/skills/*.md.claude/skills/ Claude Code skills

Edit .ai/ only, then run bash scripts/sync-ai-rules.sh. CI checks that files are in sync.

Contributing

See CONTRIBUTING.md.

License

MIT

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

dlt_community_sources-0.5.2.tar.gz (13.8 kB view details)

Uploaded Source

Built Distribution

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

dlt_community_sources-0.5.2-py3-none-any.whl (21.6 kB view details)

Uploaded Python 3

File details

Details for the file dlt_community_sources-0.5.2.tar.gz.

File metadata

  • Download URL: dlt_community_sources-0.5.2.tar.gz
  • Upload date:
  • Size: 13.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for dlt_community_sources-0.5.2.tar.gz
Algorithm Hash digest
SHA256 38e70c8cb81735acd47f25784ca29378adb075d7b08c8fda2558d7781d2c341d
MD5 470773fbd8295f4e63f185c98243cb1b
BLAKE2b-256 2a999cf4e92d678871823a040017ece01711a03dcfa7ced8e27a014002285efb

See more details on using hashes here.

Provenance

The following attestation bundles were made for dlt_community_sources-0.5.2.tar.gz:

Publisher: publish.yaml on ota2000/dlt-community-sources

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dlt_community_sources-0.5.2-py3-none-any.whl.

File metadata

File hashes

Hashes for dlt_community_sources-0.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 648141cab7f0b42b0c6ae4cf8ae10eca2724d94bd7d0abca1bb21e415586076e
MD5 a5cc76994ea51419f09156e174218446
BLAKE2b-256 29e907a4a8fe6e1c7e2d6db0c3cb3d3c6ac3e2ee53daad64a4a0e1ba040e294c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dlt_community_sources-0.5.2-py3-none-any.whl:

Publisher: publish.yaml on ota2000/dlt-community-sources

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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