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.client import Client
client = Client("ATTIO_API_KEY")
objects = client.list_objects()
print(objects)
Example: Creating a Record
from py_attio.client 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.2.1.tar.gz
(3.2 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.2.1.tar.gz.
File metadata
- Download URL: py_attio-0.2.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08e55254a17ba43f6c48703b8ec6a02656abbf4a3e3ff1f7664287d80b270a9e
|
|
| MD5 |
54834d149840981fa81be729c5ec2d0c
|
|
| BLAKE2b-256 |
e18b244f0fe543132a83c9cf96b4bac277902008a24f3798c0b1975acd3271c7
|
File details
Details for the file py_attio-0.2.1-py3-none-any.whl.
File metadata
- Download URL: py_attio-0.2.1-py3-none-any.whl
- Upload date:
- Size: 3.7 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 |
9f63d4a0b1fbf64a0b8ad9ff23d410f9fcd0a74f58ba270aa69bb69034dbdf77
|
|
| MD5 |
5678b40bea67840a6fff5df5f128fad6
|
|
| BLAKE2b-256 |
6af9cb5defb4d2ad44316bb7248d730a1534f66e91db077f35f4129b16cc5c8d
|