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.1.0.tar.gz (141.7 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.1.0-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file rowland_sdk-1.1.0.tar.gz.

File metadata

  • Download URL: rowland_sdk-1.1.0.tar.gz
  • Upload date:
  • Size: 141.7 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.1.0.tar.gz
Algorithm Hash digest
SHA256 9e3ff352c04e1d78521047928455a436282c9376f3dafa1f59d9bfdba0789463
MD5 6a951afce55f0f281846261183710dda
BLAKE2b-256 5829a0252a0a1073c4ece8df1ff7884cf8c8e1be13aa4ba9f799131c26d533bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for rowland_sdk-1.1.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.1.0-py3-none-any.whl.

File metadata

  • Download URL: rowland_sdk-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 5.6 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.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 74807d26de29222282af696d33b6ec076def4e2808b696b923e8015434de4dc3
MD5 fc080e5b8da46725bdf86373fa0dc416
BLAKE2b-256 f27a950031d7c65e2e20fe312e6d22b59e1284977c9205e528fb3c36aed8b3b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rowland_sdk-1.1.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