Add uarite-js: JavaScript/TypeScript port published to npm. Bump version.

This commit is contained in:
2026-09-09 23:35:59 +00:00
parent f25bfafbc7
commit a225bacfc4
12 changed files with 917 additions and 4 deletions
+3 -3
View File
@@ -1,17 +1,17 @@
# User-Agent Parsing Done Right
Fast and accurate handling of modern browsers and crawlers. Despite its light weight, uarite identifies both browsers and crawlers more accurately than any competing implementation tested here. Despite being pure Python, it outperforms ua-parser's C++/Rust variants.
Fast and accurate handling of modern browsers and crawlers. Despite its light weight, uarite identifies both browsers and crawlers more accurately than any competing implementation tested here. Despite being pure Python, it outperforms ua-parser's C++/Rust variants. We also provide a [JavaScript uarite](https://www.npmjs.com/package/@vasanko/uarite) with exact same output.
It returns structured classification, but also the thing most applications eventually need: **a short pretty description**.
## Usage
Add it to your project:
```sh
uv add uarite
```
## Usage
```python
from uarite import uaparse