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 import Client
client = Client("ATTIO_API_KEY")
objects = client.list_objects()
print(objects)
Example: Creating a Record
from py_attio 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.3.0.tar.gz
(3.3 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.3.0.tar.gz.
File metadata
- Download URL: py_attio-0.3.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38e18a1da5b242b5ffaab935f289344031b30f30d939b3bbde290fa94b2e28a7
|
|
| MD5 |
33284c131775362c6131ccbe173df1b5
|
|
| BLAKE2b-256 |
892b853ed6697793434ed5e4063b468eec21c93667b376f9c12d64a7ed8262cc
|
File details
Details for the file py_attio-0.3.0-py3-none-any.whl.
File metadata
- Download URL: py_attio-0.3.0-py3-none-any.whl
- Upload date:
- Size: 3.9 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 |
d9dff419fb403c269aacc4ecc708ef2ef70baa0f57abfa65ddfeaa1d0a7dff51
|
|
| MD5 |
67630a5d71a0fbe395891b5906175147
|
|
| BLAKE2b-256 |
fee23096f0e81098fb08e9304846b0b34d826fe22de6f98c57e3bce6d1b120a8
|