pydiverse / pydiverse.pipedag

A data pipeline orchestration library for rapid iterative development with automatic cache invalidation allowing users to focus writing their tasks in pandas, polars, sqlalchemy, ibis, and alike.
https://pydiversepipedag.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Provide pydiverse.pipedag.__version__ #174

Open windiana42 opened 3 months ago

windiana42 commented 3 months ago

It would be quite common and convenient for an open source package if this works:

import pydiverse.pipedag as dag
dag.__version__