Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.76 KB

File metadata and controls

48 lines (33 loc) · 1.76 KB

RoboSystems Python Client

PyPI version License: MIT

Official Python Client for the RoboSystems Financial Knowledge Graph API. Access comprehensive financial data including accounting transactions, financial reports, and advanced graph analytics through a type-safe, async-ready Python interface.

Features

  • Type-safe API client with full type hints and typed models
  • Async/await support for high-performance applications
  • Table ingestion with simplified Parquet file uploads
  • Streaming support for memory-efficient processing of large result sets
  • Financial AI Agent integration for natural language queries
  • Comprehensive error handling with typed exceptions

Installation

# Basic installation
pip install robosystems-client

# With table ingestion support (for uploading Parquet files)
pip install robosystems-client[tables]

# All optional features
pip install robosystems-client[all]

Resources

Support

License

This project is licensed under the MIT License - see the LICENSE file for details.

MIT © 2026 RFS LLC