Skip to main content

The Official Gestell Python SDK

Project description

Gestell Python SDK

license python-version version Coverage Status CircleCI

A fully featured SDK with extensive code completion and typesystems for interacting with the Gestell Platform. Full featured support for Python 3.X. Uses asynchronous coroutines by design.

Project Preview

Quick Start

First, get an API Key from https://platform.gestell.ai. Then install gestell:

pip install gestell

Or...

uv add gestell

Second, load the API Key into your terminal session, or, pass it into the SDK:

# Load it into your terminal session
export GESTELL_API_KEY = "..."

Or load it directly in the client:

from gestell import Gestell


gestell = Gestell(key='...', url='...', debug=True)

Gestell will also read and load these environment variables from a .env file.

Finally, start using the Gestell Platform SDK. The SDK can be used both on the client and server side. A public facing app should use it server side only due to the API Key being passed into the SDK and requests:

import asyncio
from gestell import Gestell


gestell = Gestell()

async def main():
    response = await gestell.collection.list()
    print(response)

if __name__ == "__main__":
    asyncio.run(main())

Guide

You can review guides on common workflows and use cases for the Gestell Platform by going to https://gestell.ai/docs. There is a full guide to create, prompt, search and gather labels and tables at https://gestell.ai/docs/guide.

Contributing

All workflows in the SDK use ruff and uv.

Opening an issue to address your concern is recommended. However, if you plan to submit a pull request (PR), please adhere to the following:

  1. Align with the Repo Structure: Organize canonical functionality within the appropriate folders. Provide clear documentation and usage annotations in the base class structures.

  2. Pass All Unit Tests: Ensure all pytest unit tests pass and maintain near full code coverage.

  3. Provide a Detailed PR Description: Clearly outline the changes made and the specific issues they resolve in your pull request.

The workflow is as follows:

# Run unit tests
ruff check
ruff format
uv run pytest
uv run coveralls

# Compile a new dist
uv venv
rm -rf dist
uv build

# Verify and test the package externally with uv and a normal venv environment
cd ..
uv init test
cd test
uv add ../python-sdk
uv pip install ../python-sdk/dist/gestell-1.2.2-py3-none-any.whl

CHANGELOG

Review the CHANGELOG to see updates and/or improvements to the SDK.

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

gestell-1.2.3.tar.gz (1.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gestell-1.2.3-py3-none-any.whl (251.5 kB view details)

Uploaded Python 3

File details

Details for the file gestell-1.2.3.tar.gz.

File metadata

  • Download URL: gestell-1.2.3.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.9

File hashes

Hashes for gestell-1.2.3.tar.gz
Algorithm Hash digest
SHA256 fff1289ca7e99c250fd5e8e9f036ee153e5d00a5027e7db83a0d8c7d4b4b37e0
MD5 0afe1f529963861caf2c9c1611ffcdb9
BLAKE2b-256 555181b4524443559a042370f20bfee1451a5963728ad88e6b6a90ed40bdd1e4

See more details on using hashes here.

File details

Details for the file gestell-1.2.3-py3-none-any.whl.

File metadata

  • Download URL: gestell-1.2.3-py3-none-any.whl
  • Upload date:
  • Size: 251.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.9

File hashes

Hashes for gestell-1.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 21876f03f219ce0a0014e048c8073161e0e241aa864a61debe0a051be08386e9
MD5 2decc5c5d5f12e9431a902248ea95412
BLAKE2b-256 f709681f5c4ce075e98c2ffcef819347cfc8509f930993e5226c6d9d6932b61e

See more details on using hashes here.

Supported by

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