# Community libraries & tools

## Libraries

| LANGUAGE      | PROJECT                                                                                  | AUTHOUR & MAINTAINER                               |
| ------------- | ---------------------------------------------------------------------------------------- | -------------------------------------------------- |
| PHP           | [investec-sdk-php](https://github.com/nikspyratos/investec-sdk-php)                      | [Nik Spyratos](https://github.com/nikspyratos)     |
| Python        | [ipb-python-wrapper](https://github.com/GoosenA/ipb-python-wrapper)                      | [Anri Goosen](https://github.com/GoosenA)          |
| Python        | [investec-api-python](https://github.com/tailucas/investec-api-python)                   | [Tai Lucas](https://github.com/tailucas)           |
| Ruby on Rails | [investec-open-api](https://github.com/programmable-banking-community/investec_open_api) | Community team                                     |
| TypeScript    | [investecAPI npm module](https://github.com/FrikkieSnyman/investec-api)                  | [Frikkie Snyman](https://github.com/FrikkieSnyman) |

## Tools

<table><thead><tr><th width="266.3333333333333">DESCRIPTION</th><th>PROJECT</th><th>AUTHOUR &#x26; MAINTAINER</th></tr></thead><tbody><tr><td><strong>Mock API simulator</strong><br></td><td><a href="https://github.com/devinpearson/programmable-banking-sim">programmable-banking-sim</a></td><td><a href="https://github.com/devinpearson">Devin Pearson</a></td></tr><tr><td><strong>CLI card code emulator</strong></td><td><a href="https://github.com/devinpearson/card-code-cli">card-code-cli</a></td><td><a href="https://github.com/devinpearson">Devin Pearson</a></td></tr><tr><td><strong>Postman collection</strong></td><td><a href="https://www.postman.com/investec-open-api/workspace/programmable-banking/overview">investec-api-collection</a></td><td><a href="https://github.com/devinpearson">Devin Pearson</a></td></tr><tr><td><strong>Authentication component</strong></td><td><a href="https://www.npmjs.com/package/investec-auth-library">investec-auth-library</a></td><td><a href="https://github.com/dominicsanto">Dom Santo</a></td></tr></tbody></table>

{% hint style="info" %}
Keen to create and maintain a library for others in the community to use?

Contact the core community team at <developer.community@investec.com>
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://investec.gitbook.io/programmable-banking-community-wiki/get-building/community-libraries-and-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
