Instructions for contributing to plaid-python. A python client library for the Plaid API. This library is fully generated from the Plaid OpenAPI spec.
Have a valid version of Python3 installed, as well as docker.
- To build the docker image for the client tests, run
docker build -t plaid-python .
. - Go to the Plaid Dashboard and copy and paste your
client_id
and sandboxsecret
into the following command. - Run
docker run --rm -e CLIENT_ID=$CLIENT_ID -e SECRET=$SECRET plaid-python
.
If you wish to run a single test, edit the tox.ini
file and rebuild the docker image using the command from step 1.