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.4.4.tar.gz
(3.7 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.4.tar.gz.
File metadata
- Download URL: py_attio-0.4.4.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
daa95f5af477bc93539151ce55021d5f6a433878c9abcddbd1eaac67e0a05f43
|
|
| MD5 |
06c8e396e9c4fcfc30fc80aa6dd3b4d9
|
|
| BLAKE2b-256 |
b936390386c57e9c4aab84ceb4879dc0e6022356e2649e22a8385214e2dc5f72
|
File details
Details for the file py_attio-0.4.4-py3-none-any.whl.
File metadata
- Download URL: py_attio-0.4.4-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 |
3b01b6077a33ef84269f0708b440c5eb1b46fc88bf31d1b60ca6ee207289954d
|
|
| MD5 |
f6a548beefa881fa2eb893b091deee37
|
|
| BLAKE2b-256 |
2cb36ae5275505550e15b5065bbebee519034b8d9f9734162271e176e0d11a07
|