Skip to main content

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 processing
  • get_documents() - Get paginated list of documents
  • get_document() - Get specific document by ID
  • delete_document() - Delete a document
  • get_document_extractions() - Get extracted data
  • get_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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rowland_sdk-1.0.0.tar.gz (141.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rowland_sdk-1.0.0-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

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

Hashes for rowland_sdk-1.0.0.tar.gz
Algorithm Hash digest
SHA256 7dfacec5bffff1abccb2db6f24d7cc4f7fd9a9ddd3038627e57edd239925e80b
MD5 de53c4b6b018d9bd47a857485e07adaa
BLAKE2b-256 42e2ae6703c2be0fcf77f4b3823032aea62488aaaa938a48a7b0dd1d9b76f8b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rowland_sdk-1.0.0.tar.gz:

Publisher: publish.yaml on RowlandAI/rowland-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

Hashes for rowland_sdk-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8235a7f783aab9bb3e965ee3be39a3a121427869d82efe80edb15de89827ae39
MD5 78baf57144091a9c1cc9b7e1b6af5309
BLAKE2b-256 b2ec2f3fdd4d1627abcf15e836a08c0aabd7355042ee7ce8e9c399dace062e45

See more details on using hashes here.

Provenance

The following attestation bundles were made for rowland_sdk-1.0.0-py3-none-any.whl:

Publisher: publish.yaml on RowlandAI/rowland-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page