We are excited to announce the GA release of Pygen. This python package generates an SDK based on your data model. This enables you to easily explore your data in low-code way.
For example, the Jupyter notebook in CDF, given the wind turbine data model below.
You can generate an SDK, which is Python code
You can use it to explore the data in your model with methods matching the views/types in your model.
Pygen generated SDK supports, listing, searching, querying/filtering, upserting, deletion, and aggregation.
💡 How to try it out:
- Check the installation guide in the documentation.
- Check out the quick start guide in the documentation.