Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pypst, a library for dynamically generating Typst code in Python #223

Open
tilman151 opened this issue Jan 8, 2025 · 2 comments
Open

Comments

@tilman151
Copy link

tilman151 commented Jan 8, 2025

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.

@lazyzyf
Copy link

lazyzyf commented Jan 8, 2025

can you please add polars support as well? thanks.

@tilman151
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants