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.5.0.tar.gz
(4.8 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.5.0.tar.gz.
File metadata
- Download URL: py_attio-0.5.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d833405854da8ef5b9b229b7da528ee51094075081241336ade8911ffcd147f2
|
|
| MD5 |
07597cd7991a4226e8367eaf6029c242
|
|
| BLAKE2b-256 |
07f93af223e33be3ae6d571f4d5957d3d5412f15c0083b08e7ce0b2b0f25f173
|
File details
Details for the file py_attio-0.5.0-py3-none-any.whl.
File metadata
- Download URL: py_attio-0.5.0-py3-none-any.whl
- Upload date:
- Size: 5.3 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 |
455e2db3f4a7d9a46d1a10329bbe1da7d00345b5607e45856d8e99d4972f64f0
|
|
| MD5 |
90b804772142a13cf7dc20321accf5d2
|
|
| BLAKE2b-256 |
41353638af60dac9fd91d4f8c9362e2158ac2d2e2ce06f02891ad4e493683929
|