Skip to content

xpipe-io/xpipe-python-api

This branch is 13 commits ahead of coandco/python_xpipe_client:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 28, 2025
5c4473f · Feb 28, 2025

History

61 Commits
Feb 28, 2025
Feb 28, 2025
Jan 16, 2025
Sep 9, 2024
Feb 28, 2025
Feb 28, 2025
Jun 17, 2024

Repository files navigation

XPipe Python API

GitHub license PyPI version

Python client for the XPipe API. This library is a wrapper for the raw HTTP API and intended to make working with it more convenient.

python3 -m pip install xpipe_api

You can find the documentation at https://docs.xpipe.io/guide/python-api.

Development

To run the test suite, you'll need to define the XPIPE_APIKEY env var. This will allow the two "log in with the ApiKey rather than Local method" tests to work. Here's the recommended method for running the tests with poetry:

cd /path/to/xpipe-python-api
poetry install
XPIPE_APIKEY=<api_key> poetry run pytest

Languages

  • Python 100.0%