You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm the maintainer of the Pypst package, which lets you dynamically generate Typst code in Python. I use it myself to automatically generate PDF reports. It has Pandas integration, too, so converting data frames to Typst tables is effortless.
The package is available on PyPI and already gathered some GitHub stars and third-party contributions. Download stats are at around 900 last month. I'd be glad if you could add it to the list.
The text was updated successfully, but these errors were encountered:
can you please add polars support as well? thanks.
Would be a useful addition for sure. I never used Polars before, so I can't estimate how much work it would be. For the time being, you could use polars.DataFrame.to_pandas as a bridge, though.
Hey there,
I'm the maintainer of the Pypst package, which lets you dynamically generate Typst code in Python. I use it myself to automatically generate PDF reports. It has Pandas integration, too, so converting data frames to Typst tables is effortless.
The package is available on PyPI and already gathered some GitHub stars and third-party contributions. Download stats are at around 900 last month. I'd be glad if you could add it to the list.
The text was updated successfully, but these errors were encountered: