Installing
We distribute packages via dltHub PyPI, for example to install dlt-plus
package:
pip install --index-url https://pypi.dlthub.com dlt-plus
Packages can be download in order to inspect or hack source code:
pip download --index-url https://pypi.dlthub.com dlt-plus-sources --no-deps
Uncompress the wheel file that will be downloaded.