Rowland SDK for Python
Project description
Rowland Python SDK
Python SDK for the Rowland Documents API.
Installation
pip install rowland-sdk
Quick Start
from rowland import DocumentsApiClient
# Initialize client
client = DocumentsApiClient(api_key="your-api-key")
# Upload a document
with open("contract.pdf", "rb") as f:
document = client.upload_document(f, "contract.pdf")
print(f"Uploaded: {document.id}")
# Get documents
documents = client.get_documents(limit=10)
print(f"Found {documents.total} documents")
# Get specific document
doc = client.get_document(document.id)
print(f"Status: {doc.status}")
# Get extractions when ready
if doc.status == "success":
extractions = client.get_document_extractions(doc.id)
print(f"Found {extractions.total_objects_found} objects")
# Close client
client.close()
Context Manager (Recommended)
with DocumentsApiClient(api_key="your-api-key") as client:
# Upload document
with open("document.pdf", "rb") as f:
doc = client.upload_document(f, "document.pdf")
# Client automatically closes
Methods
upload_document()- Upload a document for processingget_documents()- Get paginated list of documentsget_document()- Get specific document by IDdelete_document()- Delete a documentget_document_extractions()- Get extracted dataget_health()- Check API health
Document Types Supported
Supports 40+ document types including leases, deeds, assignments, JOAs, division orders, and more.
Requirements
- Python 3.10+
- API key from Rowland
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
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 rowland_sdk-1.0.0.tar.gz.
File metadata
- Download URL: rowland_sdk-1.0.0.tar.gz
- Upload date:
- Size: 141.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7dfacec5bffff1abccb2db6f24d7cc4f7fd9a9ddd3038627e57edd239925e80b
|
|
| MD5 |
de53c4b6b018d9bd47a857485e07adaa
|
|
| BLAKE2b-256 |
42e2ae6703c2be0fcf77f4b3823032aea62488aaaa938a48a7b0dd1d9b76f8b0
|
Provenance
The following attestation bundles were made for rowland_sdk-1.0.0.tar.gz:
Publisher:
publish.yaml on RowlandAI/rowland-sdk
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rowland_sdk-1.0.0.tar.gz -
Subject digest:
7dfacec5bffff1abccb2db6f24d7cc4f7fd9a9ddd3038627e57edd239925e80b - Sigstore transparency entry: 1312565637
- Sigstore integration time:
-
Permalink:
RowlandAI/rowland-sdk@69d3f2ad16bb5a7473963119a124cbe58bce394b -
Branch / Tag:
refs/tags/v1.0.0 - Owner: https://github.com/RowlandAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yaml@69d3f2ad16bb5a7473963119a124cbe58bce394b -
Trigger Event:
release
-
Statement type:
File details
Details for the file rowland_sdk-1.0.0-py3-none-any.whl.
File metadata
- Download URL: rowland_sdk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8235a7f783aab9bb3e965ee3be39a3a121427869d82efe80edb15de89827ae39
|
|
| MD5 |
78baf57144091a9c1cc9b7e1b6af5309
|
|
| BLAKE2b-256 |
b2ec2f3fdd4d1627abcf15e836a08c0aabd7355042ee7ce8e9c399dace062e45
|
Provenance
The following attestation bundles were made for rowland_sdk-1.0.0-py3-none-any.whl:
Publisher:
publish.yaml on RowlandAI/rowland-sdk
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rowland_sdk-1.0.0-py3-none-any.whl -
Subject digest:
8235a7f783aab9bb3e965ee3be39a3a121427869d82efe80edb15de89827ae39 - Sigstore transparency entry: 1312565736
- Sigstore integration time:
-
Permalink:
RowlandAI/rowland-sdk@69d3f2ad16bb5a7473963119a124cbe58bce394b -
Branch / Tag:
refs/tags/v1.0.0 - Owner: https://github.com/RowlandAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yaml@69d3f2ad16bb5a7473963119a124cbe58bce394b -
Trigger Event:
release
-
Statement type: