Testing | |
Package | |
License | |
Mentioned in |
The VTL Engine is a Python library that allows you to validate, format and execute VTL scripts.
It is a Python-based library around the VTL Language 2.1.
The VTL Engine requires Python 3.9 or higher.
To install the VTL Engine on any Operating System, you can use pip:
pip install vtlengine
Note: it is recommended to install the VTL Engine in a virtual environment.
If you want to use the S3 functionality, you can install the VTL Engine with the s3
extra:
pip install vtlengine[s3]
The documentation for the VTL Engine is available at docs.vtlengine.meaningfuldata.eu.