Skip to main content

A lightweight Python wrapper for the Attio API.

Project description



A lightweight Python wrapper for the Attio API.

🚀 Installation

You can install py-attio from PyPI using pip:

pip install py-attio

🔧 Usage

Example: Retrieving a list of Objects

import py_attio

client = py_attio.Client("ATTIO_API_KEY")
objects = client.list_objects()

print(objects)

Example: Creating a Record

import py_attio

client = py_attio.Client("ATTIO_API_KEY")

object = "companies"
payload = {"data": {"values": {"domains": ["example.com"]}}}

client.create_record(object, payload)

Example: Viewing access token metadata

import py_attio

client = py_attio.Client("ATTIO_API_KEY")
print(client.identify_self())

⛓ Links

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

py_attio-0.4.6.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

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

py_attio-0.4.6-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file py_attio-0.4.6.tar.gz.

File metadata

  • Download URL: py_attio-0.4.6.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for py_attio-0.4.6.tar.gz
Algorithm Hash digest
SHA256 d1cbbe0ddc1ee2399bbce254ca3df05b6f3c5c6e595cb49c248abbd94501922d
MD5 2f179f0b8329bf574483f758506de51b
BLAKE2b-256 b8b0a3499f07163cb52ad2e5b300d4cc775699a404633a2f0543ff701535414d

See more details on using hashes here.

File details

Details for the file py_attio-0.4.6-py3-none-any.whl.

File metadata

  • Download URL: py_attio-0.4.6-py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for py_attio-0.4.6-py3-none-any.whl
Algorithm Hash digest
SHA256 409acb2222d201eb8d8d8d18635c8891e3a03d4dca542be588009098d4f50625
MD5 7e6d734ccbe489db361c2a3a720bb156
BLAKE2b-256 1eae1d49d23d1009e27d787a13e3fd386abf4bd8e0b9d75e83d7801c6b475ecf

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