Skip to content

Commit 40b29d9

Browse files
committed
docs: fix bytesview → newsdataapi org URLs + add related-libraries footer
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.
1 parent 2c1bf95 commit 40b29d9

1 file changed

Lines changed: 19 additions & 4 deletions

File tree

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<div align="center">
22

3-
[![NewsData.io logo](https://raw.githubusercontent.com/bytesview/python-client/main/newsdata-logo.png)](https://newsdata.io)
3+
[![NewsData.io logo](https://raw.githubusercontent.com/newsdataapi/python-client/main/newsdata-logo.png)](https://newsdata.io)
44

55
# NewsData.io Python Client
66

7-
[![Build Status](https://img.shields.io/github/actions/workflow/status/bytesview/python-client/ci.yml)](https://github.com/bytesview/python-client/actions/workflows/ci.yml)
8-
[![License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/bytesview/python-client/blob/main/LICENSE)
7+
[![Build Status](https://img.shields.io/github/actions/workflow/status/newsdataapi/python-client/ci.yml)](https://github.com/newsdataapi/python-client/actions/workflows/ci.yml)
8+
[![License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/newsdataapi/python-client/blob/main/LICENSE)
99
[![PyPI](https://img.shields.io/pypi/v/newsdataapi?color=084298)](https://pypi.org/project/newsdataapi)
1010
[![PyPI - Downloads](https://img.shields.io/pypi/dm/newsdataapi)](https://pypi.org/project/newsdataapi)
1111
[![Supported Python versions](https://img.shields.io/pypi/pyversions/newsdataapi)](https://pypi.org/project/newsdataapi)
@@ -169,7 +169,7 @@ Defaults sleep about a minute total across all retries (2 s → 4 s → 8 s →
169169
This project uses [uv](https://github.com/astral-sh/uv) for environment and lock management.
170170

171171
```bash
172-
git clone https://github.com/bytesview/python-client
172+
git clone https://github.com/newsdataapi/python-client
173173
cd python-client
174174
uv sync # creates .venv, installs runtime + dev deps from uv.lock
175175
```
@@ -187,6 +187,21 @@ uv run mypy src/
187187

188188
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.
189189

190+
## Related libraries
191+
192+
Official Newsdata.io clients across languages and runtimes:
193+
194+
- **Node.js**[newsdataapi/newsdata-nodejs-client](https://github.com/newsdataapi/newsdata-nodejs-client) (npm)
195+
- **React (hooks)**[newsdataapi/newsdata-reactjs-client](https://github.com/newsdataapi/newsdata-reactjs-client) (npm)
196+
- **PHP**[newsdataapi/php-client](https://github.com/newsdataapi/php-client) ([Packagist](https://packagist.org/packages/newsdataio/newsdataapi))
197+
- **Java**[newsdataapi/newsdata-java-sdk](https://github.com/newsdataapi/newsdata-java-sdk) (Maven Central)
198+
- **.NET**[newsdataapi/newsdata-dotnet-sdk](https://github.com/newsdataapi/newsdata-dotnet-sdk) ([NuGet](https://www.nuget.org/packages/Newsdata.Api/))
199+
- **Go**[newsdataapi/newsdata-go-client](https://github.com/newsdataapi/newsdata-go-client) (Go modules)
200+
- **Dart / Flutter**[newsdataapi/newsdata-flutter-client](https://github.com/newsdataapi/newsdata-flutter-client) (pub.dev)
201+
- **MCP Server (AI assistants)**[newsdataapi/newsdata.io-mcp](https://github.com/newsdataapi/newsdata.io-mcp) ([PyPI](https://pypi.org/project/newsdata-mcp/))
202+
203+
Also see [free news datasets](https://github.com/newsdataapi/newsdata.io-free-datasets) for ML / NLP work.
204+
190205
## License
191206

192207
MIT. See the [LICENSE](LICENSE) file.

0 commit comments

Comments
 (0)