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.7.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.7.0.tar.gz.
File metadata
- Download URL: py_attio-0.7.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 |
2edc4d3651d355c53bf97e72306ff2f681c0381ada2ddd9237d412d6f06541a6
|
|
| MD5 |
3cb1519770ee185555da925f000c8b0f
|
|
| BLAKE2b-256 |
36e0301e8e1278b9d7d0143eb9865d47754c21c639bfd5356229f5668e5bbd62
|
File details
Details for the file py_attio-0.7.0-py3-none-any.whl.
File metadata
- Download URL: py_attio-0.7.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 |
d18d321ca86565deadacedabd8258e73689f28bfa14e9d580a0bc7e525707b45
|
|
| MD5 |
c652d7401d792eeb935e964c0d867dba
|
|
| BLAKE2b-256 |
4215afedbd62a8b10dd19cda574d69d2069d34522ad44f952eb6d244f4fb5fea
|