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.2.tar.gz
(3.1 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.2.tar.gz.
File metadata
- Download URL: py_attio-0.2.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12d91adfcda1ed6c405f4c84004704db8268838472e5883a199f3a7dd7bc8cb6
|
|
| MD5 |
a329f3d1779dc50802f00567a5440c87
|
|
| BLAKE2b-256 |
81fd4234f9a62aacc3dc664fa6be5a5359497b134d8590a6f969bb22eb57314a
|
File details
Details for the file py_attio-0.2.2-py3-none-any.whl.
File metadata
- Download URL: py_attio-0.2.2-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 |
9a454a6e8096361efeb7d78f2adbf706c30582d9ff8ddc4c016179cb6416bd06
|
|
| MD5 |
8870707c62668b726a648079689f1dbd
|
|
| BLAKE2b-256 |
eb462ef43fdd222f4ccd10b2b14d1e98d9438f154eabb566defdf9f435566378
|