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.0.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.0.tar.gz.
File metadata
- Download URL: py_attio-0.4.0.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 |
d13d56bba2f500398af2bba7629bb7626d72a247966fb663c2d0a0f58547fa1c
|
|
| MD5 |
3c8b3f0ae2888b3f3ed462ec32e8f58f
|
|
| BLAKE2b-256 |
e5c8fe34eaadbddb6364533eec084a1d7a62d28018b5b63fd83ea20f08795222
|
File details
Details for the file py_attio-0.4.0-py3-none-any.whl.
File metadata
- Download URL: py_attio-0.4.0-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 |
650572c88f8bc6f3baba978544fc4d11c1075f8ad7e60e337519733a491f1d73
|
|
| MD5 |
2da3623f9759f9f80d206847dc2234c0
|
|
| BLAKE2b-256 |
f96f6ccdbe91078e3a0d85652e0bf360a8b5213880ffadaca083712b807b353b
|