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.0.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.0.tar.gz.
File metadata
- Download URL: py_attio-0.8.0.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 |
c61c436f1799785b58ad43a1f0dbb1cf67242be67f81976197a909aa20137497
|
|
| MD5 |
2ae47954b0a25fc57204a757a2288cf5
|
|
| BLAKE2b-256 |
9db38f413c96b7be3520e9c34eb721d0a6240b518b781d346c8c667b2334654f
|
File details
Details for the file py_attio-0.8.0-py3-none-any.whl.
File metadata
- Download URL: py_attio-0.8.0-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 |
56787690fb29d57e1220edb5955abb2a0245d23a624fe6c1a4f4883c2c416dde
|
|
| MD5 |
281a5cf872cbf9bdcb803083e108c4e1
|
|
| BLAKE2b-256 |
4a37b7c8aa974a480f17165d263502b6753975d75c10a2438c658aed9b99aa6a
|