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
from py_attio import Client
client = Client("ATTIO_API_KEY")
objects = client.list_objects()
print(objects)
Example: Creating a Record
from py_attio import Client
client = Client("ATTIO_API_KEY")
object = "companies"
payload = {"data": {"values": {"domains": ["example.com"]}}}
client.create_record(object, payload)
⛓ 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.1.tar.gz
(3.6 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.1.tar.gz.
File metadata
- Download URL: py_attio-0.4.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
faa102a246f5c459c0cd69c74b47bdbf6a882f236c5a38512935ebeb3ecc0834
|
|
| MD5 |
a168a9a7f96f9dd9e5ccba4606bcacc0
|
|
| BLAKE2b-256 |
43f30b3faad729c343476922cd4fd940143daed17c3b25a810397e68d01276b9
|
File details
Details for the file py_attio-0.4.1-py3-none-any.whl.
File metadata
- Download URL: py_attio-0.4.1-py3-none-any.whl
- Upload date:
- Size: 4.1 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 |
e007331cad573929b587161f8477b169a4f86b15c827c04ad281d0f31bf73869
|
|
| MD5 |
aea08437d608d565898b87c6ec4e3b96
|
|
| BLAKE2b-256 |
88e3e16389fac96a0a2ff6b55040cd62892a72b54df105021568df8673ea12e4
|