You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The badges and clone-command URL all pointed at the old bytesview org;
the repo was moved to newsdataapi but the README never caught up. Logo
image was probably 404'ing too.
Also add the cross-link footer that the other newsdataapi/* sibling
repos use, so the suite reads as one coherent set.
uv sync # creates .venv, installs runtime + dev deps from uv.lock
175
175
```
@@ -187,6 +187,21 @@ uv run mypy src/
187
187
188
188
Dev dependencies live in PEP 735 `[dependency-groups].dev` (uv-native). Plain `pip install -e ".[dev]"` will not pick them up; if you can't use uv, install the contents of the `dev` group in `pyproject.toml` by hand.
189
189
190
+
## Related libraries
191
+
192
+
Official Newsdata.io clients across languages and runtimes:
0 commit comments