pydantic / jiter

Fast iterable JSON parser.
https://crates.io/crates/jiter
MIT License
182 stars 11 forks source link

Publish this package to PyPi? #92

Closed RobertCraigie closed 3 months ago

RobertCraigie commented 3 months ago

Hey! I really want to make use of the new partial JSON parsing support in one of the libraries I maintain but we've been maintaining compatibility with Pydantic v1 and it's still getting a lot of usage so we can't bump our minimum version requirement just yet :/

Would you be open to publishing this parser as a separate package to PyPi so we can add that as a dependency instead?

samuelcolvin commented 3 months ago

Yes we will, that's the plan.

RobertCraigie commented 3 months ago

Awesome! Any planned timeline you can share?

samuelcolvin commented 3 months ago

As soon as I have time.

Sorry, I can't be more specific than that.

samuelcolvin commented 3 months ago

https://pypi.org/project/jiter/ done

RobertCraigie commented 3 months ago

Thank you so much!