AI-native operations platform — extract, store, review, sync. Turn any document, photo, call, email, or website into a row in your table.
Project description
Anyrow Python SDK
Python client for the Anyrow API.
Installation
pip install anyrow
Quick start
from anyrow import AnyrowSDK
client = AnyrowSDK(
base_url="https://api.anyrow.ai",
headers={"Authorization": "Bearer YOUR_API_KEY"},
)
result = client.extract.call(
params={"project_id": "proj_123"},
json={"url": "https://example.com/document.pdf"},
)
Resources
License
MIT — see LICENSE.
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
anyrow-1.0.0.tar.gz
(28.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 anyrow-1.0.0.tar.gz.
File metadata
- Download URL: anyrow-1.0.0.tar.gz
- Upload date:
- Size: 28.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aab2ea8f407398a2c744d3a11d4a6f0af52e4a2495669822eaa7c5d13f274c27
|
|
| MD5 |
b97e2f575ee493977ac78b459e0fc716
|
|
| BLAKE2b-256 |
a81be35d31b6f53dcd1fb9b295131a1da92d3d97d417139a93ea448e54e83250
|
File details
Details for the file anyrow-1.0.0-py3-none-any.whl.
File metadata
- Download URL: anyrow-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af99460e8507e7cd40a6fbe7c0320b86af1c76dc95502d37707bd10ee72a4d9d
|
|
| MD5 |
b6465bd27953429e68ee0032d8eaa197
|
|
| BLAKE2b-256 |
14e7d7de23e618509afced88aa970ce790372b294cb3d625c1267e2bb660fa76
|