Open-source dlt verified sources maintained by Paradox Machines
Project description
paradoxmachines-dlt-sources
Open-source dlt verified sources maintained by Paradox Machines.
This repo follows the structural conventions of
dlt-hub/verified-sources
— each source is a self-contained folder under paradox_dlt_sources/
with its own README, helpers, settings, and requirements.
Install
Two supported flows:
A. As a PyPI dependency (recommended for production)
pip install paradoxmachines-dlt-sources
Pinnable, reproducible, no scaffolding.
B. Via dlt init (scaffold a starter project)
Each source is also mirrored at sources/<name>/ so dlt's CLI can scaffold
a standalone project the same way it does for
dlt-hub/verified-sources:
dlt init attio duckdb --location https://github.com/Paradox-Machines/dlt-sources
This drops attio/, attio_pipeline.py, requirements.txt, and
.dlt/{secrets,config}.toml into your cwd, with secret keys pre-populated
from the source signature. Substitute any of agree_com, attio, github,
hubspot, notion, pipedrive, quickbooks, stripe for the source name,
and any dlt destination
for duckdb. Run dlt init --list-sources --location <url> to enumerate.
Maintainers: the
sources/tree is generated. After editing anyparadox_dlt_sources/<name>/, runpython scripts/sync_dlt_init_layout.pyto mirror the changes. CI runs--checkto fail PRs that drift.
Sources
| Source | Status | Resources |
|---|---|---|
| agree_com | beta | agreements, contacts, invoices, schedules |
| attio | beta | companies, people, deals, lists, notes |
| github | beta | organizations, users, repositories, pull_requests, commits, pull_request_commits, pull_request_stats |
| hubspot | beta | companies, contacts, deals, engagements, deal_pipelines |
| notion | beta | users, databases, pages, blocks, comments |
| pipedrive | beta | persons, deals, leads, activities, organizations, stages, users_recents |
| quickbooks | beta | 24 entities (invoices, customers, accounts, transactions, …) |
| stripe | beta | charges, customers, invoices, refunds |
More sources coming as we port them from our internal pipeline. See CONTRIBUTING.md for the porting checklist.
Usage (PyPI flow)
import dlt
from paradox_dlt_sources.attio import attio_source
pipeline = dlt.pipeline(
pipeline_name="attio_demo",
destination="duckdb",
dataset_name="attio_data",
)
pipeline.run(attio_source()) # api_key resolved from .dlt/secrets.toml
Configure .dlt/secrets.toml:
[sources.attio]
api_key = "your_attio_api_key"
For the dlt init flow, the scaffolded <source>_pipeline.py is the
equivalent demo — import paths are bare (from attio import attio_source)
because the source folder lands at your project root.
License
Apache 2.0 — see LICENSE.
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 paradoxmachines_dlt_sources-0.1.0a3.tar.gz.
File metadata
- Download URL: paradoxmachines_dlt_sources-0.1.0a3.tar.gz
- Upload date:
- Size: 51.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb2b2e564965123c612671221ad4e201c21ff06c31a271c13574d21035e0b32b
|
|
| MD5 |
e00a174c3a07dad60499348446408794
|
|
| BLAKE2b-256 |
467ea62ca53fc71207e1bb7d5cae02fd8616c13de85894f79726d3c321ea69a5
|
Provenance
The following attestation bundles were made for paradoxmachines_dlt_sources-0.1.0a3.tar.gz:
Publisher:
release.yml on Paradox-Machines/dlt-sources
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
paradoxmachines_dlt_sources-0.1.0a3.tar.gz -
Subject digest:
bb2b2e564965123c612671221ad4e201c21ff06c31a271c13574d21035e0b32b - Sigstore transparency entry: 1606875991
- Sigstore integration time:
-
Permalink:
Paradox-Machines/dlt-sources@2b5109901310085703dc24cfcdf761bc18d7977f -
Branch / Tag:
refs/tags/v0.1.0a3 - Owner: https://github.com/Paradox-Machines
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2b5109901310085703dc24cfcdf761bc18d7977f -
Trigger Event:
push
-
Statement type:
File details
Details for the file paradoxmachines_dlt_sources-0.1.0a3-py3-none-any.whl.
File metadata
- Download URL: paradoxmachines_dlt_sources-0.1.0a3-py3-none-any.whl
- Upload date:
- Size: 68.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96505050b007dac1c1c86a80c07151cfba49dd08e651e5e90d9b4af8178adada
|
|
| MD5 |
5a978d4d558670420ce83dc7d6f27fec
|
|
| BLAKE2b-256 |
9e0139b4a12ad8949027020adf730a5cc1b694615644ae1f89e7f391e5dcbc0c
|
Provenance
The following attestation bundles were made for paradoxmachines_dlt_sources-0.1.0a3-py3-none-any.whl:
Publisher:
release.yml on Paradox-Machines/dlt-sources
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
paradoxmachines_dlt_sources-0.1.0a3-py3-none-any.whl -
Subject digest:
96505050b007dac1c1c86a80c07151cfba49dd08e651e5e90d9b4af8178adada - Sigstore transparency entry: 1606876046
- Sigstore integration time:
-
Permalink:
Paradox-Machines/dlt-sources@2b5109901310085703dc24cfcdf761bc18d7977f -
Branch / Tag:
refs/tags/v0.1.0a3 - Owner: https://github.com/Paradox-Machines
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@2b5109901310085703dc24cfcdf761bc18d7977f -
Trigger Event:
push
-
Statement type: