Skip to content

Installation

Dependencies

These distributions will be installed automatically when installing python-pinterest.

  • HTTPX is a next generation HTTP client for Python. We use it to send request.
  • Authlib is ultimate Python library in building OAuth and OpenID Connect servers. JWS, JWK, JWA, JWT are included.

Installation

From Pypi

$ pip install python-pinterest

From source

use Poetry

$ git clone https://github.com/sns-sdks/python-pinterest
$ cd python-pinterest
$ make env
$ poetry build
make env

Testing

Test the code, Run:

make test

See the coverage information:

make cov-term