soniaai / rules_poetry

Bazel rules that use Poetry for Python package management
MIT License
72 stars 22 forks source link

Bazel 4.0 and above now supports JSON parsing natively #9

Closed AndrewGuenther closed 2 years ago

AndrewGuenther commented 2 years ago

https://docs.bazel.build/versions/main/skylark/lib/json.html

Would be nice to be able to ditch json_parser.bzl...

NathanHowell commented 2 years ago

absolutely worth doing, care to take a stab at it? we're currently powering about 20,000 builds per day, would be great to optimize this a bit for the community 😎