> For the complete documentation index, see [llms.txt](https://info.soccerfootball.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.soccerfootball.info/external-libraries.md).

# External libraries

In addition to the official **soccerfootball.info** API, there are libraries and connectors created by **external developers (community)** or **internal teams** to make integrations faster and easier.\
These projects typically reduce boilerplate by providing ready-to-use methods, handling authentication, and offering higher-level abstractions over the raw HTTP endpoints.

Below you can find a list of available external libraries/connectors.

***

#### Python — `soccer-info`

**Package:** `soccer-info`\
**PyPI:** <https://pypi.org/project/soccer-info/>

A Python library that provides a connector to interact with the **soccerfootball.info** API in a simple and developer-friendly way.

**Install**

```bash
pip install soccer-info
```
