Skip to main content

Python SDK for the person.run API

Project description

person-sdk

Python SDK for the person.run API.

Install

pip install person-sdk

With Pydantic models for typed responses:

pip install person-sdk[models]

Quickstart

from person_sdk import PersonClient

client = PersonClient(
    api_key="your-api-key",
    default_tenant_id="your-tenant-id",
)

persona = client.create_persona(seed={
    "firstName": "Aria",
    "lastName": "Chen",
    "age": 32,
    "location": "San Francisco",
    "baseOccupation": "Product designer",
})

reply = client.prompt(
    persona_id=persona["persona"]["id"],
    user_prompt="How do you approach design challenges?",
)
print(reply["response"])

Features

  • Auto-generated Pydantic models from OpenAPI spec (optional)
  • Built-in retries with exponential backoff on 429/5xx
  • default_tenant_id to avoid passing tenant on every call
  • Full coverage: personas, prompting, timeline, populations, and studies
  • Zero required dependencies — stdlib only

License

MIT

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

person_sdk-1.0.4.tar.gz (18.5 kB view details)

Uploaded Source

Built Distribution

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

person_sdk-1.0.4-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

Details for the file person_sdk-1.0.4.tar.gz.

File metadata

  • Download URL: person_sdk-1.0.4.tar.gz
  • Upload date:
  • Size: 18.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for person_sdk-1.0.4.tar.gz
Algorithm Hash digest
SHA256 e6a2bcdaf45a0dd9931c6a4cc40342898e5ef86e9a721d0a78c6dd8b9d5a29b8
MD5 76dcfa07a794674b5f416f999d2246d1
BLAKE2b-256 ddeee5570c5b2c69f861b18a209b6b353345126fc30667750ca44f60d1984987

See more details on using hashes here.

File details

Details for the file person_sdk-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: person_sdk-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 13.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for person_sdk-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 7f82f0e6688fdc02ece75fd4c9e006e3945d7a65427319272fd1126e70525378
MD5 bfd305065e34f5b0707da3daaf6a3a85
BLAKE2b-256 6e400e3ac9c900eb50c14ac963ee60f46c4ebc4980ff9f435c2f9199f347f628

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