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.4.3.tar.gz
(3.7 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.4.3.tar.gz.
File metadata
- Download URL: py_attio-0.4.3.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d1970ffe7dc7209a73bbe700bd5577bef5348684f901c451322b34b31b5074e
|
|
| MD5 |
5f5d448dc7159c76b6dfebc50edd6cd7
|
|
| BLAKE2b-256 |
67360d74ce272dfb3edc51bc5239fbba12f1f630189d79ec09924ef90f75608c
|
File details
Details for the file py_attio-0.4.3-py3-none-any.whl.
File metadata
- Download URL: py_attio-0.4.3-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e75dd1a6b01823551012da7ad3e5dec078a9c239f50226e193e5149e44f80dd2
|
|
| MD5 |
445eb93f44063ad1fed95600b2050873
|
|
| BLAKE2b-256 |
5ad66e02ad372eefb18be83a4c7102e56b1820ca57f4ebdb2047e2eca87d5b57
|