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.2.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.2.tar.gz.
File metadata
- Download URL: py_attio-0.4.2.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 |
b9dc2abdecd19b7ffe8c1e11d5880a49fb55bae7c025a4072bfc43142e275ebf
|
|
| MD5 |
0ef22b28bc61e22014cbc0e7e90d9ff0
|
|
| BLAKE2b-256 |
9443779d9fd0a5da40d6e35087d5d041d250cf79f67824608b7ea7d2f26dc072
|
File details
Details for the file py_attio-0.4.2-py3-none-any.whl.
File metadata
- Download URL: py_attio-0.4.2-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 |
48b19cdee8f717a80078aeda3d2c2f208c8e92853bf95a9cfd66e0e142264ed5
|
|
| MD5 |
d73eb7b1963253efea7ca012e14b945a
|
|
| BLAKE2b-256 |
be3ef429d2bfe2bb9aacdc3adc1965244e87aa9d507cc1abe36a707fd05ec719
|