Installation

  • This package is written to be used as a XTS API Client in Python.
  • With the correct API credentials, User can access XTS interactive & market data.
  • Use uv packages manager to install the package. Example of the command is shown below. (recommended)

Step 1.

uv add --frozen http://pypi.rmoneyindia.in:8080/xts_api_client-1.0.7-py3-none-any.whl

Step 2.

uv sync
pip install http://pypi.rmoneyindia.in:8080/xts_api_client-1.0.7-py3-none-any.whl

Local Installation

  • To install the package locally, download the complete zip of the package.
  • As per user discretion, use virtual envirnment or uv package manager. Activate the envirnment. This is an optional step .
  • Navigate the PowerShell/Command prompt to the directory (xts_api_client\dist) where xts_api_client-0.1.0-py3-none-any.whl file exists.
  • Use "pip install xts_api_client-0.1.0-py3-none-any.whl"
  • Use "pip list" or "uv pip list" to verify the installation.

Pip install/uv add

Currently, the package is not been hosted on the Python Package Index. So other workarounds are mentioned here to make use of the package.