ada-python
ada-python copied to clipboard
Python bindings for Ada URL parser
Bumps [docutils](https://docutils.sourceforge.io) from 0.20.1 to 0.21.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
@tktech did an amazing job with https://github.com/TkTech/can_ada. I think we should follow the path, or maybe merge the two implementations, since it is 2 times faster and the goal of...
Use uv
Since Astro team released uv recently, should we try it with ada-python?
This PR changes our `Makfile` to use `uv pip` instead of `pip`. Resolves #58
Noted in https://github.com/ada-url/ada-python/pull/46: > `pip install ada_url --no-binary ada_url` will fail (on both Linux and Windows) because of the absence of `ada.o` We would need to move the step that...
Noted in https://github.com/ada-url/ada-python/pull/47: > Why do we include .o, .cpp, .c, .h files in the wheels? Afaik, ada works well without them. This issue is to drop them from binary...