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.

Development

For first time setup, follow the steps here.

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

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.3.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

indexify-0.0.3-py3-none-any.whl (11.3 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