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
Release history Release notifications | RSS feed
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.8.1.tar.gz
(5.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_attio-0.8.1.tar.gz.
File metadata
- Download URL: py_attio-0.8.1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9fe842f0964338662a749f4880d94a05061adb9756355c48797acee1b6d51ab
|
|
| MD5 |
fdf8453c529638b3b5b013b82749407a
|
|
| BLAKE2b-256 |
8e2f22c296adba771c0c738911f79dd2b5470e1ec9adcf3b3786b27f189ff88a
|
File details
Details for the file py_attio-0.8.1-py3-none-any.whl.
File metadata
- Download URL: py_attio-0.8.1-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b09bff8e755a577fbf630d255aea6982472f3f4de2e75c33fcec678b7966bb02
|
|
| MD5 |
c0eee52ca53a8c15b586f201b9e7d95e
|
|
| BLAKE2b-256 |
d28c8a4d18d0f95d93c45c5026e12cb7e21dcd45a54775de813f24efe59734f5
|