VTL Engine Documentation ######################## The VTL Engine is a Python library that allows you to validate and run VTL scripts. It is a Python-based library around the `VTL Language 2.0 `_ *VTL Language 2.1 will be supported soon, you can* `track our progress `_ Installation ************ Requirements ============ The VTL Engine requires Python 3.10 or higher. Useful links ============ - `MeaningfulData: who we are `_ - `Source Code `_ - `PyPI link `_ - `Bug Tracker `_ - `New features Tracker `_ Install with pip ================ To install the VTL Engine on any Operating System, you can download it from `pip `_: .. code-block:: bash pip install vtlengine .. important:: It is recommended to install any python package in a virtual environment. Please follow `these steps `_ .. toctree:: index walkthrough api