From 1d6a271f0e38c6b2f7a6e0be8d3de4ad20471b2f Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Tue, 10 Sep 2024 16:11:29 +0200 Subject: [PATCH] Update docs/website/docs/intro.md Co-authored-by: Akela Drissner-Schmid <32450038+akelad@users.noreply.github.com> --- docs/website/docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/intro.md b/docs/website/docs/intro.md index 02eac8531e..d16da3b671 100644 --- a/docs/website/docs/intro.md +++ b/docs/website/docs/intro.md @@ -12,7 +12,7 @@ import snippets from '!!raw-loader!./intro-snippets.py'; ## What is dlt? -dlt is a Python library that simplifies how you move data between various sources and destinations. It offers a lightweight interface for extracting data from [REST APIs](./tutorial/rest-api), [SQL databases](./tutorial/sql-database), [cloud storages](./tutorial/filesystem), [Python data structures](getting-started), and more. +dlt is an open-source Python library that loads data from various, often messy data sources into well-structured, live datasets. It offers a lightweight interface for extracting data from [REST APIs](./tutorial/rest-api), [SQL databases](./tutorial/sql-database), [cloud storage](./tutorial/filesystem), [Python data structures](getting-started), and [many more](./sources). dlt is designed to be easy to use, flexible, and scalable: