Using PyJulia (or similar) to create a pip-installable python package from a registered julia package?

I’m looking for a way to create a pip-installable wrapper for an registered julia package.
Is this even possible?

yes: PySR/__init__.py at master · MilesCranmer/PySR · GitHub

1 Like

oh wow thanks!