Skip to main content

Python Client for Indexify

Project description

Indexify Python Client

Installation

This is the Python client for interacting with the Indexify service.

To install it, simply run:

pip install indexify

Usage

See the getting started guide for examples of how to use the client. Look at the sdk-py/examples directory for more examples.

Development

Install and run the poetry package manager:

pip install poetry
poetry install

More information at https://python-poetry.org/docs/.

Steps for restarting dev server after updating server code

./install_python_deps.sh
# use `-e`` if you're developing extractors
(cd extractors && pip install -e .)
# use `-e`` if you're developing sdk-py
(cd sdk-py && pip install -e .)

cargo build
make local-dev

# start the server
./target/debug/indexify start-server -d -c local_config.yaml

Environment Variables

IndexifyClient uses httpx under the hood, so there are many environment variables that can be used to configure the client. More information on supported environment variables can be found here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

indexify-0.0.4.tar.gz (9.9 kB view hashes)

Uploaded Source

Built Distribution

indexify-0.0.4-py3-none-any.whl (11.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page