Skip to content

This is a client library for Faythe built on the its API. It provides a Python API (the faytheclient module)

License

Notifications You must be signed in to change notification settings

ntk148v/faythe-python-client

Folders and files

NameName
Last commit message
Last commit date
Aug 12, 2020
Jul 3, 2020
Jul 3, 2020
Apr 2, 2020
Jul 3, 2020
Mar 30, 2020
Jul 3, 2020
Jul 25, 2023
Aug 12, 2020
Jul 3, 2020
Mar 30, 2020

Repository files navigation

Faythe Python Client

license PyPI version

This is a client library for Faythe built on the its API. It provides a Python API (the faytheclient module).

  • Python 3 only.
  • This client is compatible with Faythe version >= v0.4.4.

Installation

Install the client:

python setup.py install

This package can be found on PyPI.

pip install faytheclient

Examples

The example can be found here.

  • Create a copy of the environment variables example. Then adjust it:
cp .env.example .env
  • Source the .env file:
source .env
  • Run the example:
python example.py